978 B
978 B
| id | title | status | assignee | created_date | updated_date | labels | dependencies | parent_task_id |
|---|---|---|---|---|---|---|---|---|
| TASK-MEDIUM.2 | Enhanced feed view with cards, sections, and scroll navigation | Done | 2026-03-10 06:20 | 2026-03-10 06:20 | TASK-MEDIUM |
Description
Replace minimal feed mode in canvas with polished scroll-through view: shapes wrapped in card containers with icon/title/type headers, grouped by section (type, date, position, alpha) with dividers, sticky scroll summary bar with item counter and clickable section chips for quick navigation. Targets all 35+ shape types.
Implementation Notes
Implemented in commit eedf2cf on dev, merged to main. Changes in website/canvas.html: comprehensive CSS for all shape types, feed card wrappers, section headers, scroll summary bar with chips, scroll tracking, and proper enter/exit lifecycle.