Skip to content

OCPBUGS-74974: Use Actions button instead of kebab menu on Subscription details page#15983

Merged
openshift-merge-bot[bot] merged 1 commit intoopenshift:mainfrom
rhamilto:OCPBUGS-74974
Feb 7, 2026
Merged

OCPBUGS-74974: Use Actions button instead of kebab menu on Subscription details page#15983
openshift-merge-bot[bot] merged 1 commit intoopenshift:mainfrom
rhamilto:OCPBUGS-74974

Conversation

@rhamilto
Copy link
Member

@rhamilto rhamilto commented Feb 3, 2026

Summary

  • Updates the Subscription details page to display an Actions button instead of a kebab menu
  • Aligns the UI with the Operator details page pattern for consistency
Screenshot 2026-02-03 at 8 53 36 AM

Details

The Subscription details page was displaying a kebab menu (three vertical dots) instead of a proper Actions button. This change updates the customActionMenu in SubscriptionDetailsPage to use ActionMenuVariant.DROPDOWN, which renders as a labeled "Actions" button.

This matches the pattern used on the ClusterServiceVersion (Operator) details page, providing a consistent user experience across the console.

Changes

  • Added import for ActionMenuVariant from @console/shared/src/components/actions
  • Updated customActionMenu prop to include variant={ActionMenuVariant.DROPDOWN}

Test plan

  • Install an operator on a cluster to create a Subscription
  • Navigate to Home → Search → Subscriptions
  • Open a Subscription details page
  • Verify that an "Actions" button appears in the page header (not a kebab menu)
  • Click the Actions button and verify the menu opens with available actions
  • Compare with the Operator details page to ensure visual consistency

Fixes: https://issues.redhat.com/browse/OCPBUGS-74974

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Style
    • Updated the action menu presentation in the subscription details view to display as a dropdown menu.

@openshift-ci-robot openshift-ci-robot added jira/severity-moderate Referenced Jira bug's severity is moderate for the branch this PR is targeting. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. labels Feb 3, 2026
@openshift-ci-robot
Copy link
Contributor

@rhamilto: This pull request references Jira Issue OCPBUGS-74974, which is valid. The bug has been moved to the POST state.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target version (4.22.0) matches configured target version for branch (4.22.0)
  • bug is in the state ASSIGNED, which is one of the valid states (NEW, ASSIGNED, POST)

Requesting review from QA contact:
/cc @XiyunZhao

The bug has been updated to refer to the pull request using the external bug tracker.

Details

In response to this:

Summary

  • Updates the Subscription details page to display an Actions button instead of a kebab menu
  • Aligns the UI with the Operator details page pattern for consistency

Details

The Subscription details page was displaying a kebab menu (three vertical dots) instead of a proper Actions button. This change updates the customActionMenu in SubscriptionDetailsPage to use ActionMenuVariant.DROPDOWN, which renders as a labeled "Actions" button.

This matches the pattern used on the ClusterServiceVersion (Operator) details page, providing a consistent user experience across the console.

Changes

  • Added import for ActionMenuVariant from @console/shared/src/components/actions
  • Updated customActionMenu prop to include variant={ActionMenuVariant.DROPDOWN}

Test plan

  • Install an operator on a cluster to create a Subscription
  • Navigate to Home → Search → Subscriptions
  • Open a Subscription details page
  • Verify that an "Actions" button appears in the page header (not a kebab menu)
  • Click the Actions button and verify the menu opens with available actions
  • Compare with the Operator details page to ensure visual consistency

Fixes: https://issues.redhat.com/browse/OCPBUGS-74974

🤖 Generated with Claude Code

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci openshift-ci bot added component/olm Related to OLM approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Feb 3, 2026
@openshift-ci-robot
Copy link
Contributor

@rhamilto: This pull request references Jira Issue OCPBUGS-74974, which is valid.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target version (4.22.0) matches configured target version for branch (4.22.0)
  • bug is in the state POST, which is one of the valid states (NEW, ASSIGNED, POST)

Requesting review from QA contact:
/cc @XiyunZhao

Details

In response to this:

Summary

  • Updates the Subscription details page to display an Actions button instead of a kebab menu
  • Aligns the UI with the Operator details page pattern for consistency

Details

The Subscription details page was displaying a kebab menu (three vertical dots) instead of a proper Actions button. This change updates the customActionMenu in SubscriptionDetailsPage to use ActionMenuVariant.DROPDOWN, which renders as a labeled "Actions" button.

This matches the pattern used on the ClusterServiceVersion (Operator) details page, providing a consistent user experience across the console.

Changes

  • Added import for ActionMenuVariant from @console/shared/src/components/actions
  • Updated customActionMenu prop to include variant={ActionMenuVariant.DROPDOWN}

