Commit Graph

6 Commits

Author SHA1 Message Date
d1ef1da198 fix: add missing newline at end of vite.config.js 2026-02-01 00:29:43 +00:00
a8aad77aa9 feat: enhance repository handling to support multiple providers and add Gitea integration 2026-02-01 00:27:40 +00:00
81d1d0910c feat: add react-router-dom for routing and implement plugin detail view
- Updated package.json to include react-router-dom dependency.
- Refactored App component to use React Router for navigation.
- Created PluginDetail component to display detailed information about a selected plugin.
- Added fetch functions for releases and commits in the server code.
- Enhanced UI with new styles for dark mode and improved layout.
- Implemented caching for API responses to optimize performance.
2026-01-31 19:48:44 +00:00
561f7fb5f2 Update docker-compose.yml to use environment variables for port and cache TTL 2026-01-31 18:49:06 +00:00
6262801f8a Add compose file for local development environment 2026-01-31 18:46:48 +00:00
b1d0c2183d first commit 2026-01-31 18:30:11 +00:00