Skip to content

fix(settings): prevent WebUI save status wrapping - #466

Merged
su-fen merged 1 commit into
mainfrom
fix/webui-settings-save-indicator-wrap
Aug 13, 2026
Merged

fix(settings): prevent WebUI save status wrapping#466
su-fen merged 1 commit into
mainfrom
fix/webui-settings-save-indicator-wrap

Conversation

@su-fen

@su-fen su-fen commented Aug 13, 2026

Copy link
Copy Markdown
Member

Linked issue

Closes #465

Summary

Prevent the Gateway WebUI settings save-status indicator from wrapping Chinese text between characters when horizontal space is constrained.

The indicator and its status dot now keep their intrinsic width, while the save-status text remains on one line.

Change scope

  • Modules: agent-ui / Gateway WebUI settings
  • Key paths: crates/agent-ui/src/pages/settings/SettingsShell.tsx

Screenshots / preview

Verification

  • cd crates/agent-ui && pnpm exec biome check src/pages/settings/SettingsShell.tsx --diagnostic-level=error --max-diagnostics=20
  • pnpm check:ui-boundaries
  • cd crates/agent-gateway/web && pnpm build
  • cd crates/agent-gui && pnpm build
  • git diff --check

Pre-submit checklist

  • A requirement issue is linked.
  • Synced with the target branch; no merge conflicts.
  • The change is focused, with no unrelated modifications.
  • No secrets, tokens, or personal data included.
  • Docs are not required for this localized layout correction.
  • Before/after screenshots are attached before marking the PR ready for review.

@su-fen su-fen added the governance-exempt Skip PR governance checks label Aug 13, 2026
@su-fen
su-fen marked this pull request as ready for review August 13, 2026 16:57
@su-fen
su-fen merged commit d5153f4 into main Aug 13, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

governance-exempt Skip PR governance checks

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] WebUI 设置页保存状态在窄宽度下换行

1 participant