From 318d6081760b7176d8ddc7be66d41cc75574c486 Mon Sep 17 00:00:00 2001 From: JoniMartin27 <130197986+JoniMartin27@users.noreply.github.com> Date: Mon, 15 Jun 2026 12:51:31 +0200 Subject: [PATCH] Aplicar identidad de marca Fervon al dashboard MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- web/index.html | 2 +- web/src/App.tsx | 11 ++++++ web/src/components/EmptyState.tsx | 6 ++-- web/src/styles/global.css | 41 +++++++++++++++++----- web/src/styles/tokens.css | 56 +++++++++++++++++-------------- 5 files changed, 79 insertions(+), 37 deletions(-) diff --git a/web/index.html b/web/index.html index 519d8d9..eb261e7 100644 --- a/web/index.html +++ b/web/index.html @@ -4,7 +4,7 @@ - Mission Control + launchpad · Fervon
diff --git a/web/src/App.tsx b/web/src/App.tsx index de6d0dc..50f608b 100644 --- a/web/src/App.tsx +++ b/web/src/App.tsx @@ -344,6 +344,17 @@ export default function App() { + + {selected && ( void }) {
-

Nothing running yet.

+

Aún no arde nada.

- Mission Control watches your project folders and lights them up here. Point it at a folder to - begin. + Mission Control vigila tus carpetas de proyecto y las enciende aquí. Apúntalo a una carpeta + para empezar.