From 93f22dfc54b65e84a324fd02e6c9e9759206e17c Mon Sep 17 00:00:00 2001 From: Emily Date: Fri, 2 Aug 2024 16:09:11 +0200 Subject: [PATCH] implementing snapshots --- dashboard/components/CVerticalNavigation.vue | 88 +++++++++++++----- dashboard/components/dashboard/TopCards.vue | 6 ++ dashboard/components/dashboard/TopSection.vue | 2 +- .../events/EventsMetadataAnalyzer.vue | 17 +++- .../components/events/EventsUserFlow.vue | 27 +++++- dashboard/composables/Projects.ts | 5 + dashboard/composables/useCustomFetch.ts | 28 +++++- dashboard/composables/useDataService.ts | 1 - dashboard/layouts/dashboard.vue | 10 +- dashboard/pages/events.vue | 3 +- dashboard/pages/index.vue | 9 +- dashboard/public/logo_32.png | Bin 0 -> 568 bytes .../[project_id]/events/flow_from_name.ts | 29 +++++- .../events/metadata_field_group.ts | 19 +++- dashboard/utils/DateUtils.ts | 1 - lyx-ui/assets/lyxui.scss | 3 + 16 files changed, 195 insertions(+), 53 deletions(-) create mode 100644 dashboard/public/logo_32.png diff --git a/dashboard/components/CVerticalNavigation.vue b/dashboard/components/CVerticalNavigation.vue index 51736d1..d84cfc9 100644 --- a/dashboard/components/CVerticalNavigation.vue +++ b/dashboard/components/CVerticalNavigation.vue @@ -1,5 +1,6 @@ @@ -104,17 +111,40 @@ function onLogout() { 'absolute top-0 w-full md:w-[20rem] z-[45] open': isOpen, 'hidden lg:flex': !isOpen }"> -
- +
- + - + -
PROJECT SELECTOR
+ + + + + + + + + + +
@@ -198,15 +228,16 @@ function onLogout() {
-
+ tag="div" class="flex items-center" :to="entry.to || '/'"> +
@@ -221,16 +252,31 @@ function onLogout() {
-
-
-
- -
-
- Logout -
-
+
+ Litlyx is in Beta version.
+
+
+ +
+ + + + + + +
+ + +
+ +
+
+
+ +
@@ -239,10 +285,6 @@ function onLogout() {