xtablo-source/backend/templates
Arthur Belleville 443a38dfc8
feat(16-02): restyle TabloDetailPage header, tab nav, metadata row; remove EtapeStrip
- Replace header with project-card-top layout: color avatar with first char, tablo-title-zone
- Replace Discussion link/Invite button/Delete button with @ui.IconButton and @ui.Button using design token variants
- Add inline tablo-delete-zone with trash @ui.IconButton (does not use TabloDeleteButtonFragment)
- Replace metadata row hardcoded flex/hex classes with tablo-metadata-row, @ui.Badge(BadgeVariantPrimary), project-progress-track/bar
- Replace 5 tab nav <a> elements from long inline Tailwind hex classes to tab-nav-item / tab-nav-item is-active
- Wrap tab nav in class="tab-nav" replacing raw flex container
- Move @TabloDescDisplay call from persistent header into TabloOverviewTabFragment
- Remove @EtapeStrip call from TasksTabFragment (D-E01; KanbanBoard call site update deferred to Plan 03)
- Remove last #804EEC hex value from TabloTitleDisplay hover class
- Regenerated tablos_templ.go via templ generate
2026-05-16 23:37:16 +02:00
..
.gitkeep feat(01-01): create directory skeleton and per-package doc.go placeholders 2026-05-14 17:53:55 +02:00
account_providers.go feat(08-05): add linked providers view and provider docs 2026-05-15 21:10:45 +02:00
account_providers.templ feat(15-03): wire AppLayout into all authenticated handlers and templates 2026-05-16 21:49:23 +02:00
app_layout.templ feat(15-02): create app_layout.templ and app_layout_helpers.go with sidebar sub-components 2026-05-16 21:43:15 +02:00
app_layout_helpers.go feat(15-02): create app_layout.templ and app_layout_helpers.go with sidebar sub-components 2026-05-16 21:43:15 +02:00
auth_components.templ feat(14-01): create auth_components.templ and auth_layout.templ 2026-05-16 19:06:07 +02:00
auth_components_test.go test(14): add Nyquist validation tests for AUTH-UI-01/02/03 2026-05-16 20:43:31 +02:00
auth_form_errors.templ feat(02-04): signup templates (full page + HTMX fragment) with render tests 2026-05-14 22:14:28 +02:00
auth_forms.go feat(08): disable apple sign-in 2026-05-15 21:41:22 +02:00
auth_layout.templ fix(14-02): load Roboto font and fix Google button SVG icon sizing 2026-05-16 19:18:58 +02:00
auth_login.templ feat(14-02): migrate auth_login.templ to AuthLayout with ui.FormField inputs 2026-05-16 19:10:08 +02:00
auth_login_test.go test(14): add Nyquist validation tests for AUTH-UI-01/02/03 2026-05-16 20:43:31 +02:00
auth_signup.templ feat(14-02): migrate auth_signup.templ to AuthLayout with ui.FormField inputs 2026-05-16 19:10:12 +02:00
auth_signup_test.go feat(08-04): show social sign-in controls on auth pages 2026-05-15 21:09:14 +02:00
discussion.templ fix(12-03): reset discussion composer from htmx form 2026-05-16 10:32:28 +02:00
discussion_forms.go feat(12-03): add discussion SSE stream 2026-05-16 10:18:33 +02:00
etapes.templ feat(13-02): replace CSS files, migrate card.templ to typed API, update all template hardcodes 2026-05-16 13:55:30 +02:00
etapes_forms.go fix(09-04): preserve etape filter on reorder 2026-05-15 22:49:40 +02:00
events.templ feat(13-02): replace CSS files, migrate card.templ to typed API, update all template hardcodes 2026-05-16 13:55:30 +02:00
events_forms.go feat(10-03): add event navigation and user range query 2026-05-16 00:35:09 +02:00
files.templ feat(05-03): implement FileDownloadHandler, FileDeleteConfirmHandler, FileDeleteHandler 2026-05-15 12:34:07 +02:00
files_helpers.go feat(05-02): 3-tab layout + files templates + router + main.go S3 wiring 2026-05-15 12:28:33 +02:00
files_helpers_test.go test(05-files): add pure unit tests for formatBytes, byteCountReader, and content-type sniff 2026-05-15 13:29:08 +02:00
fragments.templ feat(01-03): templ layout/index/fragments + handlers + chi router 2026-05-14 19:25:43 +02:00
layout.templ feat(12-03): add discussion SSE stream 2026-05-16 10:18:33 +02:00
layout_test.go feat(02-07): gorilla/csrf integration — mount middleware, wire all forms, env-driven key 2026-05-14 22:59:06 +02:00
planning.templ feat(15-03): wire AppLayout into all authenticated handlers and templates 2026-05-16 21:49:23 +02:00
planning_forms.go fix(11-02): show planning event dates 2026-05-16 08:39:10 +02:00
tablos.templ feat(16-02): restyle TabloDetailPage header, tab nav, metadata row; remove EtapeStrip 2026-05-16 23:37:16 +02:00
tablos_forms.go fix(03): WR-04 add color field error display to create form template 2026-05-15 08:30:27 +02:00
tasks.templ feat(13-02): replace CSS files, migrate card.templ to typed API, update all template hardcodes 2026-05-16 13:55:30 +02:00
tasks_forms.go feat(09-03): add task etape selector 2026-05-15 22:47:56 +02:00