-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(3000): Breadcrumbs bar as dynamic page header #18426
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is so cool! I think it really nicely solves the problem.
Taste-wise the expanded heading still looks quite cramped... Maybe is just something we could get used to but I feel like a tiny bit more space between it and its surroundings could be nice.
It assumes the main area is always scrollable which we sort of break for Notebooks and Replay but I think thats totally fine and we can fix those areas to work with the parent scroller instead.
a6cc1c1
to
9c439ee
Compare
c06e873
to
4df7ba2
Compare
📸 UI snapshots have been updated3 snapshot changes in total. 0 added, 3 modified, 0 deleted:
Triggered by this commit. |
8b0bab5
to
ff23b43
Compare
* Disable double-tap-to-zoom in our app * Add prominent scene title to breadcrumbs * Render page-level actions next to breadcrumbs * Fix overflow occasionally caused by `InsightTooltip` * Fix word wrap * Make spacing more relaxed * Keep breadcrumb highlighted when popover active * Resolve cyclic import * Tune top bar sizing * Fix import problem * Fix a couple more issues in stories * Update UI snapshots for `chromium` (1) * Wait for loaders more reliably --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Problem
We had two page headers in 3000 mode, and neither looked great.
Changes
The breadcrumbs bar is now the page header, and it adjusts based on where you are on the page.