Commit fd98226
committed
fix(046): make "Global settings" badge more prominent on security panel
Related #46
Per UX feedback: the "global settings — apply to every imported server"
hint on the Servers-tab security panel summary was muted opacity-50 text
and the wording suggested the toggles only affected the current import.
Both toggles are actually backed by the persistent mcpproxy config —
flipping them writes through to mcp_config.json and stays in effect
forever.
- Promote "Global settings" to a bold primary-color badge (badge-primary
badge-sm font-semibold) so it reads at a glance.
- Replace the right-side caption with "saved to your mcpproxy config"
so the persistence story is explicit, not implied.
- Caption hides on narrow viewports (badge alone is enough).1 parent 0f56647 commit fd98226
25 files changed
Lines changed: 39 additions & 36 deletions
File tree
- frontend/src/components
- specs/046-local-first-onboarding/verification
- web/frontend/dist
- assets
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
355 | 355 | | |
356 | 356 | | |
357 | 357 | | |
358 | | - | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
359 | 362 | | |
360 | 363 | | |
361 | 364 | | |
| |||
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments