23fc0a6b82
- Update MobileEditView to render Save and optional Delete in a sticky bottom action bar; header now shows Cancel + title only. - Make ConfigProfilesMobileView open edit view on profile tap. - Make ToolWorkshopMobileView open edit view on tool type tap. - Wire delete into MobileEditView for existing profiles and tool types. - Stay on edit view after saving an existing item; create flow returns to list as before. - Update ToolWorkshopPage cancel to return to list. - Add mobile-edit-actions and mobile-edit-delete CSS. Quality gates: npm run typecheck, npm run lint, npm test -- --run (87 passed) Refs: openspec/changes/mobile-edit-default-bottom-actions
789 B
789 B
apps/web/src/components/features/config-profiles (index)
dir: apps/web/src/components/features/config-profiles
role
Provides UI components for managing Docker configuration profiles including creation, editing, listing, and mobile-responsive views.
parent
index: apps/web/src/components/features/.pi-map.index.md map: apps/web/src/components/features/.pi-map.md
children
files
- ConfigProfileEditorPanel.tsx
- ConfigProfileListSidebar.tsx
- ConfigProfilesMobileView.tsx
links
index: apps/web/src/components/features/config-profiles/.pi-map.index.md map: apps/web/src/components/features/config-profiles/.pi-map.md
workflows
- change config-profiles behavior read: ConfigProfileEditorPanel.tsx, ConfigProfileListSidebar.tsx, ConfigProfilesMobileView.tsx