- Throttle progress events to 250ms intervals (was every byte chunk) - Batch UI updates during uploads (render/statusbar/stats every 200ms) - In-place row updates instead of full innerHTML table rebuild - Single-pass queue stats computation (was 9 separate array filters) - Remove CSS transition on progress bars (caused layout thrashing) - Event delegation for recent files table (was per-row listener rebind) - Increase persist debounce to 10s during uploads (was 3s) - Remove redundant "Ziele auswählen" button (hoster selection on file add) - Dark title bar via nativeTheme Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| backup-crypto.js | ||
| config-store.js | ||
| doodstream-upload.js | ||
| hosters.js | ||
| semaphore.js | ||
| throttle.js | ||
| updater.js | ||
| upload-manager.js | ||
| vidmoly-upload.js | ||
| voe-upload.js | ||