refactor(create-repository): from dialog to page

This commit is contained in:
Nicolas Meienberger
2025-11-14 21:10:40 +01:00
parent c179a16d15
commit c898e1ce07
4 changed files with 101 additions and 71 deletions

View File

@@ -12,6 +12,7 @@ export default [
route("backups/create", "./client/modules/backups/routes/create-backup.tsx"),
route("backups/:id", "./client/modules/backups/routes/backup-details.tsx"),
route("repositories", "./client/modules/repositories/routes/repositories.tsx"),
route("repositories/create", "./client/modules/repositories/routes/create-repository.tsx"),
route("repositories/:name", "./client/modules/repositories/routes/repository-details.tsx"),
route("repositories/:name/:snapshotId", "./client/modules/repositories/routes/snapshot-details.tsx"),
route("settings", "./client/modules/settings/routes/settings.tsx"),