Skip to content

Fix two mobile UI issues: segmented highlight + pill overlap - #41

Merged
PouyanJay merged 1 commit into
mainfrom
mobile-segmented-and-pill-clearance
Jul 26, 2026
Merged

Fix two mobile UI issues: segmented highlight + pill overlap#41
PouyanJay merged 1 commit into
mainfrom
mobile-segmented-and-pill-clearance

Conversation

@PouyanJay

Copy link
Copy Markdown
Owner

Two mobile UI issues from the screenshots.

  • Segmented control highlight: the chosen segment used --panel, which lifts in light but sinks in dark (the track is --chip, i.e. panel tinted lighter in dark), so the selection read as a recessed dark hole with a leaking shadow. Mixing a little white into the thumb makes it sit above the track in both themes.
  • Transport pill overlap (FocusView): on a phone the workbench's last controls ended underneath the floating pill. The focus column is now a plain scrolling block (a grid scroll container did not count a trailing spacer in its scroll extent) with a real clearance spacer, so content scrolls fully clear of the pill.

Verified: lint 0, check 0, unit 817/817, e2e 29/29, build OK, plus phone screenshots confirming the raised selected segment (both themes) and the cleared FocusView.

- Segmented control: the chosen segment took `--panel`, which lifts in light
  but SINKS in dark - the track is `--chip` (panel tinted lighter in dark), so
  the selection came out darker than the track and read as a recessed hole with
  a leaking shadow. Mix a little white into the thumb so it sits above the track
  in both themes (unchanged white in light, a genuinely lighter grey in dark).

- FocusView on a phone: the workbench's last controls ended underneath the
  floating transport pill. The focus column is now a plain scrolling block (a
  grid scroll container did not count a trailing spacer in its scroll extent),
  with a real clearance spacer so the content scrolls fully clear of the pill.
@PouyanJay
PouyanJay merged commit f3c6c6c into main Jul 26, 2026
@PouyanJay
PouyanJay deleted the mobile-segmented-and-pill-clearance branch July 26, 2026 05:06
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