feat: integrate design tokens system#449
Open
itskai-dev wants to merge 2 commits into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
This pull request has been ignored for the connected project Preview Branches by Supabase. |
itskai-dev
added a commit
that referenced
this pull request
Feb 18, 2026
- Add stars/installs/framework optional fields to McpServer type - Remove 18 'as any' casts in mcp-client.tsx (now properly typed) - Replace 'as any as' with 'as unknown as' in compatibility route - 19 errors → 0 errors (120 warnings remain, all non-blocking) Unblocks CI for all branches including PR #449 (design tokens)
This was referenced Feb 18, 2026
- Add tokens.css with full Reflectt design token system - Override token primitives for Midnight Aurora brand palette - Map shadcn semantic vars to token references - Replace aurora gradient utilities with token references - Add data-theme='dark' to html element - Preserve product-specific brand identity (#06D6A0 cyan primary) - Build verified clean
Batch migration of all Tailwind arbitrary hex values to semantic token classes: - text-[#06D6A0] → text-primary (450 instances) - bg-[#06D6A0] → bg-primary (366 instances) - border-[#06D6A0] → border-primary (274 instances) - text-[#F8FAFC] → text-foreground (197 instances) - bg-[#0a0a0a] → bg-background (165 instances) - Plus all secondary, accent, solar, electric-blue, purple variants B-class allowlist (6 remaining — external brand colors): - #5865F2 (Discord), #1DA1F2 (Twitter) - #3178c6 (TypeScript), #f7df1e (JavaScript) Build verified clean. 207 files, 0 regressions. Task: task-1771427753854-uhywf9ps8
40c7bee to
48ec81d
Compare
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.
Design Tokens Migration — forAgents.dev
Integrates pixel's unified design tokens (tokens.css) with product-specific overrides for the Midnight Aurora brand.
Changes
tokens.cssin globals.cssdata-theme=darkto<html>elementDesign Decision
forAgents.dev has a distinct visual identity (seafoam/cyan primary vs indigo). Token overrides preserve this while sharing the foundation.
Part of task-1771426471675-lnteagv1g