xtablo-source/backend/internal/web
Arthur Belleville 9ba650b345
feat(18): restyle sidebar and header to match production design
- Sidebar: Tailwind utilities, French labels (Aperçu/Tâches/Projets/Planning/Discussions/Fichiers), hr separators, collapse button on group hover, tablo list with circle icons, org footer with avatar + "1 membre"
- Header: 75px height, border-b #EAECF0, search input left, bell + avatar-dropdown right (no breadcrumb visible — retained sr-only for a11y + tests)
- Layout: flex instead of grid, dashboard-main no padding, dashboard-main-content wrapper at 2rem
- Tests updated for new search-input assertion

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
2026-05-17 16:00:26 +02:00
..
ui feat(18): restyle sidebar and header to match production design 2026-05-17 16:00:26 +02:00
catalog_route_catalog.go feat(13-05): create catalog package with route files and router wiring 2026-05-16 14:13:30 +02:00
catalog_route_stub.go feat(13-05): create catalog package with route files and router wiring 2026-05-16 14:13:30 +02:00
csrf_debug_test.go feat(02-07): gorilla/csrf integration — mount middleware, wire all forms, env-driven key 2026-05-14 22:59:06 +02:00
csrf_test.go feat(12-01): implement discussion tab and posting 2026-05-16 10:11:14 +02:00
discussion_broker.go feat(12-03): add discussion SSE stream 2026-05-16 10:18:33 +02:00
handlers.go feat(07-01): embed.go + RunMigrations + HealthzHandler()/ReadyzHandler() split 2026-05-15 18:14:26 +02:00
handlers_account.go feat(18-01): update all handler call sites with per-page breadcrumbs 2026-05-17 15:27:38 +02:00
handlers_account_test.go feat(08): disable apple sign-in 2026-05-15 21:41:22 +02:00
handlers_auth.go feat(08): disable apple sign-in 2026-05-15 21:41:22 +02:00
handlers_auth_test.go test(14): add Nyquist validation tests for AUTH-UI-01/02/03 2026-05-16 20:43:31 +02:00
handlers_discussion.go feat(18-01): update all handler call sites with per-page breadcrumbs 2026-05-17 15:27:38 +02:00
handlers_discussion_test.go test(phase-12): add discussion schema validation 2026-05-16 10:37:29 +02:00
handlers_etapes.go feat(09-02): manage etapes 2026-05-15 22:44:50 +02:00
handlers_etapes_test.go test(phase-09): add etape schema validation 2026-05-16 10:45:29 +02:00
handlers_events.go feat(18-01): update all handler call sites with per-page breadcrumbs 2026-05-17 15:27:38 +02:00
handlers_events_test.go feat(12-01): implement discussion tab and posting 2026-05-16 10:11:14 +02:00
handlers_files.go feat(18-01): update all handler call sites with per-page breadcrumbs 2026-05-17 15:27:38 +02:00
handlers_files_test.go feat(12-01): implement discussion tab and posting 2026-05-16 10:11:14 +02:00
handlers_planning.go feat(18-01): update all handler call sites with per-page breadcrumbs 2026-05-17 15:27:38 +02:00
handlers_planning_test.go feat(12-01): implement discussion tab and posting 2026-05-16 10:11:14 +02:00
handlers_social.go feat(08): disable apple sign-in 2026-05-15 21:41:22 +02:00
handlers_social_test.go feat(12-01): implement discussion tab and posting 2026-05-16 10:11:14 +02:00
handlers_tablos.go feat(18-01): update all handler call sites with per-page breadcrumbs 2026-05-17 15:27:38 +02:00
handlers_tablos_test.go feat(18): restyle sidebar and header to match production design 2026-05-17 16:00:26 +02:00
handlers_tasks.go feat(16-03): update all three KanbanBoard call sites to pass etapes 2026-05-16 23:42:46 +02:00
handlers_tasks_test.go feat(12-01): implement discussion tab and posting 2026-05-16 10:11:14 +02:00
handlers_test.go feat(12-01): implement discussion tab and posting 2026-05-16 10:11:14 +02:00
middleware.go feat(01-03): pgxpool wrapper, RequestID/slog middleware, slog handler switch 2026-05-14 19:24:16 +02:00
router.go feat(18-03): add page-header CSS, /settings stub route, and header tests 2026-05-17 15:34:58 +02:00
slog.go feat(01-03): pgxpool wrapper, RequestID/slog middleware, slog handler switch 2026-05-14 19:24:16 +02:00
social_identity_migration_test.go feat(08-01): add social identity schema foundation 2026-05-15 20:59:34 +02:00
social_identity_schema_test.go feat(08-01): add social identity schema foundation 2026-05-15 20:59:34 +02:00
testdb_test.go feat(02-04): signup handler, router wiring, and integration tests 2026-05-14 22:17:50 +02:00