Course tree (lesson-page sidebar + dashboard's loaded-course view) and File Management's Manage Library browser both move from boxed, bordered rows to a flat list: no per-row background/border, a small leading chevron that doubles as the expand affordance instead of a separate right-edge button, indentation for hierarchy. The chevron's rotation is pure CSS (:has(+ .tree-content.expanded) / :has(+ .curate-children.expanded)) rather than JS swapping glyph text, which also let a fair amount of now-redundant JS come out. The course tree's new styles are scoped under .tree-container (course dashboard) and .lesson-sidebar (lesson page) so they don't leak into the Library folder browser and other rows that reuse the same base .tree-header/.lesson-item/etc. class names elsewhere in course_dashboard.html - confirmed those are visually untouched. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
24 lines
1.8 KiB
Markdown
24 lines
1.8 KiB
Markdown
2026-08-26 14:45 UTC — Redesign expandable lists to a leaner, flat style
|
|
2026-08-26 14:27 UTC — Add expand all/collapse all to the course tree
|
|
2026-08-26 14:13 UTC — Header/footer polish, fix dead link, add focus rings
|
|
2026-08-26 13:41 UTC — Move sidebar left, add collapse toggle and remembered sections
|
|
2026-08-26 13:17 UTC — Add hover tooltips for truncated sidebar titles
|
|
2026-08-26 13:12 UTC — Add course outline sidebar to the lesson page
|
|
2026-08-25 12:25 UTC — Remove unreliable duplicate-lesson-file matching
|
|
2026-08-25 00:33 UTC — Widen thumbnail sampling window past platform bumpers
|
|
2026-08-25 00:26 UTC — Fix race condition in thumbnail candidate generation
|
|
2026-08-25 00:20 UTC — Add autoplay, progress rings, duplicate-lesson detection, title-card thumbnails
|
|
2026-08-24 23:22 UTC — Add Favorites, storage drill-down, shortcuts, and What's New
|
|
2026-08-24 19:00 UTC — Fix video resize handle drifting off-screen
|
|
2026-08-24 18:06 UTC — Cache the category tree walk (fixes ~1s File Management page load)
|
|
2026-08-24 14:41 UTC — Add search, bulk actions, undo, and storage usage to File Management
|
|
2026-08-24 14:00 UTC — Fix build version showing "unknown" in production
|
|
2026-08-24 13:52 UTC — Fix wrapped-course false positive in picker; add build version display
|
|
2026-08-24 13:21 UTC — Exclude media-free subtrees from the destination picker too
|
|
2026-08-24 13:13 UTC — Exclude course/item leaves from destination picker; ease new-folder UX
|
|
2026-08-24 11:45 UTC — Add wildcard and regex modes to Bulk Rename
|
|
2026-08-24 11:11 UTC — Add delete and ignore actions to Duplicate Courses
|
|
2026-08-24 10:37 UTC — Move File Management link into the bottom tab bar
|
|
2026-08-24 10:29 UTC — Tighten Sort Unsorted matching; consolidate file management tools
|
|
2026-08-24 09:10 UTC — Add Unsorted folder auto-sort with keyword matching
|