feat: add pal-e-app kanban board playground prototype #7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "45-kanban-board-playground"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Vanilla HTML/CSS/JS kanban board prototype for pal-e-app. Implements cross-project overview, drag-and-drop columns, hierarchical drill-down sub-boards, type filtering, and mobile-first responsive layout. CSS design system extracted from pal-e-app/src/app.css.
Changes
pal-e-app/app.css— Full design system: all CSS custom properties from pal-e-app, base reset, dark nav bar, board column/card/badge/pill component styles, mobile-first breakpoints with horizontal scroll-snap for columnspal-e-app/app.js— All interactivity: 3 mock project boards (pal-e-docs, pal-e-platform, westside) with realistic items, board tab switching, column collapse/expand, type filter pills, hide-done toggle, drag-and-drop reordering between columns, inline sub-board drill-down for items with childrenpal-e-app/board.html— Kanban board page: nav bar, cross-project overview cards with distribution bars, board tabs, filter bar, 5-column kanban layoutpal-e-app/index.html— Section landing page with link to board prototypeindex.html— Added pal-e-app Kanban card to hub Projects sectionTest Plan
board.htmlin browser at 390px, 768px, and 1280px widthsReview Checklist
Related
Pull request closed