zerobyte/app
Deepseek1 74d34a578b 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.
2025-11-29 18:01:06 +01:00
..
client feat: add custom restore target directory 2025-11-29 18:01:06 +01:00
drizzle fix: wrong compression modes used 2025-11-28 20:28:47 +01:00
middleware refactor: unify backend and frontend servers (#3) 2025-11-13 20:11:46 +01:00
schemas feat: restore to custom location (#78) 2025-11-29 16:53:44 +01:00
server feat: add custom restore target directory 2025-11-29 18:01:06 +01:00
utils refactor: unify backend and frontend servers (#3) 2025-11-13 20:11:46 +01:00
app.css refactor: unify backend and frontend servers (#3) 2025-11-13 20:11:46 +01:00
context.ts refactor: unify backend and frontend servers (#3) 2025-11-13 20:11:46 +01:00
root.tsx refactor: rebrand to zerobyte (#45) 2025-11-20 18:59:57 +01:00
routes.ts Feat/notifications alerts (#52) 2025-11-22 14:58:21 +01:00