- Create tablo_detail.templ with 8 templ components: TabloDetailPage, TabloDetailHeader, TabloDetailTabBar, TabloDetailKanbanBoard, TabloDetailKanbanColumn, TabloDetailTaskCard, TabloDetailEtapesSection, TabloDetailSortableScript
- Tab links use hx-get + hx-target="#tab-content" + hx-push-url="true" per UI-SPEC interaction contract
- Each kanban column has hidden reorder form id="reorder-form-{status}" for Sortable.js onEnd
- Create tablo_detail_tab.go with GetTabloDetailTab handler for HTMX tab content swaps
- Tasks tab returns kanban board fragment; other tabs return "coming soon" placeholder
|
||
|---|---|---|
| .. | ||
| auth.go | ||
| auth_test.go | ||
| in_memory_auth_repository.go | ||
| tablo_detail.go | ||
| tablo_detail_tab.go | ||
| tablo_detail_test.go | ||
| tablos.go | ||
| tablos_test.go | ||
| tasks.go | ||
| tasks_test.go | ||