Docstrings generation was requested by @Rajdave69.
* https://github.com/nicotsx/zerobyte/pull/142#issuecomment-3655717762
The following files were modified:
* `app/client/modules/backups/components/sortable-backup-card.tsx`
* `app/client/modules/backups/routes/backups.tsx`
* feat: add custom restore target directory
Adds the ability to restore snapshots to a custom directory instead of
only the original path. Closes#12.
Changes:
- Add target parameter to restore API endpoint
- Add directory picker UI in file browser restore dialog
- Add target input field in snapshot restore form
- Create reusable PathSelector component
Note: Run `bun run gen:api-client` after merging to regenerate types.
* refactor: path selector design
* refactor: unify restore snapshot dialogs
* refactor: restore snapshot as a page
* chore: fix liniting issues
* chore(create-notification): remove un-used prop
---------
Co-authored-by: Deepseek1 <Deepseek1@users.noreply.github.com>