Skip to content

feat(greenhouse): add plugin preset detail view#1442

Open
taymoor89 wants to merge 1 commit intomainfrom
1324-plugin-preset-detail
Open

feat(greenhouse): add plugin preset detail view#1442
taymoor89 wants to merge 1 commit intomainfrom
1324-plugin-preset-detail

Conversation

@taymoor89
Copy link
Contributor

Summary

This PR implements plugin preset details view. That can be accessed at /admin/plugin-presets/:pluginPresetName.

Changes Made

  • Plugin preset detail view
  • Overview Tab
  • Configurations Overrides Tab
  • Raw Data Tab

Related Issues

Screenshots (if applicable)

Testing Instructions

  1. pnpm i
  2. pnpm TASK

Checklist

  • I have performed a self-review of my code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have added tests that prove my fix is effective or that my feature works.
  • New and existing unit tests pass locally with my changes.
  • I have made corresponding changes to the documentation (if applicable).
  • My changes generate no new warnings or errors.
  • I have created a changeset for my changes.

PR Manifesto

Review the PR Manifesto for best practises.

@taymoor89 taymoor89 requested a review from a team as a code owner February 6, 2026 13:15
@changeset-bot
Copy link

changeset-bot bot commented Feb 6, 2026

🦋 Changeset detected

Latest commit: 7fa8a94

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@cloudoperators/juno-app-greenhouse Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@github-actions
Copy link
Contributor

github-actions bot commented Feb 6, 2026

PR Preview Action v1.6.3

🚀 View preview at
https://cloudoperators.github.io/juno/pr-preview/pr-1442/

Built to branch gh-pages at 2026-02-06 13:20 UTC.
Preview will be ready when the GitHub Pages deployment is complete.

Copy link
Contributor

@edda edda left a comment

Choose a reason for hiding this comment

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

I like it! Two comments (see below)

<Section>
<PluginPresetStats pluginPreset={pluginPreset} />
</Section>
<Section>
Copy link
Contributor

Choose a reason for hiding this comment

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

To save some vertical space and utilize the horizontal space better please change the layout here so that the BasicInformation section and the ClusterSelector section are rendered in a two-column layout next to each other.

const ready = isPluginReady(plugin)

return (
<DataGridRow key={plugin.metadata?.name} onClick={() => {}}>
Copy link
Contributor

Choose a reason for hiding this comment

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

Will the onClick navigate to the detail view of this plugin instance in the future? If yes, then this is fine, if not please remove the empty onClick as it leads users to believe that the rows are interactive.

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.

[Task](greenhouse): implement the plugin presets details overrides and raw tab [Task](greenhouse): implement the plugin presets details overview tab

2 participants