gronod
|
bd7a9c7951
|
fix(frontend): document non-standard vite config, clean stale client/dist (closes #66)
Build and Push Docker Image / build (push) Successful in 1m20s
Docs Check / Markdown lint (push) Failing after 1m39s
Licence Check / Licence compatibility and copyright header verification (push) Successful in 1m56s
CI / Security audit (push) Successful in 2m30s
CI / Tests & coverage (push) Successful in 2m45s
CI / Swagger Validation & Coverage (push) Successful in 2m52s
Docs Check / Mermaid diagram parse check (push) Successful in 2m47s
|
2026-05-28 15:59:05 +01:00 |
|
gronod
|
6f2901b08c
|
fix: resolve frontend connection issues by introducing concurrent startup and dynamic proxy configuration
Build and Push Docker Image / build (push) Successful in 2m6s
Licence Check / Licence compatibility and copyright header verification (push) Successful in 2m23s
CI / Security audit (push) Successful in 3m6s
CI / Swagger Validation & Coverage (push) Successful in 3m17s
CI / Tests & coverage (push) Failing after 3m51s
|
2026-05-28 08:03:29 +01:00 |
|
gronod
|
8dc105ff3e
|
Migrate frontend from monolithic app.js to vanilla ES modules
Build and Push Docker Image / build (push) Successful in 35s
Licence Check / Licence compatibility and copyright header verification (push) Failing after 49s
CI / Security audit (push) Successful in 1m9s
CI / Tests & coverage (push) Successful in 1m23s
- Delete React files (App.jsx, main.jsx, App.css)
- Create modular vanilla JS structure in client/src/:
- state.js (global state object)
- api.js (all fetch calls)
- sse.js (SSE connection management)
- ui/auth.js (authentication UI)
- ui/downloads.js (downloads rendering)
- ui/history.js (history section)
- ui/statusPanel.js (status panel)
- ui/webhooks.js (webhook management)
- ui/filters.js (download client filter)
- ui/theme.js (theme switching)
- ui/tabs.js (tab navigation)
- utils/format.js (formatting utilities)
- utils/storage.js (localStorage helpers)
- main.js (DOMContentLoaded bootstrap)
- Update vite.config.js for vanilla build outputting to ../public/app.js
- Build succeeds: 14 modules, 43.88 kB output
|
2026-05-20 23:30:24 +01:00 |
|
gronod
|
8c4cc20551
|
Add MIT copyright headers to all source files
Build and Push Docker Image / build (push) Successful in 48s
Licence Check / Licence compatibility and copyright header verification (push) Successful in 1m21s
CI / Security audit (push) Successful in 1m47s
CI / Tests & coverage (push) Successful in 2m1s
|
2026-05-19 09:07:42 +01:00 |
|
gronod
|
5d04d2796b
|
Initial commit: Media Download Dashboard with SABnzbd, Sonarr, Radarr, and Emby integration
|
2026-05-15 10:36:29 +01:00 |
|