98d4393387
- Rewrite ConfigProfilesMobileView to match desktop functionality: full detail view with all fields, preview action showing resolved profile, and edit view with project/tool selects, includes, environment variables, runtime hints, files, mounts with nested files, and git mounts. - Update useConfigProfiles.handleSubmit to return boolean success. - Update ConfigProfilesPage to pass required state and callbacks. - Add mobile-specific CSS for config profile forms, includes, mount/file cards, and preview panels. - Allow MobileDetailView to render extra children. Quality gates: npm run typecheck, npm run lint, npm test -- --run (87 passed) Refs: openspec/changes/mobile-config-profiles-ui
1.0 KiB
1.0 KiB
apps/web/src/pages (index)
dir: apps/web/src/pages
role
Contains top-level page components that render the main application screens for workspace management, project administration, Git operations, user settings, and terminal sessions.
parent
index: apps/web/src/.pi-map.index.md map: apps/web/src/.pi-map.md
children
files
- ConfigProfilesPage.tsx
- DashboardPage.test.tsx
- DashboardPage.tsx
- GitHistoryPage.tsx
- GitRepositoriesPage.tsx
- PlaceholderPage.tsx
- ProfilePage.tsx
- ProjectSettingsPage.tsx
- ProjectsPage.test.tsx
- ProjectsPage.tsx
- SessionsPage.tsx
- SettingsPage.tsx
- SshKeysPage.tsx
- TerminalPage.tsx
- ToolWorkshopPage.tsx
- WorkspaceDetailPage.test.tsx
- WorkspaceDetailPage.tsx
- WorkspacesPage.tsx
links
index: apps/web/src/pages/.pi-map.index.md map: apps/web/src/pages/.pi-map.md
workflows
- change pages behavior read: ConfigProfilesPage.tsx, DashboardPage.tsx, GitHistoryPage.tsx
- update pages tests read: DashboardPage.test.tsx, ProjectsPage.test.tsx, WorkspaceDetailPage.test.tsx