-
Notifications
You must be signed in to change notification settings - Fork 210
Enhance Plugin Manager Cards to Clearly Display Active, Inactive, and Total Plugins #2187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Conversation
Signed-off-by: adity1raut <[email protected]>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Hi @adity1raut. Thanks for your PR. I'm waiting for a kubestellar member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR enhances the visual design of the plugin statistics cards in the PluginManager component by adding icons, improving the layout, and refining animations.
- Adds distinctive icons to each statistics card (total, active, inactive) with themed background colors
- Updates the layout from a simple flex row to a responsive grid that stacks on mobile (1 column) and displays in 3 columns on larger screens
- Refines animation effects with gentler transitions and adds a subtle hover lift effect
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Signed-off-by: adity1raut <[email protected]>
|
/cc @btwshivam , @clubanderson |
|
@adity1raut add a description please. |
|
@adity1raut refer that issue in pr description |
|
@adity1raut do you think it looks good, @btwshivam advice |
|
Is it responsive? Can you send a video checking the responsiveness |
Screencast.From.2025-11-12.10-22-57.webmPTAL @MAVRICK-1 |
|
@alokdangre This PR is ready for testing now. |
|
@adity1raut it looks good but just beautify the cards |
Screencast.From.2025-11-13.11-47-26.webm |
|
@alokdangre PTAL |
Signed-off-by: adity1raut <[email protected]>
|
@adity1raut I mean the cards element are aligned to left, which shows so much wite empty space, so I was saying about it |
|
/cc @btwshivam |
If we align it like that, the style will look a bit different. I tried it, but it didn’t look good." |
|
Okay |
|
/ok-to-test |
|
/cc @clubanderson |

Related Issue
This update enhances the Plugin Manager Cards by improving their alignment and overall structure. The layout now clearly displays the counts for Active, Inactive, and Total Plugins, ensuring a more organized and visually consistent presentation across all screen sizes.
Befoure

After
Fixes #2193
Changes Made
Checklist
Please ensure the following before submitting your PR:
Screenshots or Logs (if applicable)
Additional Notes