7 Commits

Author SHA1 Message Date
252491bd2f feat: refactor frontend routing and authentication
- Changed root div ID from 'root' to 'app' in index.html.
- Updated package.json to include new dependencies for routing and state management.
- Removed App component and replaced it with a router setup in main.tsx.
- Added route definitions for login, about, and index pages.
- Implemented authentication logic using Zustand for state management.
- Created API client with Axios for handling requests and token management.
- Added CORS support in the backend API.
- Updated schema for login requests to use camelCase.
2025-11-16 00:36:30 +01:00
eaf4c90fa8 feat: implement media listing with sorting and filtering options 2025-11-04 05:57:04 +01:00
39ee8d52a4 separation of database (#1)
Reviewed-on: GKaszewski/libertas#1
2025-11-03 02:26:19 +00:00
596313b8c5 feat: add media file retrieval functionality and update dependencies 2025-11-02 16:22:09 +01:00
4427428cf6 feat: implement media processing plugins and update repository structure 2025-11-02 15:40:39 +01:00
7ea91da20a refactor: move route definitions to a separate module 2025-11-02 09:37:20 +01:00
455e144ffb init 2025-11-02 09:31:01 +01:00