feat(KB-144): add mobile-safe planning mode text inputs
- Set planning mode text inputs to 16px font size to prevent iOS auto-zoom on focus - Update TaskDetailModal component with mobile-safe input styling - Add CSS styles for mobile-safe planning mode inputs - Add unit tests for mobile planning input font size behavior - Document mobile-safe planning mode input behavior and rationale
This commit is contained in:
@@ -30,6 +30,7 @@ AI-guided interactive planning for creating well-specified tasks from high-level
|
||||
- **Example Suggestions**: Quick-start chips with common task templates
|
||||
- **Dependency Selection**: Toggle existing tasks as dependencies
|
||||
- **Keyboard Navigation**: Tab through options, Enter to submit, Escape to close
|
||||
- **Mobile-Safe Inputs**: Text inputs (initial plan, question responses, summary description) use 16px font size on mobile viewports to prevent browser zoom-on-focus
|
||||
|
||||
**API Endpoints**:
|
||||
- `POST /api/planning/start` - Begin planning session (`{ initialPlan }`)
|
||||
|
||||
Reference in New Issue
Block a user