From 6b83f795d492c254a50dbc1392f7906c047a6ad4 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 17 Feb 2026 18:30:01 +0200 Subject: [PATCH] feat: add Dashboard view --- src/views/Dashboard.vue | 238 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 238 insertions(+) create mode 100644 src/views/Dashboard.vue diff --git a/src/views/Dashboard.vue b/src/views/Dashboard.vue new file mode 100644 index 0000000..84aca8e --- /dev/null +++ b/src/views/Dashboard.vue @@ -0,0 +1,238 @@ + + +