From df8c10037f3f1d6e7011f42dcfb348ad7821307a Mon Sep 17 00:00:00 2001 From: suricata Date: Thu, 4 Dec 2025 13:16:12 +0000 Subject: [PATCH] new widgets --- app/pages/dashboard.vue | 38 ++++++++++++++++++++++++++++++++++---- 1 file changed, 34 insertions(+), 4 deletions(-) diff --git a/app/pages/dashboard.vue b/app/pages/dashboard.vue index d453f94..9af1278 100644 --- a/app/pages/dashboard.vue +++ b/app/pages/dashboard.vue @@ -2,6 +2,27 @@ definePageMeta({ layout: "dashboard" }); + const color = useColorMode(); + color.preference = "dark"; + + const cards: any[] = [ + { + title: "1", + icon: "meteor-icons:chevron-up", + desc: "pila" + }, + { + title: "2", + icon: "majesticons:award", + desc: "bolas" + }, + { + title: "3", + icon: "svg-spinners:clock", + desc: "espera aĆ­ um becs bro" + }, + + ]; \ No newline at end of file