Skip to content

Mobile UX: Vocabulary page has overwhelming toolbar density on mobile #106

@davidortinau

Description

@davidortinau

Problem

The Vocabulary page renders 4-5 rows of controls above the actual vocabulary content on mobile:

  1. Stats bar: 5 badge pills + view mode toggle buttons
  2. (Conditional) Bulk edit toolbar: 6 interactive elements
  3. Search input + clear button
  4. (Conditional) Active filter chips
  5. Dropdown filter row: up to 7 select elements (160-220px each)

On iPhone 11, this pushes the vocabulary cards below the fold. Only ~277px remains for actual vocabulary cards -- roughly 1.5 cards visible.

Affected Page(s)

  • /vocabulary

Suggested Fix

  • Hide stats bar on mobile (d-none d-md-flex)
  • Replace filter dropdowns with a single Filter button that opens a bottom sheet on mobile
  • Keep search bar and view mode toggle visible

File: src/SentenceStudio.UI/Pages/Vocabulary.razor lines 34-200

Priority

HIGH -- The vocabulary list is a core feature; on mobile you can barely see any vocabulary words.

Metadata

Metadata

Assignees

No one assigned

    Labels

    designUI/UX design issuesgo:needs-researchNeeds investigationmobileMobile-specific issuespriority:p0Blocking releasesquadSquad 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