Commit graph

5 commits

Author SHA1 Message Date
3fe4b9ea88 Huge refactor adding in react query and general clean up. not finsihed
yet. more cleanup needs to be done.

- added react query
- moved to openapi instead of axios
- added case translator from frontend to backend
2025-12-22 15:23:40 +00:00
2eb924dc9c Add Vitest setup and tests for encryption
- Set up Vitest with testing-library and jsdom for frontend tests - Add
encryption.test.ts to verify deriveKey, wrapMasterKey, unwrapMasterKey -
Add test/setup.ts to extend jest-dom matchers and cleanup after tests -
Enable Vitest in Vite config and add test scripts in
frontend/package.json
2025-12-13 12:15:14 +00:00
b596c9f34d Refactor Home UI and add StatusIndicator 2025-12-11 22:20:23 +00:00
60ddf0520e Slight style changes. might revert. fixed scroll. 2025-11-25 22:09:02 +00:00
9645f411f3 Bulk update 2025-11-23 09:08:01 +00:00
Renamed from frontend/vite.config.ts (Browse further)