xtablo-source/backend/internal/web/ui
Arthur Belleville 75cbd29d44 test(01-02): add ui package smoke tests
- TestButton_DefaultSolidMD: asserts root class and label
- TestButton_PassesThroughAttrs: asserts hx-* attribute spread
- TestButton_ExplicitTypeSubmit: type override
- TestCard_RendersChildren: templ.WithChildren child injection
- TestBadge_{Info,Success}Variant + zero-value normalization
- TestButtonClass_String / TestBadgeClass_String: class contract
- TestNormalizers_ZeroValueDefaults: every Normalized* returns safe default
2026-05-14 18:47:31 +02:00
..
badge.css feat(01-02): add Button, Card, Badge templ components + CSS 2026-05-14 18:46:42 +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(01-02): add ui package enums, helpers, base CSS 2026-05-14 18:45:15 +02:00
button.css feat(01-02): add Button, Card, Badge templ components + CSS 2026-05-14 18:46:42 +02:00
button.templ feat(01-02): add Button, Card, Badge templ components + CSS 2026-05-14 18:46:42 +02:00
card.css feat(01-02): add Button, Card, Badge templ components + CSS 2026-05-14 18:46:42 +02:00
card.templ feat(01-02): add Button, Card, Badge templ components + CSS 2026-05-14 18:46:42 +02:00
helpers.go feat(01-02): add ui package enums, helpers, base CSS 2026-05-14 18:45:15 +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(01-02): add ui package smoke tests 2026-05-14 18:47:31 +02:00
variants.go feat(01-02): add ui package enums, helpers, base CSS 2026-05-14 18:45:15 +02:00