[Discover] Update "Add to dashboard" icons to use new addToDashboard #268159
Merged
l-suarez merged 2 commits intoMay 13, 2026
Conversation
…icon Replace dashboardApp icon with the newly added addToDashboard icon across all "add/save/copy to dashboard" actions in Discover to align with the latest EUI icon set. Closes elastic#266149 Co-authored-by: Cursor <cursoragent@cursor.com>
|
Pinging @elastic/kibana-data-discovery (Team:DataDiscovery) |
akowalska622
approved these changes
May 7, 2026
Contributor
akowalska622
left a comment
There was a problem hiding this comment.
Nice Laura! Yet another authored PR! 👏
Code looks good and I tested locally, all in order ✅
iblancof
approved these changes
May 8, 2026
Contributor
💛 Build succeeded, but was flaky
Failed CI Steps
Test Failures
Metrics [docs]Async chunks
History
cc @l-suarez |
DennisKo
pushed a commit
to DennisKo/kibana
that referenced
this pull request
May 13, 2026
…lastic#268159) ## Summary Closes elastic#266149 Updates all "Add to dashboard" actions in Discover to use the new `addToDashboard` EUI icon (added in elastic/eui#9590) instead of the generic `dashboardApp` icon, keeping the UI consistent with the latest icon set. **Changed locations:** - **Visualization** — "Save visualization to dashboard" button in the histogram chart toolbar (`kbn-unified-histogram`) - **Table** — "Save table to dashboard" button in the documents layout (`discover`) - **Metrics** — "Copy to dashboard" action on Lens charts (`kbn-unified-chart-section-viewer`) ### Checklist - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios - [x] The PR description includes the appropriate Release Notes section, and the correct `release_note:*` label is applied per the [guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process) | Before | After | |---|---| |<img width="1219" height="1011" alt="image" src="https://github.com/user-attachments/assets/7be71981-72ba-4bbd-b231-c0d96fee1fc0" />|<img width="2446" height="2028" alt="image" src="https://github.com/user-attachments/assets/246d4645-d0f6-4257-8430-fe61df07405b" />| Co-authored-by: Cursor <cursoragent@cursor.com>
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
Closes #266149
Updates all "Add to dashboard" actions in Discover to use the new
addToDashboardEUI icon (added in elastic/eui#9590) instead of the genericdashboardAppicon, keeping the UI consistent with the latest icon set.Changed locations:
kbn-unified-histogram)discover)kbn-unified-chart-section-viewer)Checklist
release_note:*label is applied per the guidelines