aethex-forge/client/components/ai
Claude b640b0d2ad
Mobile optimization pass for responsive layouts
- TabsList: Add responsive grid columns (grid-cols-2/3 on mobile)
- Headers: Stack vertically on mobile with responsive text sizes
- Dialogs: Use viewport-relative heights (70-80vh on mobile)
- Grids: Add sm: breakpoints for single-column mobile layouts
- Tables: Add overflow-x-auto for horizontal scrolling
- Buttons: Full-width on mobile with flex-1 sm:flex-none
- Select triggers: Full-width on mobile

Files updated: 21 component and page files across admin,
staff, dashboards, and hub sections.
2026-01-26 22:46:26 +00:00
..
AIChat.tsx Mobile optimization pass for responsive layouts 2026-01-26 22:46:26 +00:00
ChatInput.tsx Add AI chat assistant and backend API for AI interactions 2025-12-06 03:58:12 +00:00
ChatMessage.tsx Add AI chat assistant and backend API for AI interactions 2025-12-06 03:58:12 +00:00
Icons.tsx Add AI chat assistant and backend API for AI interactions 2025-12-06 03:58:12 +00:00
index.ts Add AI chat assistant and backend API for AI interactions 2025-12-06 03:58:12 +00:00
PersonaSelector.tsx Enhance AI chat with user badge support and tier upgrades 2025-12-12 23:18:03 +00:00