Aplicar identidad de marca Fervon al dashboard#4
Merged
Conversation
Re-skin del dashboard de launchpad a la identidad Fervon (carbón + brasa), sin tocar funcionalidad ni datos reales: - tokens.css: remapea la rampa neutra a carbón Fervon y el acento de cyan a fuego ember/ámbar (--accent #FF6A00, --accent-bright #FFB02E). Añade --ac verde #8FD06B (acento de producto de launchpad dentro de Fervon). - global.css: resplandor de brasa radial en el fondo, tile de marca con gradiente de fuego, botón "+ New" como botón-fuego (.btn-fire), y footer "parte de Fervon" con enlace a https://fervon.dev y tagline. - App.tsx: footer Fervon. - EmptyState + index.html: voz de marca en castellano ("Aún no arde nada", título "launchpad · Fervon"). Todos los componentes leen tokens por variable, así el reteñido se propaga sin cambios de marcado. 67 tests verdes, build verde. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Resumen
Re-skin del dashboard de launchpad a la identidad de marca Fervon (forjado al rojo vivo). Solo cambia el aspecto: toda la funcionalidad, el contenido y los datos reales se mantienen intactos. No se inventan datos.
El sistema de diseño ya estaba construido sobre tokens CSS (
tokens.css→global.css→ componentes), así que el reteñido se hace remapeando los valores de las variables y se propaga a todo el dashboard sin tocar el marcado.Cambios
web/src/styles/tokens.css— rampa neutra "slate" remapeada a la paleta carbón Fervon (--slate-0 #0E0B0A…--slate-9 #EFE7DChueso); acento de cyan-teal → fuego ember/ámbar (--accent #FF6A00,--accent-bright #FFB02E,--accent-muted #E0480Fbrasa). Añade--ac #8FD06B, el acento verde de producto de launchpad dentro de Fervon. Bordes alfa pasan a tinte ember.web/src/styles/global.css— resplandor de brasa radial (ember) en el fondo; tile de marca con gradiente de fuego + sombra ember; botón+ Newconvertido en botón-fuego (estilo.btn-fire); footer Fervon estilizado.web/src/App.tsx— footer "🔥 parte de Fervon" + tagline forjado al rojo vivo.web/src/components/EmptyState.tsx— voz de marca en castellano en el estado vacío de primer uso ("Aún no arde nada.").web/index.html— título de pestañalaunchpad · Fervon.Verificación
npm test→ 67/67 verdesnpm run build(tsc -b + vite build) → verdeNotas
--status-ok) se conserva a propósito (verde = ejecutándose es convención universal y no choca con la marca).🤖 Generated with Claude Code