Conversation
|
There was a problem hiding this comment.
Code Review
This pull request modifies the CardList component by replacing the chevron-down icon with chevron-up, updating the icon button variant to 'subtle-tertiary', and adjusting the icon color and rotation CSS. Several administrative issues were identified: the PR title does not follow the conventional commit format, the description lacks sufficient detail and a valid issue reference, and a changeset is required for these user-facing styling changes.
| } from '@stencil/core'; | ||
| import { createMutationObserver } from '../utils/mutation-observer'; | ||
| import { iconChevronDown, iconMoreMenu } from '@siemens/ix-icons/icons'; | ||
| import { iconChevronUp, iconMoreMenu } from '@siemens/ix-icons/icons'; |
There was a problem hiding this comment.
The pull request title adapted chevron for cardlist does not follow the required format <type>[optional <scope>]: <description>. Please update it to follow the convention, for example: refactor(core/card-list): adapt chevron icon and rotation.
References
- Pull request titles must follow the rule [optional ]: . (link)
| } from '@stencil/core'; | ||
| import { createMutationObserver } from '../utils/mutation-observer'; | ||
| import { iconChevronDown, iconMoreMenu } from '@siemens/ix-icons/icons'; | ||
| import { iconChevronUp, iconMoreMenu } from '@siemens/ix-icons/icons'; |
There was a problem hiding this comment.
The pull request description is insufficient. It should explain the user-facing impact, motivation, and important implementation details to help reviewers and future maintainers understand the change.
References
- The pull request description must explain the user-facing impact, motivation, and important implementation details. (link)
| } from '@stencil/core'; | ||
| import { createMutationObserver } from '../utils/mutation-observer'; | ||
| import { iconChevronDown, iconMoreMenu } from '@siemens/ix-icons/icons'; | ||
| import { iconChevronUp, iconMoreMenu } from '@siemens/ix-icons/icons'; |
There was a problem hiding this comment.
The pull request description is missing a valid GitHub issue reference or Jira reference. Please replace the placeholder #<ISSUE NUMBER> with a reference matching IX-<issue-number>.
References
- The pull request description or commit message must include a GitHub issue reference or Jira reference matching IX-. (link)
| <ix-icon-button | ||
| variant="tertiary" | ||
| icon={iconChevronDown} | ||
| variant="subtle-tertiary" |
There was a problem hiding this comment.
This pull request includes user-facing styling changes (icon and variant updates) but is missing a changeset. A changeset is required for styling or theming changes and component behavior changes.
References
- A changeset is required for styling or theming changes and component behavior changes. (link)
|



💡 What is the current behavior?
GitHub Issue Number: #
🆕 What is the new behavior?
🏁 Checklist
A pull request can only be merged if all of these conditions are met (where applicable):
pnpm test)pnpm lint)pnpm build, changes pushed)👨💻 Help & support