feat: align UX with crossplane-headlamp-plugin design system - #31
Open
GenosseOtt wants to merge 1 commit into
Open
feat: align UX with crossplane-headlamp-plugin design system#31GenosseOtt wants to merge 1 commit into
GenosseOtt wants to merge 1 commit into
Conversation
- Add STATUS_COLORS and CHIP geometry tokens to theme.ts (single source of truth matching the crossplane plugin's color palette) - Update chips.tsx to use tokens; condition chip unknown state now shows a grey "Unknown" chip instead of a bare dash - Align OverviewPage table chrome: solid #fafafa th background, 2px header border, #f0f0f0 row borders, 8px/12px cell padding - Replace raw <h1> with Headlamp-standard SectionBox (headerStyle: main) so the page title matches every other plugin in the UI Signed-off-by: Johannes Ott <johannes.ott@sap.com>
Contributor
E2E ScreenshotsArtifact: e2e-screenshots
|
4 tasks
GenosseOtt
requested review from
Hubert-Szczepanski-SAP
and removed request for
Lasserich
August 11, 2026 18:35
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
STATUS_COLORSandCHIPgeometry constants totheme.ts, matching the crossplane-headlamp-plugin palette (#2e7d32green,#c62828red,#e65100amber,#616161grey)chips.tsxnow imports from tokens instead of hardcoded hex strings; unknown/null condition now renders a grey"Unknown"chip instead of a bare dashOverviewPagetable headers get a solid#fafafabackground,2px solid #e0e0e0bottom border, and#f0f0f0row separators — matching the crossplane plugin exactly<h1>with Headlamp-standardSectionBox(headerStyle: 'main') so the title typography, spacing and breadcrumb integration match every other plugin in the UITest plan
npm run build)