Skip to content

fix(explore): align the expand chevron to the top band#132

Merged
jrosskopf merged 1 commit into
mainfrom
fix/expand-chevron-top
May 31, 2026
Merged

fix(explore): align the expand chevron to the top band#132
jrosskopf merged 1 commit into
mainfrom
fix/expand-chevron-top

Conversation

@jrosskopf
Copy link
Copy Markdown
Contributor

Summary

Follow-up UX fix. The collapse chevron lives in the top 28px header band, but the expand chevron floated at the rail's vertical centre — inconsistent placement. Top-align the expand chevron so collapse and expand share the same position.

The whole collapsed rail remains tappable (the InkWell still fills the region, per #131); only the chevron icon moves into the top band.

Test plan

test/crm/both_panes_collapse_test.dart (no-mock, real fixture):

  • collapse both panes, then both expand chevrons work (taps the rail centre — works only because the full rail is the hit target, since the icon is now at the top);
  • a tap anywhere in the collapsed rail re-expands it — now taps low in the rail (75% down), well away from the top chevron, so it genuinely exercises the full-rail target.

flutter analyze clean; full suite green.

🤖 Generated with Claude Code

The collapse chevron sits in the top 28px header band, but the expand
chevron floated at the rail's vertical centre — inconsistent and
confusing. Top-align the expand chevron so collapse/expand share the
same placement. The whole rail stays tappable (the InkWell still fills
the region); only the icon's position moves into the top band.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@jrosskopf jrosskopf merged commit 2e1015f into main May 31, 2026
1 check passed
@jrosskopf jrosskopf deleted the fix/expand-chevron-top branch May 31, 2026 05:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant