ytptube/ui/app
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
..
assets/css rerfactor: add page transition toggle 2026-06-08 07:53:05 +03:00
components perf: lazy-load folders on demand; remove queue from config endpoint 2026-06-10 20:07:19 +09:30
composables perf: lazy-load folders on demand; remove queue from config endpoint 2026-06-10 20:07:19 +09:30
layouts rerfactor: add page transition toggle 2026-06-08 07:53:05 +03:00
pages refactor: fix loading older logs 2026-06-08 09:56:21 +03:00
plugins fix: opacity interaction with the new form guard 2026-04-15 18:14:36 +03:00
types feat: make log level runtime managable. 2026-05-28 21:26:23 +03:00
utils feat: add system diagnostics endpoint. 2026-05-26 19:22:36 +03:00
app.config.ts Refactor: rebase the UI on top of nuxt/ui 2026-03-25 22:59:53 +03:00
error.vue Refactor: rebase the UI on top of nuxt/ui 2026-03-25 22:59:53 +03:00
spa-loading-template.html refactor: minor UI update for diagnostics page 2026-05-31 16:08:45 +03:00