fix(ui): align Skills filters#100526
Merged
Merged
Conversation
Co-authored-by: 杨爱文 <[email protected]>
Contributor
Author
|
Land-ready maintainer pass complete on Verification:
No known proof gaps for this Control UI styling/i18n change. |
Contributor
Author
|
Merged via squash.
|
This was referenced Jul 6, 2026
github-actions Bot
pushed a commit
to Desicool/openclaw
that referenced
this pull request
Jul 6, 2026
Co-authored-by: 杨爱文 <[email protected]>
giodl73-repo
pushed a commit
to giodl73-repo/openclaw
that referenced
this pull request
Jul 8, 2026
Co-authored-by: 杨爱文 <[email protected]>
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.
What Problem This Solves
The Control UI Skills page rendered a raw missing translation key for the agent filter and vertically misaligned the adjacent agent and search controls. The initial CSS fix also applied a fixed height to every shared
.field input, which would stretch unrelated checkbox and radio controls.Fixes #99990. Supersedes #99996 after its contributor fork could not retain clean rebased ancestry; contributor credit is preserved through co-authorship and the maintainer release-note batch.
Why This Change Was Made
usage.filters.agentlabel;common.searchlabel so both filter fields have the same two-row structure;This keeps the fix at the shared form-control boundary without changing Skills filtering behavior or broadening checkbox/radio styling.
User Impact
Skills filters now show Agent and Search with aligned controls. Checkbox and radio controls elsewhere in the Control UI retain their native sizing.
Evidence
tbx_01kwtckpwsnnr7s7svd7jexrrp, hosted run https://github.com/openclaw/openclaw/actions/runs/28759962471: 2 files, 11 focused UI/Chromium tests passed.pnpm ui:i18n:checkandpnpm check:changedpassed.git diff --checkpassed.One focused maintainer commit; original contributor preserved with
Co-authored-by: 杨爱文 <[email protected]>.AI-assisted: Yes (Codex).