xtablo-source/go-backend/internal/web/views
Arthur Belleville a60de1fc7a
feat(20-02): replace TabloDetailPage stub with templ component + register tab route
- Remove stub templ.ComponentFunc from tablo_detail_view.go; real TabloDetailPage now comes from tablo_detail_templ.go
- Remove context/io/templ imports that were only used by the stub
- Register GET /tablos/{tabloID}/{tab} route in router.go after /tablos/{tabloID}
- All handler tests pass: TestGetTabloDetailPage_*, TestTabloDetailKanbanColumns, TestComputeTabloProgress, TestNewTabloDetailViewModel_*
2026-05-18 15:51:23 +02:00
..
auth_components.templ Split components, add sessions to the DB and make the apercu page 2026-05-08 16:03:54 +02:00
auth_components_templ.go Update templ 2026-05-10 11:23:48 +02:00
dashboard_components.templ feat(17-02): wire PlanningMainContent with real planning view (GREEN) 2026-05-17 10:35:30 +02:00
dashboard_components_templ.go feat(17-02): wire PlanningMainContent with real planning view (GREEN) 2026-05-17 10:35:30 +02:00
dashboard_components_test.go Pass tablo list to dashboard views 2026-05-10 14:56:46 +02:00
discussion_view.go test(17-01): add failing test + view model + message bubble CSS (RED) 2026-05-17 09:38:10 +02:00
discussion_view_test.go test(17-01): add failing test + view model + message bubble CSS (RED) 2026-05-17 09:38:10 +02:00
home.go Pass tablo list to dashboard views 2026-05-10 14:56:46 +02:00
icons.templ Make tablo icon selection dynamic based on color using nearest palette 2026-05-10 14:18:33 +02:00
icons_templ.go Make tablo icon selection dynamic based on color using nearest palette 2026-05-10 14:18:33 +02:00
pages.templ feat: add go-backend design system and tablos UI 2026-05-09 20:18:24 +02:00
pages_templ.go Update templ 2026-05-10 11:23:48 +02:00
planning_view.go test(17-02): add failing render test + view model + CSS h1 selector fix (RED) 2026-05-17 10:34:49 +02:00
planning_view_test.go test(17-02): add failing render test + view model + CSS h1 selector fix (RED) 2026-05-17 10:34:49 +02:00
tablo_detail.templ feat(20-02): TabloDetailPage templ component + GetTabloDetailTab handler 2026-05-18 15:51:17 +02:00
tablo_detail_templ.go feat(20-02): TabloDetailPage templ component + GetTabloDetailTab handler 2026-05-18 15:51:17 +02:00
tablo_detail_view.go feat(20-02): replace TabloDetailPage stub with templ component + register tab route 2026-05-18 15:51:23 +02:00
tablo_detail_view_test.go test(20-01): add failing tests for TabloDetailViewModel + GetTabloDetailPage handler 2026-05-18 15:44:53 +02:00
tablos.templ Pass tablo list to dashboard views 2026-05-10 14:56:46 +02:00
tablos_templ.go Pass tablo list to dashboard views 2026-05-10 14:56:46 +02:00
tablos_view.go Remove server-side search filtering and implement client-side filtering 2026-05-10 13:53:23 +02:00
tasks.templ Refactor tasks UI to use reusable button and select components 2026-05-10 23:38:19 +02:00
tasks_templ.go Refactor tasks UI to use reusable button and select components 2026-05-10 23:38:19 +02:00
tasks_view.go Refactor tasks UI to use reusable button and select components 2026-05-10 23:38:19 +02:00