Conversation
5db3841 to
f617f55
Compare
|
Created a design PR with a few minor tweaks to better align with other Kibana top menus: PR4U 👉 cqliu1#11 |
|
Pinging @elastic/kibana-canvas (Team:Canvas) |
d028598 to
97ab114
Compare
|
You can do it! |
ryankeairns
left a comment
There was a problem hiding this comment.
LGTM.
We'd iterated on the design during the making of this PR. Nothing more to add - it looks and works great. Really excited to hear user feedback!
poffdeluxe
left a comment
There was a problem hiding this comment.
lgtm -- this is great!
There was a problem hiding this comment.
I think we'll likely wanna still check with the i18n team to make sure all the i18n changes are a-ok
There was a problem hiding this comment.
Yep! I checked in with the localization team on Slack, and they said these changes were fine.
| import { euiPaletteColorBlind } from '@elastic/eui'; | ||
| const euiVisPalette = euiPaletteColorBlind(); | ||
|
|
||
| export const proportion = () => ({ name: 'proportion', color: euiVisPalette[3] }); |
There was a problem hiding this comment.
what the hell github lol. Somehow it thinks you renamed the proportion tag js file to be uiMetric.js
There was a problem hiding this comment.
yeah idk this one I don't get at all...
|
@elasticmachine merge upstream (sorry, I applied a vault update that will cause the previous build to fail) |
|
@cqliu1 would you be able to backport this to 7.7 after it is released? I needed to backport the test skipping to 7.7. |
|
@spalger This PR includes a lot of UI changes that we don't want to ship in 7.7. Should I reopen the flaky test issue? |
|
I definitely think we should fix the flaky test in 7.7, yeah |
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: |
|
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |

Summary
Related to #35873.
Closes #62927.This redesigns the layout of the
WorkpadHeadercomponent and replaces the various icon buttons up top with an easier to understand menu layout.Add Element Menu
Chart elements
Image elements
Filter elements
Progress elements
Other elements
View menu
Share menu
Options menu (refresh and autoplay controls)
Note: I'm planning on breaking up these two settings into separate options under the View menu in a future PR.
Changes:
view_menucomponentdonutandtilted pieelementsfilter,graphic,text, etc)tagswithtypeproperty on element specworkpad_exporttoshare_menuelement_typesinto newelement_menucomponentelement_typestosaved_elements_modalasset_managerChecklist
Delete any items that are not applicable to this PR.
For maintainers