xtablo-source/go-backend/internal
Arthur Belleville 910c3b605d
feat(20-03): kanban board, task card, etapes section, files table CSS + task-list gap
- .tablo-kanban-board flex container with overflow-x auto
- .tablo-kanban-column 18rem wide with border-radius 0.75rem
- .tablo-kanban-column-header muted surface background
- .tablo-kanban-column-title, -task-count, -add-link, -empty rules
- .task-card column-flex with hover shadow and border-color transition
- .task-drag-handle opacity 0 at rest, opacity 1 on .task-card:hover
- .task-card-delete opacity 0 at rest, opacity 1 on .task-card:hover
- .task-card-top-row, .task-card-title helpers
- .task-list updated with gap 8px and padding 8px
- .tablo-etapes-section, .tablo-etape-row, .tablo-etape-name, .tablo-etape-count
- .tablo-files-table-wrapper with border-radius 12px and table header styles
- .task-row and .tasks-section unchanged (no CSS cascade regression)
2026-05-18 15:54:30 +02:00
..
db Add task management features with database schema and handlers 2026-05-10 21:58:48 +02:00
tablos Remove server-side search filtering and implement client-side filtering 2026-05-10 13:53:23 +02:00
tasks First pass on tasks frontend 2026-05-10 23:14:47 +02:00
web feat(20-03): kanban board, task card, etapes section, files table CSS + task-list gap 2026-05-18 15:54:30 +02:00