Commit Graph

5 Commits

Author SHA1 Message Date
05f9c3198c feat(ui): Implement M3 FAB and finalize core UI rework (Stage 3)
- Implemented M3 Floating Action Button (FAB) with extended variant support
- Integrated FAB into Navigation Rail (top placement) and Bottom Bar (floating)
- Added user profile header to expanded sidebar
- Polished M3 styles and transitions
- Fixed various CSS and layout issues

Refs #3
Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-11 01:18:17 +03:00
b71076450c feat(ui): Implement Dynamic Color system and M3 Forms (Stage 2)
- Integrated @material/material-color-utilities for HCT-based color generation
- Implemented M3 Filled Text Field with floating labels and state layers
- Added Seed Color picker and palette preview to Settings
- Updated Login page with new M3 components
- Enhanced ThemeProvider with system preference listeners

Refs #3
Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-11 01:16:36 +03:00
db0b93b007 feat(ui): Implement adaptive navigation system (Stage 1)
- Added useDisplay hook for breakpoint-based layout
- Added useScrollDirection hook for hide-on-scroll logic
- Implemented three-tier navigation:
  - Navigation Bar (Compact < 600px) with auto-hide
  - Navigation Rail (Medium 600-1240px)
  - Expanded Navigation Rail (Expanded > 1240px)
- Added support for sub-menus in expanded rail
- Added notification badges support
- Integrated ThemeProvider into App

Refs #3
Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-11 01:10:55 +03:00
67563664ce feat: Add responsive navigation and theme selection
- Implemented adaptive navigation (Sidebar for wide screens, Bottom Nav for narrow screens)
- Added manual theme selection (Light/Dark/System)
- Added accent color selection
- Created ThemeProvider for dynamic styling
- Added Settings page
- Refactored Profile page with Quick Access links

Fixes #2
Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-11 00:58:27 +03:00
e176c00e52 feat: Initial Material You client implementation
Implemented a Material You (Material 3) client for the bonch-open-api.
- Added API client with axios
- Added Zustand store for API config and user data
- Added Login and Profile pages
- Set up routing with react-router-dom
- Added global styles with Material 3 tokens

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-11 00:40:55 +03:00