fix: multiple UI/UX fixes for checkboxes, alignment, dark theme, and i18n#23439
Merged
Conversation
stonezdj
force-pushed
the
26jun25_free_worker
branch
from
June 26, 2026 02:57
917a7ae to
96fdca0
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #23439 +/- ##
==========================================
+ Coverage 66.11% 66.13% +0.02%
==========================================
Files 1072 1072
Lines 116882 116884 +2
Branches 2964 2965 +1
==========================================
+ Hits 77281 77306 +25
+ Misses 35322 35300 -22
+ Partials 4279 4278 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
stonezdj
force-pushed
the
26jun25_free_worker
branch
from
June 26, 2026 03:27
96fdca0 to
1967370
Compare
stonezdj
force-pushed
the
26jun25_free_worker
branch
3 times, most recently
from
June 26, 2026 09:28
a48a5c0 to
f31f2e0
Compare
Contributor
|
Please update the commit to tell what issues are fixed, thanks. |
stonezdj
force-pushed
the
26jun25_free_worker
branch
from
June 26, 2026 09:38
f31f2e0 to
0dd6cca
Compare
- fix goharbor#50: Baseline misalignment between Checkbox and Text Field - fix goharbor#51: Project Quotas- keep the Text style consistence with previous version - fix goharbor#58: Alignment issue with "Cover all projects" checkbox and info icon - fix goharbor#59: Selected permissions checkboxes are dimmed/grayed out in dark theme - fix goharbor#60: Global search placeholder leaks raw key "GLOBAL_SEARCH.PLACE" and top nav chatters during language toggle - fix goharbor#62: Multi-selection checkboxes are missing in the Workers list table - add unit test for the free button Signed-off-by: wang yan <[email protected]> Signed-off-by: stonezdj <[email protected]>
stonezdj
force-pushed
the
26jun25_free_worker
branch
from
June 26, 2026 09:39
0dd6cca to
7204cc5
Compare
stonezdj
enabled auto-merge (squash)
June 26, 2026 09:40
stonezdj
added a commit
that referenced
this pull request
Jun 26, 2026
#23440) Enable worker list selectable and other UI regression issues - fix #50: Baseline misalignment between Checkbox and Text Field - fix #51: Project Quotas- keep the Text style consistence with previous version - fix #58: Alignment issue with "Cover all projects" checkbox and info icon - fix #59: Selected permissions checkboxes are dimmed/grayed out in dark theme - fix #60: Global search placeholder leaks raw key "GLOBAL_SEARCH.PLACE" and top nav chatters during language toggle - fix #62: Multi-selection checkboxes are missing in the Workers list table - add unit test for the free button Signed-off-by: wang yan <[email protected]> Signed-off-by: stonezdj <[email protected]>
5 tasks
This was referenced Jun 28, 2026
NishchayRajput
pushed a commit
to NishchayRajput/harbor
that referenced
this pull request
Jul 4, 2026
…i18n (goharbor#23439) Enable worker list selectable and other UI regression issues - fix goharbor#50: Baseline misalignment between Checkbox and Text Field - fix goharbor#51: Project Quotas- keep the Text style consistence with previous version - fix goharbor#58: Alignment issue with "Cover all projects" checkbox and info icon - fix goharbor#59: Selected permissions checkboxes are dimmed/grayed out in dark theme - fix goharbor#60: Global search placeholder leaks raw key "GLOBAL_SEARCH.PLACE" and top nav chatters during language toggle - fix goharbor#62: Multi-selection checkboxes are missing in the Workers list table - add unit test for the free button Signed-off-by: wang yan <[email protected]> Signed-off-by: stonezdj <[email protected]>
NishchayRajput
pushed a commit
to NishchayRajput/harbor
that referenced
this pull request
Jul 4, 2026
…i18n (goharbor#23439) Enable worker list selectable and other UI regression issues - fix goharbor#50: Baseline misalignment between Checkbox and Text Field - fix goharbor#51: Project Quotas- keep the Text style consistence with previous version - fix goharbor#58: Alignment issue with "Cover all projects" checkbox and info icon - fix goharbor#59: Selected permissions checkboxes are dimmed/grayed out in dark theme - fix goharbor#60: Global search placeholder leaks raw key "GLOBAL_SEARCH.PLACE" and top nav chatters during language toggle - fix goharbor#62: Multi-selection checkboxes are missing in the Workers list table - add unit test for the free button Signed-off-by: wang yan <[email protected]> Signed-off-by: stonezdj <[email protected]> Signed-off-by: Nishchay Rajput <[email protected]>
5 tasks
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.
Enable worker list selectable and other UI regression issues
Comprehensive Summary of your change
Issue being fixed
Fixes #(issue)
Please indicate you've done the following: