Skip to content

fix(theme): adapt project context modal to light mode#220

Open
vickioo wants to merge 1 commit into
EnSue-Laboratories:mainfrom
vickioo:codex/light-project-context-modal
Open

fix(theme): adapt project context modal to light mode#220
vickioo wants to merge 1 commit into
EnSue-Laboratories:mainfrom
vickioo:codex/light-project-context-modal

Conversation

@vickioo
Copy link
Copy Markdown
Contributor

@vickioo vickioo commented May 2, 2026

Summary

  • Updates the Project Context edit modal to use the shared semantic theme tokens instead of hard-coded dark colors.
  • Aligns the modal backdrop, surface, borders, text, textarea, and action buttons with the existing light/dark appearance system.

Validation

  • npm run verify:theme-tokens passes with 126 referenced tokens.
  • npm run build passes; only the existing Vite large chunk / dynamic import warnings remain.

Copy link
Copy Markdown
Contributor Author

vickioo commented May 2, 2026

Small follow-up after the light-theme merge: this adapts the Project Context edit modal to the same semantic theme tokens used by the other modals. It is a single-file change and locally passed npm run verify:theme-tokens plus npm run build.

Copy link
Copy Markdown
Contributor Author

vickioo commented May 2, 2026

Local app validation passed as well: I rebuilt and launched the macOS dev app with this patch, switched through the light UI path, and verified the Project Edit context… modal now matches the shared light/dark token system.

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.

1 participant