From b73155a176e1ca932e4660fb1614b9cbd3fa16a3 Mon Sep 17 00:00:00 2001 From: Emily Date: Tue, 8 Oct 2024 15:31:45 +0200 Subject: [PATCH] fix devices --- TODO | 2 -- dashboard/components/BarCard/Devices.vue | 15 +++++++++++---- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/TODO b/TODO index 32c4a06..d30a4b2 100644 --- a/TODO +++ b/TODO @@ -2,11 +2,9 @@ - Reactivity on project delete (update dropdown) + test guest -- Devices remove empty (Fix devices Dashboard card, replace empty with "unkwnwn") - docs vertical navigation not wfull - project creation - Event funnel / metadata analyzer / user flow -- Test guest actions - Refactor UI Data analyst - Remove Top Events from web analytics and move to custom events (with raw data access) - Fix email on plan upgrade and resub \ No newline at end of file diff --git a/dashboard/components/BarCard/Devices.vue b/dashboard/components/BarCard/Devices.vue index 9af29a6..fe304bc 100644 --- a/dashboard/components/BarCard/Devices.vue +++ b/dashboard/components/BarCard/Devices.vue @@ -1,22 +1,29 @@