Skip to content

fix(ClipboardIcon): Replace ClipboardIcon with RhUiClipboardFillIcon#12455

Open
rebeccaalpert wants to merge 1 commit into
patternfly:mainfrom
rebeccaalpert:cursor/replace-clipboard-icon-with-rh-ui-clipboard-fill
Open

fix(ClipboardIcon): Replace ClipboardIcon with RhUiClipboardFillIcon#12455
rebeccaalpert wants to merge 1 commit into
patternfly:mainfrom
rebeccaalpert:cursor/replace-clipboard-icon-with-rh-ui-clipboard-fill

Conversation

@rebeccaalpert

@rebeccaalpert rebeccaalpert commented Jun 12, 2026

Copy link
Copy Markdown
Member

What:
This is one piece of #12400. Breaking it up by icon so it is easier to review.

Additional issues:

Summary by CodeRabbit

  • Documentation
    • Updated clipboard icons in Menu, TreeView, and custom menu examples across component documentation and demo applications to use the latest icon variant.

@coderabbitai

coderabbitai Bot commented Jun 12, 2026

Copy link
Copy Markdown

Review Change Stack

Warning

Review limit reached

@rebeccaalpert, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 11 minutes and 33 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more credits in the billing tab to continue.

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: a93d7297-ac46-456e-9e76-c6d5d8d25960

📥 Commits

Reviewing files that changed from the base of the PR and between 7b315ab and f6a0c83.

📒 Files selected for processing (8)
  • packages/react-core/src/components/Menu/examples/Menu.md
  • packages/react-core/src/components/Menu/examples/MenuWithActions.tsx
  • packages/react-core/src/components/Menu/examples/MenuWithFavorites.tsx
  • packages/react-core/src/components/TreeView/examples/TreeView.md
  • packages/react-core/src/components/TreeView/examples/TreeViewWithActionItems.tsx
  • packages/react-core/src/demos/CustomMenus/CustomMenus.md
  • packages/react-core/src/demos/CustomMenus/examples/ActionsMenuDemo.tsx
  • packages/react-integration/demo-app-ts/src/components/demos/MenuDemo/MenuDemo.tsx

Walkthrough

This PR updates clipboard icon imports and usage across Menu, TreeView, CustomMenus, and MenuDemo examples. All instances of ClipboardIcon are replaced with RhUiClipboardFillIcon from @patternfly/react-icons in import statements and component renderings.

Changes

Clipboard Icon Standardization

Layer / File(s) Summary
Menu component examples icon updates
packages/react-core/src/components/Menu/examples/Menu.md, MenuWithActions.tsx, MenuWithFavorites.tsx
Menu documentation and example components update icon imports and rendered actions to use RhUiClipboardFillIcon instead of ClipboardIcon.
TreeView component examples icon updates
packages/react-core/src/components/TreeView/examples/TreeView.md, TreeViewWithActionItems.tsx
TreeView documentation and action item example updates icon imports and button rendering to RhUiClipboardFillIcon.
CustomMenus demo icon updates
packages/react-core/src/demos/CustomMenus/CustomMenus.md, examples/ActionsMenuDemo.tsx
CustomMenus documentation and demo component update icon imports and action icon usage to RhUiClipboardFillIcon.
MenuDemo integration demo icon updates
packages/react-integration/demo-app-ts/src/components/demos/MenuDemo/MenuDemo.tsx
MenuDemo app updates import and replaces clipboard icon in both "Menu with Actions" and "Menu with Favorites" menu item definitions.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Suggested labels

Needs design review

Suggested reviewers

  • nicolethoen
  • kmcfaul
  • thatblindgeye
🚥 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 specifically describes the main change: replacing ClipboardIcon with RhUiClipboardFillIcon across multiple files.
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.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ 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 and usage tips.

@patternfly-build

patternfly-build commented Jun 12, 2026

Copy link
Copy Markdown
Collaborator

Co-authored-by: Cursor <cursoragent@cursor.com>
@rebeccaalpert rebeccaalpert force-pushed the cursor/replace-clipboard-icon-with-rh-ui-clipboard-fill branch from 7b315ab to f6a0c83 Compare June 12, 2026 18:43
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.

2 participants