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