Files
headquarter/openspec/changes/mobile-config-profiles-ui/tasks.md
T
Developer 98d4393387 feat: redesign mobile Config Profiles detail, preview, and edit pages
- 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
2026-06-13 22:04:17 +00:00

688 B

Tasks: Mobile Config Profiles UI Rework

  • Inspect existing ConfigProfilesMobileView, desktop editor, hook, and page.
  • Update useConfigProfiles.handleSubmit to return boolean success.
  • Rewrite ConfigProfilesMobileView detail view with full field display and preview action.
  • Rewrite ConfigProfilesMobileView edit view with all desktop fields (includes, env vars, runtime hints, files, mounts, git mounts).
  • Update ConfigProfilesPage to pass required props to mobile view.
  • Add responsive CSS for config profile mobile forms.
  • Run npm run typecheck and npm run lint in apps/web and fix issues.
  • Update project maps for changed files.