xtablo-source/backend/internal/web
Arthur Belleville 2c1b186fb7
feat(03-01): add ui-button-solid-danger-md and ui-button-soft-neutral-md CSS variants
- Danger variant: #b91c1c bg, #991b1b hover, min-height 44px (WCAG 2.5.5)
- Neutral-soft variant: #f1f5f9 bg, #e2e8f0 hover, #334155 text, min-height 44px
- All pseudo-class selectors top-level (no CSS nesting per Phase 1 convention)
- static/tailwind.css updated via just generate (Pitfall 4: imported CSS passes through)
2026-05-15 00:13:56 +02:00
..
ui feat(03-01): add ui-button-solid-danger-md and ui-button-soft-neutral-md CSS variants 2026-05-15 00:13:56 +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 test(03-01): add TablosDeps stub and RED integration test scaffold for TABLO-01..06 2026-05-15 00:13:31 +02:00
handlers.go feat(02-07): gorilla/csrf integration — mount middleware, wire all forms, env-driven key 2026-05-14 22:59:06 +02:00
handlers_auth.go feat(02-07): gorilla/csrf integration — mount middleware, wire all forms, env-driven key 2026-05-14 22:59:06 +02:00
handlers_auth_test.go test(03-01): add TablosDeps stub and RED integration test scaffold for TABLO-01..06 2026-05-15 00:13:31 +02:00
handlers_tablos.go test(03-01): add TablosDeps stub and RED integration test scaffold for TABLO-01..06 2026-05-15 00:13:31 +02:00
handlers_tablos_test.go test(03-01): add TablosDeps stub and RED integration test scaffold for TABLO-01..06 2026-05-15 00:13:31 +02:00
handlers_test.go test(03-01): add TablosDeps stub and RED integration test scaffold for TABLO-01..06 2026-05-15 00:13:31 +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 test(03-01): add TablosDeps stub and RED integration test scaffold for TABLO-01..06 2026-05-15 00:13:31 +02:00
slog.go feat(01-03): pgxpool wrapper, RequestID/slog middleware, slog handler switch 2026-05-14 19:24:16 +02:00
testdb_test.go feat(02-04): signup handler, router wiring, and integration tests 2026-05-14 22:17:50 +02:00