mirror of
https://github.com/nimbold/Firelink.git
synced 2026-08-12 04:26:57 +00:00
feat: add resumability detection and pause warnings
- Update 'fetch_metadata' to detect 'Accept-Ranges' HTTP header - Persist 'resumable' flag in DownloadItem across backend and frontend - Add confirmation dialog when pausing non-resumable downloads (single and bulk actions) - Improve UI for start/pause/options buttons by adopting the application accent color on hover
This commit is contained in:
@@ -394,6 +394,16 @@
|
||||
transform: scale(0.94);
|
||||
}
|
||||
|
||||
.download-cell-right .app-icon-button:hover:not(:disabled) {
|
||||
background: hsl(var(--accent-color) / 0.15);
|
||||
color: hsl(var(--accent-color));
|
||||
}
|
||||
|
||||
.download-cell-right .app-icon-button:active:not(:disabled) {
|
||||
background: hsl(var(--accent-color) / 0.25);
|
||||
transform: scale(0.94);
|
||||
}
|
||||
|
||||
.app-modal-backdrop {
|
||||
background: hsl(0 0% 0% / 0.2);
|
||||
animation: fade-in 150ms ease-out;
|
||||
|
||||
Reference in New Issue
Block a user