Add app header metadata row#271925
Open
Dosant wants to merge 4 commits into
Open
Conversation
Adds typed metadata support to the Chrome Next app header so pages can expose compact health, text, and action/link metadata below the title.
|
Pinging @elastic/appex-sharedux (Team:SharedUX) |
Dosant
commented
May 29, 2026
| renderAppHeader( | ||
| <AppHeaderView | ||
| favorite={<EuiButtonIcon aria-label="Favorite" iconType="starEmpty" onClick={jest.fn()} />} | ||
| favorite={ |
Dosant
commented
May 29, 2026
| chrome.next.appHeader.set({ | ||
| favorite: <EuiButtonIcon aria-label="Favorite" iconType="starEmpty" onClick={jest.fn()} />, | ||
| favorite: ( | ||
| <EuiToolTip content="Favorite" disableScreenReaderOutput> |
Contributor
💔 Build Failed
Failed CI Steps
Test Failures
Metrics [docs]Module Count
Async chunks
Page load bundle
History
|
Contributor
|
@Dosant both of your assumptions align with my expectations: wrap and enforce same text styles across the various metadata types. 🙇 |
ryankeairns
approved these changes
May 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a typed metadata row to the Chrome Next app header so callers can show up to three compact health, text, and action/link metadata items below the title.
Includes Storybook examples for the default and wrapped metadata row states.
yarn storybook shared_uxFrom requirements I gathered from Figma (@ryankeairns, does this sound right?):
EuiHealthEuiTextEuiButtonEmptyDecisions: