-
Notifications
You must be signed in to change notification settings - Fork 13
feat(icons): use open source icons #1353
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
base: main
Are you sure you want to change the base?
Conversation
spike-rabbit
commented
Jan 22, 2026
- I confirm that this MR follows the contribution guidelines.
Summary of ChangesHello @spike-rabbit, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request significantly refactors the project's icon management by integrating the new Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
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.
Code Review
This pull request introduces a significant improvement by migrating the icon library from an internal @simpl package to the open-source @siemens/element-icons package. This change enhances maintainability and aligns with open-source best practices. Additionally, several CSS files have been refactored to remove negative margins and simplify calc() expressions for margin properties, which improves layout predictability and code readability. The icon sizing variables have also been refined to offer better control over icon presentation. Overall, these changes contribute positively to the project's maintainability and consistency.
|
Documentation. Coverage Reports: |
1e4872f to
6b4d6f7
Compare
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.
@spike-rabbit We had a look with @hbxes and we found some issues. I will list them here, please reach out if things are not clear.
- Badges: Add 2px spacing between icon and label
- Button group, icon only version: width should be set to 32px. Right now is 29px.
- Split button, icon only version: Width should be 32px. Right now is 28px.
- Data table, status column: add spacing between icons of 16px
- Data table header: add 2px spacing between sort icon and label
- Application header, launchpad button: Width should be 48px. Right now is 40px
- Breadcrumb: arrow should be 16px. Right now is 24px
- Circle status: status icon should be 20px. Right now is 24px
- Color picker: Open the menu. Selected swatch icon is misaligned.
- [Layout panel example](https://d33c9dcnqinn2a.cloudfront.net/pr-1353/pages/e [ ] ement-examples/#/overview/si-electron-titlebar/si-fixed-height-layout-side-panel?q=layout): [ ] exchange icons for selection button
- File uploader: Upload a file. Document icon is missaligned in relation to the text. Icon s [ ] ould be 24px
- Help button should be 16px, including in inputs
- si-dynamic-form-fields: link icon should be 20px
- Inline notification: The icon and text is misaligned. Remove the mt-1 from text and center e [ ] erything in the body of the notification.
- Search bar: icon is misaligned. Size should be 20px
- Is-modal-dialog: change icon in header to 24px
- Nav bar vertica: in collapsed state, the search bar is not centered
- Notification item: Miss aligned status and unread icon. Status icon should be 20px.
- Result list: misaligned, icon size 20px
- Side panel collapsible, dot missalinged
- Sort bar: add spacing of 2px between sort icon and label
- Tree view: all icons 20px
- Wizard: icons for steps should be 24px
- Wizard number steps: alignment broken
- Wizard vertical: check line alignment
ee73da8 to
2bc565c
Compare
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.
@spike-rabbit I found just some small things:
- Avatar: The status icon should be 20px.
- File uploader: File icon should be aligned with text
- CAB: Spacing between icon and label should be 4px
- Notification item: Status icon should be aligned with the Title and not the timestamp
Let me know and we can review them together :) @hbxes can you check also?
2bc565c to
b974e29
Compare
|
@panch1739 fixed, except for file-uploader. This was broken before and requires more adjustment. |
@spike-rabbit ah perfect, that is ok then |