+
Create a snapshot
diff --git a/dashboard/components/dialog/Feedback.vue b/dashboard/components/dialog/Feedback.vue
index 9b107dd..673b9be 100644
--- a/dashboard/components/dialog/Feedback.vue
+++ b/dashboard/components/dialog/Feedback.vue
@@ -35,7 +35,7 @@ async function sendFeedback() {
overlay: {
background: 'bg-lyx-background/85'
},
- background: 'bg-lyx-widget',
+ background: 'dark:bg-lyx-widget bg-lyx-lightmode-widget-light',
ring: 'border-solid border-[1px] border-[#262626]'
}">
@@ -43,7 +43,7 @@ async function sendFeedback() {
Share everything with us.
+ class="p-2 w-full h-[8rem] dark:bg-lyx-widget bg-lyx-lightmode-widget-light resize-none rounded-md outline outline-[2px] outline-[#3a3f47]">
Need help ? Check the docs
here
diff --git a/dashboard/components/events/EventsMetadataAnalyzer.vue b/dashboard/components/events/EventsMetadataAnalyzer.vue
index da5620c..011447b 100644
--- a/dashboard/components/events/EventsMetadataAnalyzer.vue
+++ b/dashboard/components/events/EventsMetadataAnalyzer.vue
@@ -81,11 +81,11 @@ const canSearch = computed(() => {
{
diff --git a/dashboard/components/events/EventsUserFlow.vue b/dashboard/components/events/EventsUserFlow.vue
index c5c48ec..5797544 100644
--- a/dashboard/components/events/EventsUserFlow.vue
+++ b/dashboard/components/events/EventsUserFlow.vue
@@ -46,12 +46,12 @@ async function analyzeEvent() {
diff --git a/dashboard/components/home/BgGrid.vue b/dashboard/components/home/BgGrid.vue
index 2e72a75..4c54161 100644
--- a/dashboard/components/home/BgGrid.vue
+++ b/dashboard/components/home/BgGrid.vue
@@ -22,86 +22,27 @@ const widthHeight = computed(() => {
return 9 + props.size * props.spacing;
});
+
+
+const colorMode = useColorMode();
+
+
+
diff --git a/dashboard/components/settings/Account.vue b/dashboard/components/settings/Account.vue
index 05c1bef..7f4cbf8 100644
--- a/dashboard/components/settings/Account.vue
+++ b/dashboard/components/settings/Account.vue
@@ -79,10 +79,10 @@ async function changePassword() {
+ class="outline rounded-lg w-full px-8 py-4 flex flex-col gap-4 outline-[1px] outline-[#541c15] bg-lyx-lightmode-widget-light dark:bg-[#1e1412]">
Deleting this account will also remove its projects
+ class="text-[#e95b61] poppins font-semibold cursor-pointer hover:text-black hover:bg-red-700 outline rounded-lg w-fit px-8 py-2 outline-[1px] outline-[#532b26] bg-lyx-lightmode-widget-light dark:bg-[#291415]">
Delete account
diff --git a/dashboard/components/settings/Data.vue b/dashboard/components/settings/Data.vue
index 46d8250..702fd00 100644
--- a/dashboard/components/settings/Data.vue
+++ b/dashboard/components/settings/Data.vue
@@ -106,12 +106,12 @@ const sessionsLabel = computed(() => {
@@ -140,15 +140,17 @@ const sessionsLabel = computed(() => {
+
+ class="outline rounded-lg w-full px-8 py-4 flex flex-col gap-4 outline-[1px] outline-[#541c15] bg-lyx-lightmode-widget-light dark:bg-[#1e1412]">
This operation will reset this project to it's initial state (0
- visits 0 events 0 sessions)
+ visits 0 events 0 sessions)
+ class="text-[#e95b61] poppins font-semibold cursor-pointer hover:text-black hover:bg-red-700 outline rounded-lg w-fit px-8 py-2 outline-[1px] outline-[#532b26] bg-lyx-lightmode-widget-light dark:bg-[#291415]">
Delete all data
+
diff --git a/dashboard/components/settings/Template.vue b/dashboard/components/settings/Template.vue
index 923a8b6..c696cf2 100644
--- a/dashboard/components/settings/Template.vue
+++ b/dashboard/components/settings/Template.vue
@@ -20,10 +20,10 @@ const props = defineProps();
-
+
{{ entry.title }}
-
@@ -31,7 +31,7 @@ const props = defineProps
();
-
+
diff --git a/dashboard/components/settings/billing.vue b/dashboard/components/settings/billing.vue
index b3334b6..5bd7f80 100644
--- a/dashboard/components/settings/billing.vue
+++ b/dashboard/components/settings/billing.vue
@@ -68,7 +68,7 @@ function getPremiumPrice(type: number) {
}
const entries: SettingsTemplateEntry[] = [
- { id: 'plan', title: 'Current plan', text: 'Manage current plat for this project' },
+ { id: 'plan', title: 'Current plan', text: 'Manage current plan for this project' },
{ id: 'usage', title: 'Usage', text: 'Show usage of current project' },
{ id: 'info', title: 'Billing address', text: 'This will be reflected in every upcoming invoice,\npast invoices are not affected' },
{ id: 'invoices', title: 'Invoices', text: 'Manage invoices of current project' },
@@ -127,25 +127,25 @@ const { showDrawer } = useDrawer();
-
-
-
-
-
-
@@ -175,7 +175,7 @@ const { showDrawer } = useDrawer();
€
{{ getPremiumPrice(planData.premium_type) }}
-
per month
+
per month
@@ -194,7 +194,7 @@ const { showDrawer } = useDrawer();
-
+
Expire date:
{{ prettyExpireDate }}
@@ -212,7 +212,7 @@ const { showDrawer } = useDrawer();
Usage
-
+
Check the usage limits of your project.
@@ -240,7 +240,7 @@ const { showDrawer } = useDrawer();
-
diff --git a/dashboard/layouts/dashboard.vue b/dashboard/layouts/dashboard.vue
index 7559018..07b405a 100644
--- a/dashboard/layouts/dashboard.vue
+++ b/dashboard/layouts/dashboard.vue
@@ -96,7 +96,7 @@ const { isOpen, close, open } = useMenu();
+ class="z-[40] absolute right-12 top-8 fas fa-times text-lyx-lightmode-text-dark dark:text-text-sub text-[1.8rem] lg:text-[3rem]">
+ class="
+ bg-lyx-lightmode-widget-light dark:bg-lyx-widget-light hover:bg-lyx-lightmode-widget dark:hover:bg-lyx-widget outline-[1px] outline outline-lyx-lightmode-widget dark:outline-none
+ cursor-pointer p-4 rounded-lg poppins text-center whitespace-pre-wrap flex items-center justify-center text-[.9rem]">
{{ prompt }}
@@ -280,7 +282,7 @@ async function clearAllChats() {
-
@@ -290,7 +292,7 @@ async function clearAllChats() {
-
+
+ class="bg-lyx-lightmode-widget-light dark:bg-lyx-widget-light w-full dark:focus:outline-none px-4 py-2 rounded-lg outline-[1px] outline outline-lyx-lightmode-widget dark:outline-none" type="text">
+ class="bg-lyx-lightmode-widget-light hover:bg-lyx-lightmode-widget dark:bg-lyx-widget-light dark:hover:bg-lyx-widget-light cursor-pointer px-4 py-2 rounded-full">
+ }"
+ class="flex-[2] bg-lyx-lightmode-background border-l-[1px] dark:bg-lyx-background-light p-6 flex flex-col gap-4 h-full overflow-hidden">
@@ -396,7 +399,8 @@ async function clearAllChats() {
-
{{ chatsRemaining }} remaining requests
+
{{
+ chatsRemaining }} remaining requests
@@ -414,7 +418,7 @@ async function clearAllChats() {
@@ -424,7 +428,7 @@ async function clearAllChats() {
diff --git a/dashboard/pages/dashboard/events.vue b/dashboard/pages/dashboard/events.vue
index 4d988fd..5777ad2 100644
--- a/dashboard/pages/dashboard/events.vue
+++ b/dashboard/pages/dashboard/events.vue
@@ -73,7 +73,7 @@ const showWarning = computed(() => {
const { showDrawer } = useDrawer();
function goToUpgrade() {
- showDrawer('PRICING');
+ showDrawer('PRICING');
}
@@ -86,7 +86,7 @@ function goToUpgrade() {
+ class="fixed z-[100] flex items-center justify-center left-0 top-0 w-full h-full bg-lyx-lightmode-background-light dark:bg-black/60 backdrop-blur-[4px]">
Creating csv...
@@ -101,11 +101,11 @@ function goToUpgrade() {
@@ -125,14 +125,14 @@ function goToUpgrade() {
diff --git a/dashboard/pages/dashboard/visits.vue b/dashboard/pages/dashboard/visits.vue
index da7a570..1a3307b 100644
--- a/dashboard/pages/dashboard/visits.vue
+++ b/dashboard/pages/dashboard/visits.vue
@@ -91,7 +91,7 @@ function goToUpgrade() {
+ class="fixed z-[100] flex items-center justify-center left-0 top-0 w-full h-full bg-lyx-lightmode-background-light dark:bg-black/60 backdrop-blur-[4px]">
Creating csv...
@@ -106,11 +106,11 @@ function goToUpgrade() {
@@ -131,13 +131,13 @@ function goToUpgrade() {
diff --git a/dashboard/pages/project_creation.vue b/dashboard/pages/project_creation.vue
index 70a28ba..b29c38c 100644
--- a/dashboard/pages/project_creation.vue
+++ b/dashboard/pages/project_creation.vue
@@ -56,6 +56,7 @@ async function createProject() {
}
+
@@ -69,7 +70,7 @@ async function createProject() {
-
+
Create your {{ isFirstProject ? 'first' : '' }} project
@@ -78,15 +79,20 @@ async function createProject() {
-
+
{{ isFirstProject ? 'Choose a name' : 'Project name' }}
-
+
+
+
-
+
+
+ Create
+
+
diff --git a/dashboard/pages/security.vue b/dashboard/pages/security.vue
index 485d652..7edf346 100644
--- a/dashboard/pages/security.vue
+++ b/dashboard/pages/security.vue
@@ -33,7 +33,7 @@ const columns = [
-
+
AI Anomaly Detector
@@ -47,7 +47,7 @@ const columns = [
-
+
{{ new Date(row.data.created_at).toLocaleString() }}
@@ -59,7 +59,7 @@ const columns = [
-