+
+
+
diff --git a/dashboard/components/events/EventsUserFlow.vue b/dashboard/components/events/EventsUserFlow.vue
index 5095bfb..d9bc3ef 100644
--- a/dashboard/components/events/EventsUserFlow.vue
+++ b/dashboard/components/events/EventsUserFlow.vue
@@ -42,23 +42,30 @@ async function analyzeEvent() {
sub="Track your user's journey from external links to in-app events, maintaining a complete view of their path from entry to engagement."
class="w-full p-4">
-
-
-
-
-
- Analyze
+
+
+
+
+
+
+
+ Analyze
+
-
- Analyzing...
-
+
Analyzing...
-
{{ count.toFixed(2).replace('.', ',') }} %
-
+
\ No newline at end of file
diff --git a/dashboard/components/settings/General.vue b/dashboard/components/settings/General.vue
index 561c117..c042125 100644
--- a/dashboard/components/settings/General.vue
+++ b/dashboard/components/settings/General.vue
@@ -86,6 +86,9 @@ async function changeProjectName() {
location.reload();
}
+
+const router = useRouter();
+
async function deleteProject() {
if (!project.value) return;
const sure = confirm(`Are you sure to delete the project ${project.value.name} ?`);
@@ -108,6 +111,7 @@ async function deleteProject() {
const firstProjectId = projectList.value?.[0]?._id.toString();
if (firstProjectId) {
await actions.setActiveProject(firstProjectId);
+ router.push('/')
}
@@ -153,14 +157,15 @@ function copyProjectId() {
-
+ Change
-
+
+
@@ -172,7 +177,7 @@ function copyProjectId() {