xtablo-source/backend/internal/web/ui
Arthur Belleville 9556b20ade
feat(13-03): port input.templ/input.css and textarea.templ/textarea.css (GREEN)
- input.css: .ui-input with min-height 44px, border-radius 0.75rem, focus ring
- input.templ: InputProps with ID/Name/Type/Placeholder/Value/Disabled/Required/Attrs
- textarea.css: .ui-textarea with min-height 7rem, resize vertical, focus ring
- textarea.templ: TextareaProps with ID/Name/Value/Placeholder/Rows/Disabled/Required/Attrs
- tailwind.input.css: add @import for input.css and textarea.css
- All 7 TestInput/TestTextarea tests passing
2026-05-16 13:59:03 +02:00
..
auth.css feat(13-01): replace base.css with 223-line token vocabulary and extract auth.css 2026-05-16 13:43:56 +02:00
badge.css feat(13-02): replace CSS files, migrate card.templ to typed API, update all template hardcodes 2026-05-16 13:55:30 +02:00
badge.templ feat(01-02): add Button, Card, Badge templ components + CSS 2026-05-14 18:46:42 +02:00
base.css feat(13-01): replace base.css with 223-line token vocabulary and extract auth.css 2026-05-16 13:43:56 +02:00
button.css feat(13-02): replace CSS files, migrate card.templ to typed API, update all template hardcodes 2026-05-16 13:55:30 +02:00
button.templ feat(13-02): multi-class ButtonClass() + Icon field + buttonType helper in button.templ 2026-05-16 13:52:01 +02:00
card.css feat(13-02): replace CSS files, migrate card.templ to typed API, update all template hardcodes 2026-05-16 13:55:30 +02:00
card.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
csrf_field.templ feat(02-07): gorilla/csrf integration — mount middleware, wire all forms, env-driven key 2026-05-14 22:59:06 +02:00
helpers.go feat(13-01): extend variants.go with new enums and helpers.go with helper functions (GREEN) 2026-05-16 13:46:30 +02:00
input.css feat(13-03): port input.templ/input.css and textarea.templ/textarea.css (GREEN) 2026-05-16 13:59:03 +02:00
input.templ feat(13-03): port input.templ/input.css and textarea.templ/textarea.css (GREEN) 2026-05-16 13:59:03 +02:00
textarea.css feat(13-03): port input.templ/input.css and textarea.templ/textarea.css (GREEN) 2026-05-16 13:59:03 +02:00
textarea.templ feat(13-03): port input.templ/input.css and textarea.templ/textarea.css (GREEN) 2026-05-16 13:59:03 +02:00
tokens.go feat(01-02): add ui package enums, helpers, base CSS 2026-05-14 18:45:15 +02:00
ui_test.go test(13-03): add failing tests for Input and Textarea components (RED) 2026-05-16 13:58:19 +02:00
variants.go feat(13-02): multi-class ButtonClass() + Icon field + buttonType helper in button.templ 2026-05-16 13:52:01 +02:00