- 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>
- 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>
- Created mock API implementation in src/api/mock.ts
- Added isMockMode toggle to useStore
- Implemented switching between real and mock API in client.ts
- Added Mock Mode toggle to Login page
- Added 'npm run dev:mock' command
Co-Authored-By: Claude <noreply@anthropic.com>
Downgraded Vite from v8 to v5 and @vitejs/plugin-react from v6 to v4
to resolve compatibility issues with Node.js 21.7.3.
Fixed TypeScript type-only imports to comply with verbatimModuleSyntax.
Fixes#1
Co-Authored-By: Claude <noreply@anthropic.com>
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>