Skip to content

fix(AngleRightIcon): Replace AngleRightIcon with RhMicronsCaretRightIcon#12496

Merged
kmcfaul merged 1 commit into
patternfly:mainfrom
rebeccaalpert:cursor/replace-angle-right-icon-with-rh-microns-caret-right
Jul 8, 2026
Merged

fix(AngleRightIcon): Replace AngleRightIcon with RhMicronsCaretRightIcon#12496
kmcfaul merged 1 commit into
patternfly:mainfrom
rebeccaalpert:cursor/replace-angle-right-icon-with-rh-microns-caret-right

Conversation

@rebeccaalpert

@rebeccaalpert rebeccaalpert commented Jun 18, 2026

Copy link
Copy Markdown
Member

What:
Part of #12402. Breaking into separate PRs so it is easier to review.

Additional issues:

Summary by CodeRabbit

  • Style
    • Updated the right-caret/right-arrow icon used for “Add selected” controls throughout the DualListSelector (including deprecated variants), pagination next-page navigation, drag-and-drop examples, and the integration demo app to a new icon variant.
  • Documentation
    • Refreshed the same icon in related Markdown examples to keep visuals consistent across the library’s documentation and demos.

@coderabbitai

coderabbitai Bot commented Jun 18, 2026

Copy link
Copy Markdown

Review Change Stack

Note

Reviews paused

It looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the reviews.auto_review.auto_pause_after_reviewed_commits setting.

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Use the checkboxes below for quick actions:

  • ▶️ Resume reviews
  • 🔍 Trigger review

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 1a68a469-d6f7-4d1f-a322-cd5c3150297a

📥 Commits

Reviewing files that changed from the base of the PR and between 9240332 and a203499.

