-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Home Page Solutions & Add Data Updates #108580
Home Page Solutions & Add Data Updates #108580
Conversation
@elasticmachine merge upstream |
Q: Should we consider making them fixed? When there's only 1 card, it pushes down the rest of the content, and I think it defeats the purpose of having them in the Welcome Screen. What do you think? |
I don't believe we have that option within the |
…kibana into 94205/update-home-page
@MichaelMarcialis, @ryankeairns What about cutting down the "Getting Started" text a bit. Add your data to get started Also, "Dev Tools" and "Stack Management" are app names and should use title caps. |
@gchaps: Good catch on the "Dev Tools" and "Stack Management" casing. I'll update. As for the add data section's suggested text, while I appreciate the brevity, I do worry that the three
|
Good points. How about this:
|
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.
APM changes LGTM
…home-page # Conflicts: # src/plugins/kibana_overview/public/components/overview/overview.tsx
💛 Build succeeded, but was flaky
Test FailuresKibana Pipeline / general / Chrome UI Functional Tests.test/functional/apps/management/_runtime_fields·js.management runtime fields create runtime field should create runtime fieldStandard Out
Stack Trace
Metrics [docs]Module Count
Async chunks
Page load bundle
History
To update your PR or re-run it, just comment with: |
* balance solutions * clean up solution changes * change footer button size * update management section * apply max-width to management items * remove right side items from page header * add data content update * illustration poc * add data content updates per feedback * img size and alignment * moved shared images to shared assets folder * more solutions clean up * rm unneeded import * remove references to subtitle and appDescriptions * update tests and snapshots * more test and snapshot updates * restore solution sort order * ts and jest fixes; thx catherine! * i18n fixes * use new `KibanaPageTemplateSolutionNavAvatar` comp * change solution imgs from png to svg * update tests and snapshots * rm spacer and update snapshots * account for flex margin changes in img offset * Change "Kibana" overview page text to "Analytics" * update overview icon to match hp changes * update snapshots * center justify solutions and update snapshots * update snapshots * title case dev tools and stack management * update text and snapshots * fix merge error Co-authored-by: Kibana Machine <[email protected]>
💚 Backport successful
This backport PR will be merged automatically after passing CI. |
* balance solutions * clean up solution changes * change footer button size * update management section * apply max-width to management items * remove right side items from page header * add data content update * illustration poc * add data content updates per feedback * img size and alignment * moved shared images to shared assets folder * more solutions clean up * rm unneeded import * remove references to subtitle and appDescriptions * update tests and snapshots * more test and snapshot updates * restore solution sort order * ts and jest fixes; thx catherine! * i18n fixes * use new `KibanaPageTemplateSolutionNavAvatar` comp * change solution imgs from png to svg * update tests and snapshots * rm spacer and update snapshots * account for flex margin changes in img offset * Change "Kibana" overview page text to "Analytics" * update overview icon to match hp changes * update snapshots * center justify solutions and update snapshots * update snapshots * title case dev tools and stack management * update text and snapshots * fix merge error Co-authored-by: Kibana Machine <[email protected]> Co-authored-by: Michael Marcialis <[email protected]>
Summary
This PR makes a handful of layout and design updates to the homepage. Notable changes include:
EuiCard
components and balancing them equally.appDescriptions
andsubtitle
from solution registries (as they are no longer used).Closes #94205.
CCing @ryankeairns, @alexfrancoeur, @AlonaNadler, @VijayDoshi. And thanks again to @cqliu1 for the help!
Checklist