I am batman

This commit is contained in:
2026-07-12 20:27:42 -04:00
commit 997feca642
242 changed files with 40038 additions and 0 deletions

15
.github/instructions/ui.md vendored Normal file
View File

@@ -0,0 +1,15 @@
# UI Instructions
## Scope
- Applies to page/component work under `src/app`, `src/components`, and `src/features`.
## Rules
- Preserve existing design language and component primitives from `src/components/ui`.
- Keep layouts responsive with explicit overflow control for dense views (e.g., kanban horizontal overflow).
- Prefer composition over one-off custom widgets; reuse dialog, card, table, and form primitives.
- Keep interaction states clear (loading, empty, error) for data-driven pages.
- Avoid visual regressions in header/sidebar containment when introducing horizontal scroll regions.
## Accessibility
- Maintain keyboard access for dialogs, menus, and drag handles.
- Keep meaningful `sr-only` labels for icon-only controls.