Commit Graph

2 Commits

Author SHA1 Message Date
7cbe5ab6e2 feat: Add mock mode for UI-only development
- 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>
2026-04-11 00:51:43 +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