-
Notifications
You must be signed in to change notification settings - Fork 5
Mobile UX: Conversation page input area lacks safe-area-inset-bottom padding #107
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't workingdesignUI/UX design issuesUI/UX design issuesgo:needs-researchNeeds investigationNeeds investigationmobileMobile-specific issuesMobile-specific issuespriority:p1This sprintThis sprintsquadSquad triage inbox — Lead will assign to a memberSquad triage inbox — Lead will assign to a membersquad:jayne
Description
Problem
The Conversation page uses a plain card card-ss p-3 for its input area instead of the shared .activity-input-bar class used by other activity pages. This means it lacks padding-bottom: calc(0.75rem + env(safe-area-inset-bottom, 0px)).
On iPhones with the home indicator, the Send button and text input will be partially obscured.
Affected Page(s)
/conversation
Suggested Fix
Switch from plain card to .activity-input-bar or add safe area padding.
File: src/SentenceStudio.UI/Pages/Conversation.razor lines 10, 138-165
Priority
MEDIUM
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdesignUI/UX design issuesUI/UX design issuesgo:needs-researchNeeds investigationNeeds investigationmobileMobile-specific issuesMobile-specific issuespriority:p1This sprintThis sprintsquadSquad triage inbox — Lead will assign to a memberSquad triage inbox — Lead will assign to a membersquad:jayne