From 3fdcad5cc69ca720df8a6a7776ee90a38fb81287 Mon Sep 17 00:00:00 2001 From: Pandipipas <62224708+Pandipipas@users.noreply.github.com> Date: Fri, 20 Feb 2026 22:14:16 +0100 Subject: [PATCH] Refina la vista de Graphics con selector de skin --- src/dashboard/scoreko-dev/i18n.ts | 15 +- src/dashboard/scoreko-dev/views/Graphics.vue | 169 ++++++++++--------- 2 files changed, 99 insertions(+), 85 deletions(-) diff --git a/src/dashboard/scoreko-dev/i18n.ts b/src/dashboard/scoreko-dev/i18n.ts index e904a3f..cceb8ef 100644 --- a/src/dashboard/scoreko-dev/i18n.ts +++ b/src/dashboard/scoreko-dev/i18n.ts @@ -46,8 +46,9 @@ type Translations = { graphicsNoConfigured: string; graphicsCopyUrl: string; graphicsDragObs: string; - graphicsOverlayPreview: string; - graphicsPreviewTitle: string; + graphicsScoreboard: string; + graphicsCommentary: string; + graphicsSkinLabel: string; commentaryTitle: string; commentaryCommentator1: string; commentaryCommentator2: string; @@ -120,8 +121,9 @@ const messages: Record = { graphicsNoConfigured: 'There are no graphics configured in this bundle.', graphicsCopyUrl: 'Copy URL', graphicsDragObs: 'Drag into OBS', - graphicsOverlayPreview: 'Overlay preview (real)', - graphicsPreviewTitle: 'Graphic preview', + graphicsScoreboard: 'Scoreboard', + graphicsCommentary: 'Commentary', + graphicsSkinLabel: 'Skin', commentaryTitle: 'Commentary', commentaryCommentator1: 'Commentator #1', commentaryCommentator2: 'Commentator #2', @@ -190,8 +192,9 @@ const messages: Record = { graphicsNoConfigured: 'No hay gráficos configurados en este bundle.', graphicsCopyUrl: 'Copiar URL', graphicsDragObs: 'Arrastrar a OBS', - graphicsOverlayPreview: 'Vista previa del overlay (real)', - graphicsPreviewTitle: 'Vista previa del gráfico', + graphicsScoreboard: 'Scoreboard', + graphicsCommentary: 'Comentario', + graphicsSkinLabel: 'Skin', commentaryTitle: 'Comentario', commentaryCommentator1: 'Comentarista #1', commentaryCommentator2: 'Comentarista #2', diff --git a/src/dashboard/scoreko-dev/views/Graphics.vue b/src/dashboard/scoreko-dev/views/Graphics.vue index f994bef..79483f2 100644 --- a/src/dashboard/scoreko-dev/views/Graphics.vue +++ b/src/dashboard/scoreko-dev/views/Graphics.vue @@ -1,6 +1,6 @@