Test plan

  • Install an operator on a cluster to create a Subscription
  • Navigate to Home → Search → Subscriptions
  • Open a Subscription details page
  • Verify that an "Actions" button appears in the page header (not a kebab menu)
  • Click the Actions button and verify the menu opens with available actions
  • Compare with the Operator details page to ensure visual consistency

Fixes: https://issues.redhat.com/browse/OCPBUGS-74974

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Style
  • Updated the action menu presentation in the subscription details view to display as a dropdown menu.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 3, 2026

📝 Walkthrough

Walkthrough

The subscription component in the Operator Lifecycle Manager package has been updated to modify action menu styling. A new import of ActionMenuVariant was added from the shared components library. The SubscriptionDetailsPage component's customActionMenu now passes the variant prop set to ActionMenuVariant.DROPDOWN when rendering LazyActionMenu. This changes the visual presentation of the action menu from its default appearance to a dropdown variant while maintaining existing functionality.

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly describes the main change: replacing a kebab menu with an Actions button on the Subscription details page, which directly aligns with the changeset's single file modification and primary objective.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.

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

✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Important

Action Needed: IP Allowlist Update

If your organization protects your Git platform with IP whitelisting, please add the new CodeRabbit IP address to your allowlist:

  • 136.113.208.247/32 (new)
  • 34.170.211.100/32
  • 35.222.179.152/32

Failure to add the new IP will result in interrupted reviews.


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

The Subscription details page was displaying a kebab menu (three-dot icon)
instead of a proper Actions button. This change updates the customActionMenu
to use ActionMenuVariant.DROPDOWN, which renders as a labeled "Actions" button,
matching the pattern used on the Operator details page.

Fixes: https://issues.redhat.com/browse/OCPBUGS-74974

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Copy link
Member

@logonoff logonoff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Feb 3, 2026
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Feb 3, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: logonoff, rhamilto

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@rhamilto
Copy link
Member Author

rhamilto commented Feb 4, 2026

/assign @XiyunZhao

@rhamilto
Copy link
Member Author

rhamilto commented Feb 6, 2026

/verified later by @XiyunZhao

@openshift-ci-robot
Copy link
Contributor

@rhamilto: Only users can be targets for the /verified later command.

Details

In response to this:

/verified later by @XiyunZhao

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@rhamilto
Copy link
Member Author

rhamilto commented Feb 6, 2026

/verified later @XiyunZhao

@openshift-ci-robot openshift-ci-robot added verified-later verified Signifies that the PR passed pre-merge verification criteria labels Feb 6, 2026
@openshift-ci-robot
Copy link
Contributor

@rhamilto: This PR has been marked to be verified later by @XiyunZhao.

Details

In response to this:

/verified later @XiyunZhao

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Feb 7, 2026

@rhamilto: all tests passed!

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

@openshift-merge-bot openshift-merge-bot bot merged commit 3b04eb2 into openshift:main Feb 7, 2026
8 checks passed
@openshift-ci-robot
Copy link
Contributor

@rhamilto: Jira Issue OCPBUGS-74974: All pull requests linked via external trackers have merged:

This pull request has the verified-later tag and will need to be manually moved to VERIFIED after testing. Jira Issue OCPBUGS-74974 has been moved to the MODIFIED state.

Details

In response to this:

Summary

  • Updates the Subscription details page to display an Actions button instead of a kebab menu
  • Aligns the UI with the Operator details page pattern for consistency
Screenshot 2026-02-03 at 8 53 36 AM

Details

The Subscription details page was displaying a kebab menu (three vertical dots) instead of a proper Actions button. This change updates the customActionMenu in SubscriptionDetailsPage to use ActionMenuVariant.DROPDOWN, which renders as a labeled "Actions" button.

This matches the pattern used on the ClusterServiceVersion (Operator) details page, providing a consistent user experience across the console.

Changes

  • Added import for ActionMenuVariant from @console/shared/src/components/actions
  • Updated customActionMenu prop to include variant={ActionMenuVariant.DROPDOWN}

Test plan

  • Install an operator on a cluster to create a Subscription
  • Navigate to Home → Search → Subscriptions
  • Open a Subscription details page
  • Verify that an "Actions" button appears in the page header (not a kebab menu)
  • Click the Actions button and verify the menu opens with available actions
  • Compare with the Operator details page to ensure visual consistency

Fixes: https://issues.redhat.com/browse/OCPBUGS-74974

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Style
  • Updated the action menu presentation in the subscription details view to display as a dropdown menu.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@logonoff logonoff deleted the OCPBUGS-74974 branch February 7, 2026 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. component/olm Related to OLM jira/severity-moderate Referenced Jira bug's severity is moderate for the branch this PR is targeting. jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged. verified Signifies that the PR passed pre-merge verification criteria verified-later

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants