You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BRIEF: Bootstrap-styled forms/components and HTMX patterns
Goal
Standardize form styling, buttons, highlights, and HTMX partial patterns with Bootstrap 5 classes and accessible markup per ADR-1.0.17.
Scope (single PR)
Files to touch: shared form partials (if any), key templates with forms (search, calculators, airports), HTMX partials; optional helpers for buttons/alerts/highlights.
Behavior: Apply Bootstrap form controls (form-control, form-select, spacing classes), button variants, and alert styles; ensure highlights/pagination use Bootstrap classes; HTMX partials return valid fragments with the same styling. Preserve aria-label/ describedby per ADR-1.0.15. Add any small utility classes or snippets for consistent HTMX responses.
Non-goals: New features; design overhaul beyond Bootstrap conventions.
BRIEF: Bootstrap-styled forms/components and HTMX patterns
Goal
Scope (single PR)
form-control,form-select, spacing classes), button variants, and alert styles; ensure highlights/pagination use Bootstrap classes; HTMX partials return valid fragments with the same styling. Preserve aria-label/ describedby per ADR-1.0.15. Add any small utility classes or snippets for consistent HTMX responses.Standards
Acceptance
Prompts for Copilot