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. |
||
|---|---|---|
| .. | ||
| backup-card.tsx | ||
| backup-progress-card.tsx | ||
| backup-status-dot.tsx | ||
| create-schedule-form.tsx | ||
| schedule-mirrors-config.tsx | ||
| schedule-notifications-config.tsx | ||
| schedule-summary.tsx | ||
| snapshot-file-browser.tsx | ||
| snapshot-timeline.tsx | ||