From 31189401a944e6700501a1f96b2113b5f796a139 Mon Sep 17 00:00:00 2001 From: Gor Date: Mon, 8 Sep 2025 18:48:37 +0400 Subject: [PATCH] changes and bug fixes --- .../src/pages/ApplicationSettings.vue | 1 - .../src/pages/EntityList.vue | 127 +++++++++--------- .../src/pages/login/Login.vue | 99 +++++++++++--- 3 files changed, 143 insertions(+), 84 deletions(-) diff --git a/structures-frontend-next/src/pages/ApplicationSettings.vue b/structures-frontend-next/src/pages/ApplicationSettings.vue index a2a64188..0f5958fe 100644 --- a/structures-frontend-next/src/pages/ApplicationSettings.vue +++ b/structures-frontend-next/src/pages/ApplicationSettings.vue @@ -105,7 +105,6 @@ const enableMCP = ref(false) const loading = ref(false) const activeTab = ref(0) - watch(() => APPLICATION_STATE.currentApplication, (newApp) => { if (newApp) { appName.value = newApp.id || '' diff --git a/structures-frontend-next/src/pages/EntityList.vue b/structures-frontend-next/src/pages/EntityList.vue index 7884e9d2..b77eb21a 100644 --- a/structures-frontend-next/src/pages/EntityList.vue +++ b/structures-frontend-next/src/pages/EntityList.vue @@ -1,54 +1,3 @@ - - \ No newline at end of file diff --git a/structures-frontend-next/src/pages/login/Login.vue b/structures-frontend-next/src/pages/login/Login.vue index 2a098be7..c14081ee 100644 --- a/structures-frontend-next/src/pages/login/Login.vue +++ b/structures-frontend-next/src/pages/login/Login.vue @@ -1,5 +1,5 @@