Skip to content

Sign-in/Sign-up con identidad Forge (clara industrial) - #93

Merged
turbillon50 merged 6 commits into
mainfrom
forge-signin-skin
Jul 3, 2026
Merged

Sign-in/Sign-up con identidad Forge (clara industrial)#93
turbillon50 merged 6 commits into
mainfrom
forge-signin-skin

Conversation

@turbillon50

Copy link
Copy Markdown
Owner

Re-viste /sign-in y /sign-up con la identidad Forge nueva (la de la landing en vforge.site): fondo blanco, tinta #1b1b1b, gris #6B7280, líneas #e2e2e2, Inter + JetBrains Mono, botón primario negro, línea negra superior. Fuera el dark violeta VFORGE viejo. Appearance de Clerk inline (variables + elements), textos en inglés acordes a la landing. Sin tocar lógica de auth.

@vercel

vercel Bot commented Jul 3, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
vforge Ready Ready Preview Jul 3, 2026 3:41am

Request Review

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: de1ee8feb3

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +9 to +15
colorPrimary: "#000000",
colorText: "#1b1b1b",
colorTextSecondary: "#6B7280",
colorBackground: "#ffffff",
colorInputBackground: "#ffffff",
colorInputText: "#1b1b1b",
colorDanger: "#b91c1c",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Replace hard-coded auth colors with tokens

/workspace/vforge/AGENTS.md §5 says production code must not hardcode colors and should use CSS tokens instead. This new forgeAppearance object, duplicated in the sign-up page too, introduces fixed hex values for all Clerk colors and page inline styles, so these auth screens bypass the token system/theme and will drift from future brand or accessibility token updates; wire these values through existing/new var(--...) tokens instead.

Useful? React with 👍 / 👎.

@turbillon50
turbillon50 merged commit 6e7a9de into main Jul 3, 2026
2 checks passed
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