chore(greenhouse): make admin area toolbar consistent across tabs#1767
Open
guoda-puidokaite wants to merge 5 commits into
Open
chore(greenhouse): make admin area toolbar consistent across tabs#1767guoda-puidokaite wants to merge 5 commits into
guoda-puidokaite wants to merge 5 commits into
Conversation
Signed-off-by: I531348 <guoda.puidokaite@sap.com>
Signed-off-by: I531348 <guoda.puidokaite@sap.com>
🦋 Changeset detectedLatest commit: d02e66f The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
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 |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR targets the Greenhouse Admin Area DataGrid header/tooling UI to make the toolbar layout and styling consistent across the PluginPresets, Clusters, and Exposed Services tabs.
Changes:
- Moved the “Clear all” action next to the selected filter pills in PluginPresets.
- Applied consistent “light/gray” text styling for status/metadata lines in the toolbar area.
- Ensured the Clusters tab also wraps its toolbar content in
DataGridToolbarfor consistent structure/alignment.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| apps/greenhouse/src/components/admin/PluginPresets/PluginPresetsFilters.tsx | Repositions “Clear all” alongside selected filter pills to match other tabs. |
| apps/greenhouse/src/components/admin/PluginPresets/index.tsx | Updates toolbar styling within DataGridToolbar for consistent appearance. |
| apps/greenhouse/src/components/admin/ExposedServices/index.tsx | Updates toolbar styling within DataGridToolbar for consistent appearance. |
| apps/greenhouse/src/components/admin/Clusters/index.tsx | Wraps toolbar content in DataGridToolbar to align structure with other tabs. |
ArtieReus
approved these changes
Jun 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixed
DataGridToolbarinconsistencies in Admin Area across all tabs.See ticket.
Changes Made
DataGridToolbarcomponent always used to ensure alignmentRelated Issues
Closes #1766
Checklist
PR Manifesto
Review the PR Manifesto for best practises.