[chore] Update emojis/material icons#14752
Merged
Merged
Conversation
Contributor
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
|
| Filename | Overview |
|---|---|
| lib/streamlit/material_icon_names.py | Adds bolt_boost to the ALL_MATERIAL_ICONS set (4219 → 4220 icons); no icons removed. |
| frontend/app/src/assets/fonts/MaterialSymbols/MaterialSymbols-Rounded.woff2 | Binary woff2 font file updated (+24 bytes) to include the new bolt_boost glyph. |
| e2e_playwright/st_alert.py | Updated the "LATEST MATERIAL ICON TEST" sentinel block from :material/subwoofer: to :material/bolt_boost: to validate rendering of the newly added icon; snapshot regeneration is handled by the update-snapshots label workflow. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Weekly Tuesday Cron:\nupdate-emojis-material-icons.yml] --> B[make update-material-icons]
B --> C{New icons found\nin Material Symbols?}
C -- No --> D[No PR created]
C -- Yes --> E[Add icons to\nALL_MATERIAL_ICONS set\nmaterial_icon_names.py]
E --> F[Update font file\nMaterialSymbols-Rounded.woff2]
F --> G[Update e2e sentinel block\nst_alert.py: latest icon]
G --> H[Bot creates PR\nwith update-snapshots label]
H --> I[snapshot-autofix.yml triggers\nregenerates stale snapshots]
I --> J[PR ready for merge]
Reviews (1): Last reviewed commit: "Update emojis/material icons" | Re-trigger Greptile
Contributor
Author
|
The snapshot autofix workflow could not update snapshots. This can happen if:
Please check the workflow run logs for details. If you need to update snapshots manually, you can:
You can re-run this workflow by removing and re-adding the |
## Trigger CI for bot PR This PR was created to trigger CI checks for #14752 by adding an empty commit to that branch. GitHub doesn't run CI on commits from bots for security reasons. Merging this PR adds a human-authored commit to the bot's branch, which triggers CI on the bot PR. This PR contains no code changes and can be merged without review. Co-authored-by: Streamlit Bot <core+streamlitbot-github@streamlit.io>
Contributor
Author
✅ PR preview is ready!
|
## Describe your changes Automated snapshot updates for #14752 created via the snapshot autofix CI workflow. This workflow was triggered by adding the `update-snapshots` label to a PR after Playwright E2E tests failed with snapshot mismatches. **Updated snapshots:** 3 file(s)⚠️ **Please review the snapshot changes carefully** - they could mask visual bugs if accepted blindly. This PR targets a feature branch and can be merged without review approval. Co-authored-by: Streamlit Bot <core+streamlitbot-github@streamlit.io>
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.
Automated PR to update emojis/material icons.