ytptube/ui/app/components
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
..
ConditionForm.vue refactor: drop pinia stores 2026-04-21 20:51:47 +03:00
Dialog.vue refactor: remove useless wrappers 2026-04-22 19:04:11 +03:00
DLFieldForm.vue refactor: drop pinia stores 2026-04-21 20:51:47 +03:00
DLInput.vue refactor(ui): more consistency changes. 2026-04-19 21:22:29 +03:00
EmbedPlayer.vue Refactor: rebase the UI on top of nuxt/ui 2026-03-25 22:59:53 +03:00
GetInfo.vue refactor: removed thumbnail proxying 2026-05-18 12:28:06 +03:00
ImageView.vue refactor: removed thumbnail proxying 2026-05-18 12:28:06 +03:00
InputAutocomplete.vue feat(console): make terminal window more durable and support reloading and stopping commands. 2026-04-14 02:19:35 +03:00
LateLoader.vue refactor: seperate history from queue 2026-04-21 21:48:38 +03:00
LimitsPage.vue refactor: minor ui cleanup 2026-05-17 20:21:58 +03:00
LogDetailModal.vue refactor: improve log details view 2026-06-08 08:38:12 +03:00
Markdown.vue refactor(ui): more consistency changes. 2026-04-19 21:22:29 +03:00
NewDownload.vue perf: lazy-load folders on demand; remove queue from config endpoint 2026-06-10 20:07:19 +09:30
NotificationForm.vue feat: add form guards to prevent accidental data loss 2026-04-15 00:37:12 +03:00
NotifyDropdown.vue refactor: drop pinia stores 2026-04-21 20:51:47 +03:00
PresetForm.vue perf: lazy-load folders on demand; remove queue from config endpoint 2026-06-10 20:07:19 +09:30
SettingsPanel.vue rerfactor: add page transition toggle 2026-06-08 07:53:05 +03:00
shutdown.vue fix: improve the native build 2026-04-10 19:58:36 +03:00
Simple.vue refactor: use list with filtering for preset menus 2026-06-08 08:55:08 +03:00
TaskDefinitionEditor.vue refactor: update other uselect to use uselectmenu 2026-06-08 09:00:56 +03:00
TaskForm.vue perf: lazy-load folders on demand; remove queue from config endpoint 2026-06-10 20:07:19 +09:30
TaskInspect.vue refactor: use list with filtering for preset menus 2026-06-08 08:55:08 +03:00
TextareaAutocomplete.vue feat(console): make terminal window more durable and support reloading and stopping commands. 2026-04-14 02:19:35 +03:00
TextDropzone.vue Refactor: rebase the UI on top of nuxt/ui 2026-03-25 22:59:53 +03:00
VideoPlayer.vue feat: add resume for videos 2026-05-15 18:24:52 +03:00
YTDLPOptions.vue refactor: update other uselect to use uselectmenu 2026-06-08 09:00:56 +03:00