zerobyte/app/client/modules/backups/components
Jakub Trávník f836e2f9df
fix(backups): allow removing selected paths that no longer exist on filesystem (#272)
Add X button to selected paths list in backup schedule form. When files/folders
are selected for backup but later deleted from the volume, restic fails because
`--files-from` references non-existent paths. Previously, users couldn't remove
these stale paths since they don't appear in the file browser to uncheck.

The X button enables direct removal of any selected path, fixing stuck backup
configurations that would always fail with "file not found" errors.
2026-01-02 15:33:25 +01:00
..
backup-card.tsx refactor: extract sortable card into its own component 2025-12-16 20:23:44 +01:00
backup-progress-card.tsx refactor: unify backend and frontend servers (#3) 2025-11-13 20:11:46 +01:00
backup-status-dot.tsx Feat/notifications alerts (#52) 2025-11-22 14:58:21 +01:00
create-schedule-form.tsx fix(backups): allow removing selected paths that no longer exist on filesystem (#272) 2026-01-02 15:33:25 +01:00
schedule-mirrors-config.tsx fix: allow arbitrary name for repositories and correctly import existing local repos (#197) 2025-12-22 20:52:26 +01:00
schedule-notifications-config.tsx feat: notify on warning separation (#122) 2025-12-10 18:55:37 +01:00
schedule-summary.tsx fix: allow arbitrary name for repositories and correctly import existing local repos (#197) 2025-12-22 20:52:26 +01:00
snapshot-file-browser.tsx refactor(snapshot-details): make page load faster by not awaiting restic snapshot details 2025-12-22 21:18:56 +01:00
snapshot-timeline.tsx refactor: unify backend and frontend servers (#3) 2025-11-13 20:11:46 +01:00