Skip to content

fix(ux): fixed-overlay header + pipe connector, profile banner/avatar, sidemenu name truncation#453

Merged
spe1020 merged 2 commits into
zapcooking:mainfrom
dmnyc:fix/header-profile-sidemenu-ux
Jun 18, 2026
Merged

fix(ux): fixed-overlay header + pipe connector, profile banner/avatar, sidemenu name truncation#453
spe1020 merged 2 commits into
zapcooking:mainfrom
dmnyc:fix/header-profile-sidemenu-ux

Conversation

@dmnyc

@dmnyc dmnyc commented Jun 18, 2026

Copy link
Copy Markdown
Collaborator

Summary

UX polish for the desktop header, profile page, and the user side menu. Three related fixes that ride together.

Header → fixed overlay

  • Convert the desktop header from sticky-in-scroll to a fixed overlay so the bar no longer rubber-band bounces on overscroll (the page still scrolls behind it).
  • Publish the header height as a --header-h CSS variable so the kitchen and community sub-tabs pin directly beneath it (no overlap, no gap).
  • Add the desktop pipe connector to the left of the search bar, and move the header divider to an ::after pseudo-element (hidden at xl so the pipe takes over without a double line).

Profile page

  • Banner is full-bleed below xl (square top; square bottom on mobile where there's no column edge) and a contained rounded card at xl — never wider than the top bar.
  • Indent the avatar so the banner's left edge/rounded corner stays visible.
  • Align the name/bio to the content column (same left margin as stats, tabs, and note body).

Side menu

  • Truncate long display names instead of letting them break the side-menu header layout.

Notes

dmnyc added 2 commits June 17, 2026 23:02
Convert the desktop header from sticky-in-scroll to a fixed overlay so the bar
no longer rubber-band bounces (page still scrolls behind it). Publish the
header height as --header-h so the kitchen and community sub-tabs pin directly
beneath it. Add the desktop pipe connector to the left of the search bar and
move the header divider to an ::after pseudo-element (hidden at xl).

Profile: full-bleed banner below xl (square top, square bottom on mobile),
contained rounded card at xl; indent the avatar so the banner's left edge is
visible; align name/bio to the content column.
@spe1020 spe1020 merged commit a63c10c into zapcooking:main Jun 18, 2026
4 checks passed
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.

2 participants