cherry-pick: fix(ui): fix UI issues #48–#54 across portal components (#23427) to release-2.15.0#23428
Merged
chlins merged 1 commit intoJun 24, 2026
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## release-2.15.0 #23428 +/- ##
=================================================
Coverage ? 66.06%
=================================================
Files ? 1073
Lines ? 116713
Branches ? 2955
=================================================
Hits ? 77109
Misses ? 35336
Partials ? 4268
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
stonezdj
marked this pull request as draft
June 24, 2026 09:24
- goharbor#48: Links turn red on click — add global `a { color: var(--clr-link-color) }` override in global.scss so active/visited anchor color stays consistent - goharbor#49: Edit Endpoint modal shows green outlines on open — wrap the form in @if (createEditDestinationOpened) so Clarity does not pre-initialize and validate the form before the modal is actually opened - goharbor#52/goharbor#53: Copy button icon state broken — replace [class.is-success] / [class.is-error] with [status] binding in copy-input component so icon correctly reflects copied / error / default states - goharbor#54: Sign-up / new-user form layout misaligned — add clrForm, clrLayout, clrLabelSize="4", clr-row and responsive grid classes to new-user-form; wrap input + icon combos in div.clr-input-group in sign-in, account-settings and create-project to fix horizontal label-input alignment - Also replace deprecated class="is-error" with status="danger" on clr-icon in sbom-scan and vulnerability result-bar-chart components; normalize global.scss indentation from 2-space to 4-space throughout - Fix lint issue - fix targetEndpoint validation issue - fix copilot review comments Signed-off-by: Ashish Patel <[email protected]> Signed-off-by: stonezdj <[email protected]> fix the copilot review Signed-off-by: stonezdj <[email protected]>
stonezdj
force-pushed
the
cherrypick-fix-ui-ux-to-2.15.0
branch
from
June 24, 2026 09:43
7b9b192 to
d17917c
Compare
wy65701436
marked this pull request as ready for review
June 24, 2026 11:26
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
Cherry-pick of the UI/UX fixes across portal components to release-2.15.0.
Original PR: #23427
a { color: var(--clr-link-color) }override in global.scss so active/visited anchor color stays consistent@if (createEditDestinationOpened)so Clarity does not pre-initialize and validate the form before the modal is actually opened[class.is-success]/[class.is-error]with[status]binding in copy-input component so icon correctly reflects copied / error / default statesclrForm,clrLayout,clrLabelSize="4",clr-rowand responsive grid classes to new-user-form; wrap input + icon combos indiv.clr-input-groupin sign-in, account-settings and create-project to fix horizontal label-input alignmentclass="is-error"withstatus="danger"onclr-iconin sbom-scan and vulnerability result-bar-chart components; normalize global.scss indentation from 2-space to 4-space throughoutTest plan
Signed-off-by: Ashish Patel [email protected]
Signed-off-by: stonezdj [email protected]
Made with Cursor