Skip to content

Mobile UX: Conversation page input area lacks safe-area-inset-bottom padding #107

@davidortinau

Description

@davidortinau

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingdesignUI/UX design issuesgo:needs-researchNeeds investigationmobileMobile-specific issuespriority:p1This sprintsquadSquad triage inbox — Lead will assign to a membersquad:jayne

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions