From 03122c1c6270667382c4e21d6798530c542e680a Mon Sep 17 00:00:00 2001 From: Mehdi104797 <92753457+Mehdi104797@users.noreply.github.com> Date: Mon, 28 Apr 2025 11:10:28 +0330 Subject: [PATCH] . --- components/MainSection.vue | 10 +- pages/Task.vue | 23 +-- pages/TaskDashboard.vue | 3 +- pages/TaskReport.vue | 27 ++-- pages/TaskTeams.vue | 24 +-- pages/index.vue | 2 +- stores/entityStore.ts | 302 +++++++++++++++++++++++++++++++++++++ stores/searchStore.ts | 210 ++++++++++++++++++++++++++ types/entityType.ts | 283 ++++++++++++++++++++++++++++++++++ types/searchTypes.ts | 260 +++++++++++++++++++++++++++++++ 10 files changed, 1107 insertions(+), 37 deletions(-) create mode 100644 stores/entityStore.ts create mode 100644 stores/searchStore.ts create mode 100644 types/entityType.ts create mode 100644 types/searchTypes.ts diff --git a/components/MainSection.vue b/components/MainSection.vue index 2289b80..ea1b39f 100644 --- a/components/MainSection.vue +++ b/components/MainSection.vue @@ -183,7 +183,7 @@ >
-
-
-
- - + > -->