Skip to content

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

Merged
taymoor89 merged 3 commits intomainfrom
1324-plugin-preset-detail
Feb 11, 2026
Merged

feat(greenhouse): add plugin preset detail view#1442
taymoor89 merged 3 commits intomainfrom
1324-plugin-preset-detail

Conversation

@taymoor89
Copy link
Copy Markdown
Contributor

@taymoor89 taymoor89 commented Feb 6, 2026

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
Copy Markdown

changeset-bot Bot commented Feb 6, 2026

🦋 Changeset detected

Latest commit: cc773e1

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
Copy Markdown
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-11 10:00 UTC.
Preview will be ready when the GitHub Pages deployment is complete.

Copy link
Copy Markdown
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)

Comment thread apps/greenhouse/src/components/admin/PluginPresetDetail/Overview/index.tsx Outdated
Copy link
Copy Markdown
Collaborator

@ArtieReus ArtieReus left a comment

Choose a reason for hiding this comment

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

Added some minor comments. Very good job 💪

Comment thread apps/greenhouse/src/components/admin/common/ReadinessConditions.tsx Outdated
Comment thread apps/greenhouse/src/components/admin/common/ReadinessConditions.tsx
Comment thread apps/greenhouse/src/components/admin/PluginPresetDetail/index.tsx Outdated
Comment thread apps/greenhouse/src/components/admin/PluginPresetDetail/index.tsx Outdated
@taymoor89 taymoor89 force-pushed the 1324-plugin-preset-detail branch from dd35f2b to cc773e1 Compare February 10, 2026 11:15
Copy link
Copy Markdown
Collaborator

@ArtieReus ArtieReus left a comment

Choose a reason for hiding this comment

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

Super great job!!

@ArtieReus ArtieReus added the greenhouse-pr-preview Builds a PR preview for greenhouse shell app and plugins. label Feb 11, 2026
@ArtieReus ArtieReus closed this Feb 11, 2026
@ArtieReus ArtieReus reopened this Feb 11, 2026
@ArtieReus ArtieReus removed the greenhouse-pr-preview Builds a PR preview for greenhouse shell app and plugins. label Feb 11, 2026
@ArtieReus ArtieReus added greenhouse-pr-preview Builds a PR preview for greenhouse shell app and plugins. and removed greenhouse-pr-preview Builds a PR preview for greenhouse shell app and plugins. labels Feb 11, 2026
@taymoor89 taymoor89 merged commit 0e8a0bd into main Feb 11, 2026
31 checks passed
@taymoor89 taymoor89 deleted the 1324-plugin-preset-detail branch February 11, 2026 15:23
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

3 participants