From 09aeb2a2ff70827fd5ffb842611d28b344a40fd3 Mon Sep 17 00:00:00 2001
From: Pandipipas <62224708+Pandipipas@users.noreply.github.com>
Date: Sun, 8 Feb 2026 19:56:37 +0100
Subject: [PATCH] Embed scoreboard panel in dashboard
---
.../example/components/ScoreboardPanel.vue | 140 ++++++++++++++++++
src/dashboard/example/views/Dashboard.vue | 21 +++
src/dashboard/example/views/Scoreboard.vue | 137 +----------------
3 files changed, 164 insertions(+), 134 deletions(-)
create mode 100644 src/dashboard/example/components/ScoreboardPanel.vue
diff --git a/src/dashboard/example/components/ScoreboardPanel.vue b/src/dashboard/example/components/ScoreboardPanel.vue
new file mode 100644
index 0000000..f1d7589
--- /dev/null
+++ b/src/dashboard/example/components/ScoreboardPanel.vue
@@ -0,0 +1,140 @@
+
+
+
+
+
+
+
+
+
+
+ Lado izquierdo
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Lado derecho
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Detalles de la ronda
+
+
+
+
+
+
+
+
+
+
diff --git a/src/dashboard/example/views/Dashboard.vue b/src/dashboard/example/views/Dashboard.vue
index d428b34..db43fe6 100644
--- a/src/dashboard/example/views/Dashboard.vue
+++ b/src/dashboard/example/views/Dashboard.vue
@@ -1,5 +1,6 @@
@@ -10,5 +11,25 @@ useHead({ title: 'Dashboard' });
Panel principal del dashboard.
+
+
+
+
+
+
+
diff --git a/src/dashboard/example/views/Scoreboard.vue b/src/dashboard/example/views/Scoreboard.vue
index f11f63d..bc2fb0f 100644
--- a/src/dashboard/example/views/Scoreboard.vue
+++ b/src/dashboard/example/views/Scoreboard.vue
@@ -1,143 +1,12 @@
-
-
-
-
-
-
-
- Lado izquierdo
-
-
-
-
-
-
-
-
-
-
-
-
-
- Lado derecho
-
-
-
-
-
-
-
-
-
-
-
-
-
- Detalles de la ronda
-
-
-
-
-
-
+
+
-
-