feat: mobile config profiles with list-detail pattern

- Add mobile list view showing all config profiles
- Add mobile detail view with profile information display
- Add mobile edit/create view with full form
- Implement list→detail→edit navigation
- Fix TypeScript errors and build issues
This commit is contained in:
Alex Blank
2026-05-25 12:27:47 +02:00
parent e8d5b16acc
commit 27c39f9cfc
2 changed files with 280 additions and 10 deletions
+10 -10
View File
@@ -15,19 +15,19 @@
## 3. Mobile Tool Workshop
- [ ] 3.1 Add mobile list view for tool types
- [ ] 3.2 Add mobile detail view for tool types (read-only)
- [ ] 3.3 Add mobile edit view for tool types
- [ ] 3.4 Add mobile create view for tool types
- [ ] 3.5 Implement list→detail navigation in ToolWorkshopPage
- [x] 3.1 Add mobile list view for tool types
- [x] 3.2 Add mobile detail view for tool types (read-only)
- [x] 3.3 Add mobile edit view for tool types
- [x] 3.4 Add mobile create view for tool types
- [x] 3.5 Implement list→detail navigation in ToolWorkshopPage
## 4. Mobile Config Profiles
- [ ] 4.1 Add mobile list view for config profiles
- [ ] 4.2 Add mobile detail view for config profiles (read-only)
- [ ] 4.3 Add mobile edit view for config profiles
- [ ] 4.4 Add mobile create view for config profiles
- [ ] 4.5 Implement list→detail navigation in ConfigProfilesPage
- [x] 4.1 Add mobile list view for config profiles
- [x] 4.2 Add mobile detail view for config profiles (read-only)
- [x] 4.3 Add mobile edit view for config profiles
- [x] 4.4 Add mobile create view for config profiles
- [x] 4.5 Implement list→detail navigation in ConfigProfilesPage
## 5. Mobile Repo Workspace