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
473e45c55b
refactor: use list with filtering for preset menus
2026-06-08 08:55:08 +03:00
arabcoders
b438947b0d
fix: tasks should require timer when there are no handler support.
2026-05-05 10:10:11 +03:00
arabcoders
210712cee2
refactor: drop pinia stores
2026-04-21 20:51:47 +03:00
arabcoders
182a2e97e6
feat: add form guards to prevent accidental data loss
2026-04-15 00:37:12 +03:00
arabcoders
360d2f3df8
refactor: minor fixes to overall design.
2026-04-14 23:43:48 +03:00
arabcoders
6553d0d957
fix: use custom-first in presets
2026-04-08 01:10:43 +03:00
arabcoders
295c74b985
Refactor: rebase the UI on top of nuxt/ui
2026-03-25 22:59:53 +03:00
arabcoders
befc7df583
refactor: switch from pnpm to bun
2026-02-20 22:46:30 +03:00
arabcoders
f166c418f8
feat: improve task creation to support multiple URLs.
2026-02-17 20:03:27 +03:00
arabcoders
fd4e755938
refactor: migrate tasks to db model
2026-01-24 23:09:20 +03:00
arabcoders
e0a47e2fe3
Refactor: facelift the WebUI
2026-01-14 18:56:07 +03:00
arabcoders
0dccfad5c8
Refactor: improve UX to prevent accidental space as download path
2025-12-29 17:44:47 +03:00
arabcoders
793b67c135
Feat: Make it possible to enable/disable task. Ref #493
2025-11-18 19:27:19 +03:00
arabcoders
9d36ab1351
Added generic rss feed parser for tasks.
2025-10-22 18:52:57 +03:00
arabcoders
ed9ce05ac0
[FEAT] Added checkbox in task add page to directly archive all items in a task.
2025-10-17 17:21:21 +03:00
arabcoders
1fd7477a9c
improve the simple view flow and change settings render to work on both
2025-09-25 17:32:28 +03:00
arabcoders
fae1d7c577
improved match_str by implementing extended subset.
2025-09-11 02:09:48 +03:00
arabcoders
aab690a822
reflect preset options in tasks page.
2025-09-03 19:25:08 +03:00
arabcoders
2695bb40fc
Migrated useConfirm to internally uses useDialog for eventual migration
2025-09-01 17:33:21 +03:00
arabcoders
e2b4a8caa3
moved socket event pause/resume to api/system/
2025-08-29 19:00:26 +03:00
arabcoders
a0533a0861
Added autocomplete for cli options
2025-08-20 19:18:39 +03:00
arabcoders
89d4c026c5
Added built-in reference for yt-dlp options.
2025-08-19 22:24:51 +03:00
arabcoders
781b767879
Add support for converting youtube handle channels urls to channel_id. Closes #353
2025-07-27 16:44:36 +03:00
arabcoders
6c7542e8a3
Fixed incorrect form control for handler enable
2025-07-25 20:30:21 +03:00
arabcoders
e44077b99f
typo
2025-07-25 20:24:48 +03:00
arabcoders
584d4e107e
Added toggle for task handler.
2025-07-25 20:17:51 +03:00
arabcoders
dcaeb7acc8
migrated more code to ts
2025-07-25 19:41:17 +03:00
arabcoders
6f059c78b8
nuxt4 migration
2025-07-24 18:51:12 +03:00