Jesse Bate
38c120ce85
perf: lazy-load folders on demand; remove queue from config endpoint
...
Two startup cost reductions:
1. Folder enumeration is moved from /api/system/configuration to a new
GET /api/system/folders endpoint. The frontend fetches it only when
the user focuses a folder input field, and caches the result for the
session. On large directory trees this was a noticeable startup delay.
2. The queue array is removed from /api/system/configuration. The queue
is already loaded separately via /api/history/live on mount; including
it in the config response was a double-load that inflated the initial
payload for users with large queues.
2026-06-10 20:07:19 +09:30
arabcoders
1267dbaf6b
refactor: use single logger namespace
2026-05-28 19:07:11 +03:00
arabcoders
cf90db3b4c
refactor: update log mesages to take advantage of JSONL
2026-05-27 23:53:42 +03:00
arabcoders
434d3e981d
feat: add system diagnostics endpoint.
2026-05-26 19:22:36 +03:00
arabcoders
3bd2a7bee7
refactor: minor ui cleanup
2026-05-17 20:21:58 +03:00
arabcoders
11bd4204aa
refactor: update terminal api
2026-04-29 22:25:39 +03:00
arabcoders
3c1567930f
feat: add system limits API endpoint and UI for download capacity overview
2026-04-22 22:02:40 +03:00
arabcoders
dbff4c6798
feat(console): make terminal window more durable and support reloading and stopping commands.
2026-04-14 02:19:35 +03:00
arabcoders
435882e16b
chore: packages update and some formatting
2026-02-05 01:28:06 +03:00
arabcoders
7d6dc7ae76
refactor: move presets to db model
2026-01-25 19:17:54 +03:00
arabcoders
00c3aefff1
Feat: add yt-dlp version checker
2026-01-24 20:04:30 +03:00
arabcoders
c3eb7091af
refactor: make the UI work without websocket
2026-01-22 19:36:20 +03:00
arabcoders
501455029c
refactor: remove socket.io dependency
2026-01-21 22:07:12 +03:00
arabcoders
55a298e0ff
Refactor: download module into testable chunks
2026-01-13 20:05:01 +03:00
arabcoders
81a4ef0f36
Feat: add version checker and refactor the page footer.
2026-01-09 21:11:39 +03:00
arabcoders
ac4ce99b01
Fix: fixes for windows native
2025-12-27 23:58:36 +03:00
arabcoders
4773e73d88
refactor: dont raise GracefulExit on app_shutdown
2025-12-27 21:58:32 +03:00
arabcoders
2eba728dd2
Refactor event handlers to be asynchronous across multiple modules
2025-09-12 02:55:11 +03:00
arabcoders
e2b4a8caa3
moved socket event pause/resume to api/system/
2025-08-29 19:00:26 +03:00
arabcoders
d538d94216
Fix windows multiprocessing threads
2025-08-26 00:59:14 +03:00
arabcoders
70e06f0122
remove webview in favor of using built-in browser.
2025-08-25 22:24:04 +03:00