xtablo-source/go-backend/internal/web/ui
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
..
catalog Add select component with single and multi-value support 2026-05-10 22:04:09 +02:00
app.css feat(20-03): kanban board, task card, etapes section, files table CSS + task-list gap 2026-05-18 15:54:30 +02:00
badge.css Add co-located CSS sources and semantic token infrastructure to Go 2026-05-10 11:47:42 +02:00
badge.templ feat: add go-backend design system and tablos UI 2026-05-09 20:18:24 +02:00
badge_templ.go Update templ 2026-05-10 11:23:48 +02:00
base.css Add co-located CSS sources and semantic token infrastructure to Go 2026-05-10 11:47:42 +02:00
button.css Refactor tasks UI to use reusable button and select components 2026-05-10 23:38:19 +02:00
button.templ feat: refresh go-backend button variants and tablos styling 2026-05-10 09:22:22 +02:00
button_templ.go Update templ 2026-05-10 11:23:48 +02:00
card.css Add co-located CSS sources and semantic token infrastructure to Go 2026-05-10 11:47:42 +02:00
card.templ feat: add go-backend design system and tablos UI 2026-05-09 20:18:24 +02:00
card_templ.go Update templ 2026-05-10 11:23:48 +02:00
empty-state.css Add co-located CSS sources and semantic token infrastructure to Go 2026-05-10 11:47:42 +02:00
empty_state.templ feat: add go-backend design system and tablos UI 2026-05-09 20:18:24 +02:00
empty_state_templ.go Update templ 2026-05-10 11:23:48 +02:00
form-field.css Add co-located CSS sources and semantic token infrastructure to Go 2026-05-10 11:47:42 +02:00
form_field.templ feat: add go-backend design system and tablos UI 2026-05-09 20:18:24 +02:00
form_field_templ.go Update templ 2026-05-10 11:23:48 +02:00
helpers.go feat: add go-backend design system and tablos UI 2026-05-09 20:18:24 +02:00
icon-button.css Add co-located CSS sources and semantic token infrastructure to Go 2026-05-10 11:47:42 +02:00
icon_button.templ Add spacing, update catalog, and make several improvements to the tablo: 2026-05-10 10:37:47 +02:00
icon_button_templ.go Update templ 2026-05-10 11:23:48 +02:00
input.css Add co-located CSS sources and semantic token infrastructure to Go 2026-05-10 11:47:42 +02:00
input.templ feat: add go-backend design system and tablos UI 2026-05-09 20:18:24 +02:00
input_templ.go Update templ 2026-05-10 11:23:48 +02:00
modal.css Add co-located CSS sources and semantic token infrastructure to Go 2026-05-10 11:47:42 +02:00
modal.templ feat: add go-backend design system and tablos UI 2026-05-09 20:18:24 +02:00
modal_templ.go Update templ 2026-05-10 11:23:48 +02:00
select.css Add select component with single and multi-value support 2026-05-10 22:04:09 +02:00
select.templ Add select component with single and multi-value support 2026-05-10 22:04:09 +02:00
select_helpers.go Add select component with single and multi-value support 2026-05-10 22:04:09 +02:00
select_templ.go Add select component with single and multi-value support 2026-05-10 22:04:09 +02:00
space.templ Add space X and space Y to components 2026-05-10 10:38:07 +02:00
space_templ.go Update templ 2026-05-10 11:23:48 +02:00
spacing.css Add co-located CSS sources and semantic token infrastructure to Go 2026-05-10 11:47:42 +02:00
table.css Add co-located CSS sources and semantic token infrastructure to Go 2026-05-10 11:47:42 +02:00
table.templ feat: add go-backend design system and tablos UI 2026-05-09 20:18:24 +02:00
table_templ.go Update templ 2026-05-10 11:23:48 +02:00
textarea.css Add co-located CSS sources and semantic token infrastructure to Go 2026-05-10 11:47:42 +02:00
textarea.templ feat: add go-backend design system and tablos UI 2026-05-09 20:18:24 +02:00
textarea_templ.go Update templ 2026-05-10 11:23:48 +02:00
tokens.go feat: add go-backend design system and tablos UI 2026-05-09 20:18:24 +02:00
ui_test.go Add task management features with database schema and handlers 2026-05-10 21:58:48 +02:00
variants.go Add spacing, update catalog, and make several improvements to the tablo: 2026-05-10 10:37:47 +02:00