Multi-Hoster-Upload/lib
Administrator 7d992206e8 feat: byse.sx health check + performance optimizations for large queues
- Add byse.sx health check via API upload/server endpoint
- Virtual scrolling for queue table (>200 rows renders only visible rows)
- O(1) job lookups via index Maps instead of O(n) array.find()
- Event delegation on queue tbody instead of per-row listeners
- Async config writes to avoid blocking main process
- Increase persist debounce to 3s during uploads (was 250ms)
- Reduce debug logging to state changes only
- Move save button to bottom-right in settings

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 00:45:09 +01:00
..
config-store.js feat: byse.sx health check + performance optimizations for large queues 2026-03-11 00:45:09 +01:00
hosters.js feat: improve uploader UI and persist queue 2026-03-10 22:19:42 +01:00
semaphore.js test: add unit tests (41) and UI smoke tests (21), fix semaphore listener leak 2026-03-10 10:55:50 +01:00
throttle.js feat: add queue system, per-hoster settings, retry logic, and full UI overhaul 2026-03-10 05:57:00 +01:00
updater.js fix: critical updater and retry bugs, cleanup listener leaks 2026-03-10 12:30:06 +01:00
upload-manager.js feat: add voe.sx login-based upload support 2026-03-11 00:04:18 +01:00
vidmoly-upload.js fix: vidmoly redirect loop, body leak, update error handling, submenu overflow 2026-03-10 14:11:03 +01:00
voe-upload.js fix(voe): use 2-step CDN upload flow + add health check 2026-03-11 00:16:37 +01:00