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
71f9a7bda4
fix: show add button on same row
2026-05-06 23:07:49 +03:00
arabcoders
084f5082ad
feat: add support for ignoring conditions in downloads and UI
2026-04-27 20:58:00 +03:00
arabcoders
c9534bdf11
refactor: remove useless wrappers
2026-04-22 19:04:11 +03:00
arabcoders
716fce8941
fix: newDownload was causing infinite loop when switching to mulit url mode
2026-04-21 22:57:25 +03:00
arabcoders
210712cee2
refactor: drop pinia stores
2026-04-21 20:51:47 +03:00
arabcoders
6553d0d957
fix: use custom-first in presets
2026-04-08 01:10:43 +03:00
arabcoders
cdca27d4b9
refactor: minor fixes for better mobile view.
2026-03-26 19:12:40 +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
fe6fe42a65
refactor: switch api/history to be fully async.
2026-01-25 21:34:26 +03:00
arabcoders
7d6dc7ae76
refactor: move presets to db model
2026-01-25 19:17:54 +03:00
arabcoders
8a10627d6a
refactor: migrated dl_fields to db model.
2026-01-19 18:31:16 +03:00
arabcoders
750322dae4
Refactor: remove socket connection checks in various UI components.
2026-01-04 18:54:22 +03:00
arabcoders
0dccfad5c8
Refactor: improve UX to prevent accidental space as download path
2025-12-29 17:44:47 +03:00
arabcoders
450b140561
Fix: prevent sending only space as download path
2025-12-28 21:56:36 +03:00
arabcoders
2ae5f7e3c8
Fix: double video in archive message
2025-12-26 19:58:32 +03:00
arabcoders
d99875eb57
QoL: Support newlines as seperator for URLs.
2025-11-28 17:15:46 +03:00
arabcoders
9ea8b639f0
Refactor: Add --no-continue as toggle option
2025-11-15 22:04:45 +03:00
arabcoders
c77d232c72
Feat: add link to upload cookies
2025-11-13 21:32:19 +03:00
arabcoders
ad3a3ddb72
Feat: add drop file support for cookies field.
2025-11-12 17:48:43 +03:00
arabcoders
058bf567d1
[FEAT] add option to see the compiled yt-dlp options
2025-11-08 02:07:37 +03:00
arabcoders
b888e67877
[FEAT] When console enabled show button to run commands from newDownload into console.
2025-10-27 19:55:52 +03:00
arabcoders
f490c78179
removed deprecated features and flags
2025-09-12 20:38:09 +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
88451f8044
Reflect preset settings in new download form.
2025-09-03 17:00:07 +03:00
arabcoders
e2b4a8caa3
moved socket event pause/resume to api/system/
2025-08-29 19:00:26 +03:00
arabcoders
20cfc00640
migrated /api/archive to /api/history/{id}/archive
2025-08-29 18:41:13 +03:00
arabcoders
309d4ca013
Update default placeholder for save_in dynamically based on selected preset.
2025-08-27 17:21:55 +03:00
arabcoders
f21fee96a3
refactor: update basic mode watch logic to check config loading state
2025-08-22 17:47:59 +03:00
arabcoders
3ebd66fd60
add support for --no-continue
2025-08-20 19:33:20 +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
568c244cd8
merge force download into the new custom fields handling.
2025-08-07 23:47:39 +03:00
arabcoders
00fc97c570
working version of custom fields.
2025-08-07 23:03:34 +03:00
arabcoders
45401639ad
Update download form to use the custom input
2025-08-07 22:08:59 +03:00
arabcoders
355adfade4
more changes to support custom fields in download form
2025-08-07 21:01:24 +03:00
arabcoders
48fb35329a
Added force download switch
2025-08-02 16:32:21 +03:00
arabcoders
6f059c78b8
nuxt4 migration
2025-07-24 18:51:12 +03:00