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
7a3c41b6bc
refactor: update other uselect to use uselectmenu
2026-06-08 09:00:56 +03:00
arabcoders
473e45c55b
refactor: use list with filtering for preset menus
2026-06-08 08:55:08 +03:00
arabcoders
2efc09d587
refactor: improve log details view
2026-06-08 08:38:12 +03:00
arabcoders
acca33a7dc
rerfactor: add page transition toggle
2026-06-08 07:53:05 +03:00
arabcoders
e61df14ec0
refactor: improve how cards look
2026-06-08 07:11:31 +03:00
arabcoders
50dd2d336c
docs: screenshots updates
2026-06-01 07:44:41 +03:00
arabcoders
88db357b7f
refactor: removed thumbnail proxying
2026-05-18 12:28:06 +03:00
arabcoders
3bd2a7bee7
refactor: minor ui cleanup
2026-05-17 20:21:58 +03:00
arabcoders
73b8d867a0
feat: add resume for videos
2026-05-15 18:24:52 +03:00
arabcoders
d9dbbb18ea
feat: thumbnail generation
2026-05-14 23:22:27 +03:00
arabcoders
5951837ab9
fix: automatic fallback to hls.js
2026-05-07 18:01:05 +03:00
arabcoders
71f9a7bda4
fix: show add button on same row
2026-05-06 23:07:49 +03:00
arabcoders
8f436a7afb
refactor: improve video player rendering
2026-05-05 23:01:50 +03:00
arabcoders
f2d7e59420
refactor: more eye candy for video player.
2026-05-05 10:10:33 +03:00
arabcoders
b438947b0d
fix: tasks should require timer when there are no handler support.
2026-05-05 10:10:11 +03:00
arabcoders
2ab0db93dc
fix: new video player subtitle files were missing folder arg
2026-05-04 21:53:13 +03:00
arabcoders
285e661667
feat: add rename to history items.
2026-05-04 20:29:34 +03:00
arabcoders
80316df952
feat: custom video player with direct ssa rendering
2026-05-04 09:21:43 +03:00
arabcoders
084f5082ad
feat: add support for ignoring conditions in downloads and UI
2026-04-27 20:58:00 +03:00
arabcoders
50253c650a
refactor: re-add the automatic history update after download
2026-04-25 20:24:45 +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
29777ff928
refactor: remove ui_update_title and standardize page title
2026-04-22 20:55:29 +03:00
arabcoders
35f38d7cee
refactor: update presets UI to follow same rules as other pages.
...
Co-authored-by: Copilot <copilot@github.com>
2026-04-22 19:38:35 +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
e7dfee66b1
refactor: seperate history from queue
2026-04-21 21:48:38 +03:00
arabcoders
210712cee2
refactor: drop pinia stores
2026-04-21 20:51:47 +03:00
arabcoders
fc5cf84dd2
refactor(ui): more consistency changes.
2026-04-19 21:22:29 +03:00
arabcoders
3f6149aaf7
refactor: use plain text for multi-line messages ni confirm dialog
2026-04-18 20:18:41 +03:00
arabcoders
bb246cc6f5
wip
2026-04-15 21:52:52 +03:00
arabcoders
e7fd60010b
fix: opacity interaction with the new form guard
2026-04-15 18:14:36 +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
dbff4c6798
feat(console): make terminal window more durable and support reloading and stopping commands.
2026-04-14 02:19:35 +03:00
arabcoders
f9119f5a33
fix: better partial live download handling
2026-04-11 19:13:00 +03:00
arabcoders
4620d1aaed
fix: improve the native build
2026-04-10 19:58:36 +03:00
arabcoders
c3132858e7
feat: add download_skipped flag to track intentionally skipped downloads
2026-04-10 18:07:05 +03:00
arabcoders
acf1de5c69
fix: adjust step value for background opacity slider
2026-04-09 22:02:16 +03:00
arabcoders
6553d0d957
fix: use custom-first in presets
2026-04-08 01:10:43 +03:00
arabcoders
846e89f58e
fix: video player responsiveness
2026-04-05 22:59:50 +03:00
arabcoders
ca03bf716b
refactor: use static width for table cells.
2026-03-31 18:34:59 +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
f166c418f8
feat: improve task creation to support multiple URLs.
2026-02-17 20:03:27 +03:00
arabcoders
84077349c7
feat: improve status tracking in downloads
2026-02-14 20:05:08 +03:00
arabcoders
19d5d60de1
feat: add NFO generation endpoint and UI integration for downloads
2026-02-13 20:38:33 +03:00
arabcoders
a3fc7f6abb
fix: remove unnecessary terminator call and improve exception handling in status tracker
2026-02-13 18:16:18 +03:00
arabcoders
c67c9912cc
fix: show alert instead of notification for missing video file.
2026-02-05 16:18:32 +03:00