⛔ Files ignored due to path filters (3)
  • packages/react-core/src/components/Pagination/__tests__/Generated/__snapshots__/PaginationNavigation.test.tsx.snap is excluded by !**/*.snap, !**/generated/**
  • packages/react-core/src/components/Pagination/__tests__/__snapshots__/Pagination.test.tsx.snap is excluded by !**/*.snap
  • packages/react-core/src/deprecated/components/DualListSelector/__tests__/__snapshots__/DualListSelector.test.tsx.snap is excluded by !**/*.snap
📒 Files selected for processing (19)
  • packages/react-core/src/components/DualListSelector/examples/DualListSelector.md
  • packages/react-core/src/components/DualListSelector/examples/DualListSelectorBasic.tsx
  • packages/react-core/src/components/DualListSelector/examples/DualListSelectorBasicSearch.tsx
  • packages/react-core/src/components/DualListSelector/examples/DualListSelectorBasicTooltips.tsx
  • packages/react-core/src/components/DualListSelector/examples/DualListSelectorComplexOptionsActions.tsx
  • packages/react-core/src/components/DualListSelector/examples/DualListSelectorTree.tsx
  • packages/react-core/src/components/Pagination/PaginationNavigation.tsx
  • packages/react-core/src/deprecated/components/DualListSelector/DualListSelector.tsx
  • packages/react-core/src/deprecated/components/DualListSelector/examples/DualListSelector.md
  • packages/react-core/src/deprecated/components/DualListSelector/examples/DualListSelectorComposable.tsx
  • packages/react-core/src/deprecated/components/DualListSelector/examples/DualListSelectorComposableDragDrop.tsx
  • packages/react-core/src/deprecated/components/DualListSelector/examples/DualListSelectorComposableTree.tsx
  • packages/react-drag-drop/src/components/DragDrop/examples/DragDrop.md
  • packages/react-drag-drop/src/components/DragDrop/examples/DragDropContainerDualListSelector.tsx
  • packages/react-drag-drop/src/components/DragDrop/examples/DragDropDemos.md
  • packages/react-drag-drop/src/components/DragDrop/examples/DualListSelectorDraggable.tsx
  • packages/react-integration/demo-app-ts/src/components/demos/DualListSelectorDemo/DualListSelectorBasicDemo.tsx
  • packages/react-integration/demo-app-ts/src/components/demos/DualListSelectorDemo/DualListSelectorTreeDemo.tsx
  • packages/react-integration/demo-app-ts/src/components/demos/DualListSelectorDemo/DualListSelectorWithActionsDemo.tsx
✅ Files skipped from review due to trivial changes (17)
  • packages/react-core/src/deprecated/components/DualListSelector/examples/DualListSelectorComposableDragDrop.tsx
  • packages/react-core/src/deprecated/components/DualListSelector/examples/DualListSelector.md
  • packages/react-drag-drop/src/components/DragDrop/examples/DragDrop.md
  • packages/react-drag-drop/src/components/DragDrop/examples/DragDropDemos.md
  • packages/react-drag-drop/src/components/DragDrop/examples/DualListSelectorDraggable.tsx
  • packages/react-drag-drop/src/components/DragDrop/examples/DragDropContainerDualListSelector.tsx
  • packages/react-core/src/components/DualListSelector/examples/DualListSelector.md
  • packages/react-core/src/deprecated/components/DualListSelector/examples/DualListSelectorComposable.tsx
  • packages/react-core/src/deprecated/components/DualListSelector/DualListSelector.tsx
  • packages/react-core/src/components/DualListSelector/examples/DualListSelectorBasicSearch.tsx
  • packages/react-core/src/components/DualListSelector/examples/DualListSelectorBasicTooltips.tsx
  • packages/react-integration/demo-app-ts/src/components/demos/DualListSelectorDemo/DualListSelectorBasicDemo.tsx
  • packages/react-core/src/components/Pagination/PaginationNavigation.tsx
  • packages/react-integration/demo-app-ts/src/components/demos/DualListSelectorDemo/DualListSelectorTreeDemo.tsx
  • packages/react-core/src/components/DualListSelector/examples/DualListSelectorBasic.tsx
  • packages/react-core/src/components/DualListSelector/examples/DualListSelectorComplexOptionsActions.tsx
  • packages/react-core/src/deprecated/components/DualListSelector/examples/DualListSelectorComposableTree.tsx
🚧 Files skipped from review as they are similar to previous changes (2)
  • packages/react-core/src/components/DualListSelector/examples/DualListSelectorTree.tsx
  • packages/react-integration/demo-app-ts/src/components/demos/DualListSelectorDemo/DualListSelectorWithActionsDemo.tsx

Walkthrough

Replaces AngleRightIcon with RhMicronsCaretRightIcon in Pagination, DualListSelector components, examples, and demo files.

Changes

Icon Replacement Across Components and Examples

Layer / File(s) Summary
Production component icon updates
packages/react-core/src/components/Pagination/PaginationNavigation.tsx, packages/react-core/src/deprecated/components/DualListSelector/DualListSelector.tsx
Replaces AngleRightIcon import and usage with RhMicronsCaretRightIcon in the Pagination next button and the deprecated DualListSelector "Add selected" control.
react-core DualListSelector example icon updates
packages/react-core/src/components/DualListSelector/examples/..., packages/react-core/src/deprecated/components/DualListSelector/examples/...
Replaces the AngleRightIcon import and icon prop value in the "Add selected" control across current and deprecated DualListSelector example TSX files and their accompanying markdown import lists.
DragDrop and integration demo icon updates
packages/react-drag-drop/src/components/DragDrop/examples/..., packages/react-integration/demo-app-ts/src/components/demos/DualListSelectorDemo/...
Replaces the AngleRightIcon import and icon prop in the "Add selected" control across DragDrop example files, markdown demo files, and integration demo components.

Estimated code review effort: 1 (Trivial) | ~3 minutes

Possibly related PRs

Suggested reviewers: thatblindgeye, nicolethoen, kmcfaul

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and accurately summarizes the main change: replacing AngleRightIcon with RhMicronsCaretRightIcon.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@patternfly-build

patternfly-build commented Jun 18, 2026

Copy link
Copy Markdown
Collaborator

@rebeccaalpert rebeccaalpert force-pushed the cursor/replace-angle-right-icon-with-rh-microns-caret-right branch 2 times, most recently from 6bf618e to 0018d2f Compare June 18, 2026 20:03
@rebeccaalpert rebeccaalpert requested a review from kmcfaul June 24, 2026 13:13
@rebeccaalpert rebeccaalpert force-pushed the cursor/replace-angle-right-icon-with-rh-microns-caret-right branch 3 times, most recently from 9ed2703 to 9240332 Compare July 8, 2026 15:19
@rebeccaalpert rebeccaalpert force-pushed the cursor/replace-angle-right-icon-with-rh-microns-caret-right branch from 9240332 to a203499 Compare July 8, 2026 16:40
@kmcfaul kmcfaul merged commit 4f70020 into patternfly:main Jul 8, 2026
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants