xtablo-source/go-backend/internal/web/views
Arthur Belleville d9bf94583b
Refactor tasks UI to use reusable button and select components
Replace inline button markup with `ui.Button` component calls for
consistency and maintainability. Add filter menu component with dropdown
functionality. Convert roadmap mode toggle from link-based to select
dropdown. Include filter counter badge and clear filter actions.
2026-05-10 23:38:19 +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 Pass tablo list to dashboard views 2026-05-10 14:56:46 +02:00
dashboard_components_templ.go Pass tablo list to dashboard views 2026-05-10 14:56:46 +02:00
dashboard_components_test.go Pass tablo list to dashboard views 2026-05-10 14:56:46 +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
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