350b393457
- Rework ToolWorkshopMobileView to support full desktop functionality: definition type selection (Compose/Dockerfile/Manifest), manifest editor, conditional port, startup command, readiness probe, required variables, and validation feedback. - Add ProfileMobileView and wire ProfilePage to render it on mobile. - Update useToolWorkshop hook to return boolean success from submit. - Add responsive CSS for mobile forms, edit views, and manifest editor. - Update project maps. Quality gates: npm run typecheck, npm run lint, npm test -- --run (87 passed) Refs: openspec/changes/mobile-tool-profile-ui
684 B
684 B
Tasks: Mobile Tool Workshop & Profile UI Rework
- Inspect existing mobile components, desktop editors, and hooks.
- Rework
ToolWorkshopMobileViewto support full desktop functionality (definition type, manifest editor, conditional port, startup command, readiness probe, required variables, validation). - Add responsive CSS for manifest editor and tool-workshop mobile forms.
- Create
ProfileMobileViewcomponent with mobile-friendly avatar/name/email form. - Update
ProfilePageto renderProfileMobileViewon mobile viewports. - Run
npm run typecheckandnpm run lintinapps/weband fix issues. - Update project maps for changed files.