Skip to content

Conversation

@debsmita1
Copy link
Member

Description

Based on the spike https://docs.google.com/document/d/1nv2ITnWXeGiqjNVCFjhsEPL11M3zjha93y2KdS0ZPz0/edit?usp=sharing , this PR implements the following:
-> All two new mount points for dynamic plugins:
- application/drawer-state : Exposes the plugin's drawer state (isDrawerOpen, drawerWidth, setDrawerWidth) to RHDH via callback props
- application/drawer-content : Defines the drawer's content component along with configuration options:
id: Unique drawer identifier
priority: Numeric value determining render order (higher priority renders first)
resizable: Boolean to enable/disable drawer resizing
-> ApplicationDrawer Component, which renders all application/drawer-state components, collects drawer states via callback props, and filters for open drawers and renders the highest priority drawer content

Which issue(s) does this PR fix

PR acceptance criteria

Please make sure that the following steps are complete:

  • GitHub Actions are completed and successful
  • Unit Tests are updated and passing
  • E2E Tests are updated and passing
  • Documentation is updated if necessary (requirement for new features)
  • Add a screenshot if the change is UX/UI related

How to test changes / Special notes to the reviewer

@openshift-ci
Copy link

openshift-ci bot commented Dec 30, 2025

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign pataknight for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found 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

@github-actions
Copy link
Contributor

The image is available at:

/test e2e-ocp-helm

@debsmita1 debsmita1 changed the title add new drawer mount point feat: add new drawer mount point Dec 30, 2025
@debsmita1 debsmita1 force-pushed the add-drawer-mountpoint branch from 7e2010f to c539d1e Compare December 30, 2025 10:50
@github-actions
Copy link
Contributor

The image is available at:

/test e2e-ocp-helm

@sonarqubecloud
Copy link

@github-actions
Copy link
Contributor

The image is available at:

/test e2e-ocp-helm

@openshift-ci
Copy link

openshift-ci bot commented Dec 30, 2025

@debsmita1: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/e2e-ocp-helm bec5b87 link true /test e2e-ocp-helm

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.

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.

1 participant