Skip to content

Conversation

@Dumbris
Copy link
Contributor

@Dumbris Dumbris commented Feb 1, 2026

Summary

  • Fix unreadable text in sensitive data detection section on Activity drawer
  • Text was using dark colors that didn't contrast with alert-error/alert-warning backgrounds in dark mode
  • Updated to use DaisyUI theme-aware classes for proper contrast

Changes

  • Use text-inherit on container to inherit alert text color
  • Use bg-base-100/20 for semi-transparent backgrounds that work with any theme
  • Use border-current for badge borders
  • Use text-inherit/70 for secondary text with opacity

Test plan

  • Open Activity Log in dark mode
  • Click on an activity with sensitive data detections
  • Verify detection type badges are readable
  • Verify detection details text is readable
  • Test in light mode to confirm no regression

🤖 Generated with Claude Code

The sensitive data detection section in the Activity drawer was using
dark-themed text colors that were unreadable on alert backgrounds in
dark mode. Updated to use theme-inherit classes for proper contrast.

Changes:
- Use text-inherit on container to inherit alert text color
- Use bg-base-100/20 for semi-transparent backgrounds
- Use border-current for badge borders
- Use text-inherit/70 for secondary text with opacity

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@cloudflare-workers-and-pages
Copy link

Deploying mcpproxy-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: cf1f271
Status: ✅  Deploy successful!
Preview URL: https://78e64486.mcpproxy-docs.pages.dev
Branch Preview URL: https://fix-sensitive-data-ui-theme.mcpproxy-docs.pages.dev

View logs

@github-actions
Copy link

github-actions bot commented Feb 1, 2026

📦 Build Artifacts

Workflow Run: View Run
Branch: fix/sensitive-data-ui-theme

Available Artifacts

  • archive-darwin-amd64 (23 MB)
  • archive-darwin-arm64 (21 MB)
  • archive-linux-amd64 (12 MB)
  • archive-linux-arm64 (11 MB)
  • archive-windows-amd64 (23 MB)
  • archive-windows-arm64 (21 MB)
  • frontend-dist-pr (0 MB)
  • installer-dmg-darwin-amd64 (26 MB)
  • installer-dmg-darwin-arm64 (23 MB)

How to Download

Option 1: GitHub Web UI (easiest)

  1. Go to the workflow run page linked above
  2. Scroll to the bottom "Artifacts" section
  3. Click on the artifact you want to download

Option 2: GitHub CLI

gh run download 21561619326 --repo smart-mcp-proxy/mcpproxy-go

Note: Artifacts expire in 14 days.

@Dumbris Dumbris merged commit 631e93c into main Feb 1, 2026
22 checks passed
@Dumbris Dumbris deleted the fix/sensitive-data-ui-theme branch February 1, 2026 10:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants