-
Notifications
You must be signed in to change notification settings - Fork 5
Mobile UX: Writing activity input bar is cramped with action buttons on mobile #120
Copy link
Copy link
Open
Labels
designUI/UX design issuesUI/UX design issuesgo:needs-researchNeeds investigationNeeds investigationmobileMobile-specific issuesMobile-specific issuessquadSquad triage inbox — Lead will assign to a memberSquad triage inbox — Lead will assign to a membersquad:jayne
Description
Problem
The Writing activity page (Writing.razor lines 134-153) renders a text input + Translate button + Grade button in a single d-flex gap-2 row. On mobile, the two buttons (~130px combined) leave only ~205px for the text input on a ~343px content area. For typing Korean sentences, this is very narrow.
Affected Page(s)
- /writing
Expected Behavior
The text input should have maximum width on mobile. Action buttons should be compact or stacked.
Suggested Fix
Make both action buttons icon-only on mobile (using .btn-icon at 44x44px):
- Translate button: already icon-only, just remove extra padding
- Grade button: replace text with a send icon on mobile
File: src/SentenceStudio.UI/Pages/Writing.razor lines 134-153
Priority
Low -- Functional but cramped; input field narrower than ideal for sentence composition.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
designUI/UX design issuesUI/UX design issuesgo:needs-researchNeeds investigationNeeds investigationmobileMobile-specific issuesMobile-specific issuessquadSquad triage inbox — Lead will assign to a memberSquad triage inbox — Lead will assign to a membersquad:jayne