zerobyte/app/client/modules
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
..
auth refactor(login): extract reset password dialog to its own component 2025-12-26 17:13:26 +01:00
backups fix(backups): allow removing selected paths that no longer exist on filesystem (#272) 2026-01-02 15:33:25 +01:00
notifications feat: add generic webhook form & refactor each type in its own form (#239) 2026-01-02 14:56:35 +01:00
repositories feat: add support for SFTP volume backend (#249) 2025-12-28 18:30:49 +01:00
settings/routes feat: add icons to buttons and alerts for improved UI clarity 2025-12-03 17:31:44 +01:00
volumes feat: add support for SFTP volume backend (#249) 2025-12-28 18:30:49 +01:00