From 0f2c376c6de7404e1c7a90e4e13e1b2715593425 Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 25 Oct 2025 18:50:03 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9C=D0=B8=D0=B3=D1=80=D0=B0=D1=86=D0=B8?= =?UTF-8?q?=D1=8F=20=D0=B4=D0=BE=D0=BA=D1=83=D0=BC=D0=B5=D0=BD=D1=82=D0=BE?= =?UTF-8?q?=D0=B2:=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=20?= =?UTF-8?q?=D1=88=D0=B0=D0=B3=208=20=D0=B2=20setup-instruction.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/router/index.js | 6 +++--- frontend/src/views/CrmView.vue | 6 +++--- .../GroupsView.vue} | 10 +++++----- 3 files changed, 11 insertions(+), 11 deletions(-) rename frontend/src/views/{accelerator/AcceleratorRegistrationView.vue => groups/GroupsView.vue} (96%) diff --git a/frontend/src/router/index.js b/frontend/src/router/index.js index ef12b7f..7bb565a 100644 --- a/frontend/src/router/index.js +++ b/frontend/src/router/index.js @@ -301,9 +301,9 @@ const routes = [ component: () => import('../views/ConnectWalletView.vue') }, { - path: '/accelerator/registration', - name: 'accelerator-registration', - component: () => import('../views/accelerator/AcceleratorRegistrationView.vue') + path: '/groups', + name: 'groups', + component: () => import('../views/groups/GroupsView.vue') }, ]; diff --git a/frontend/src/views/CrmView.vue b/frontend/src/views/CrmView.vue index 2615e00..2ecdd00 100644 --- a/frontend/src/views/CrmView.vue +++ b/frontend/src/views/CrmView.vue @@ -69,8 +69,8 @@
-

Акселератор

-

Регистрация и управление проектами

+

Группы

+

Создание и управление

@@ -266,7 +266,7 @@ function goToWeb3App() { } function goToAcceleratorRegistration() { - router.push({ name: 'accelerator-registration' }); + router.push({ name: 'groups' }); } diff --git a/frontend/src/views/accelerator/AcceleratorRegistrationView.vue b/frontend/src/views/groups/GroupsView.vue similarity index 96% rename from frontend/src/views/accelerator/AcceleratorRegistrationView.vue rename to frontend/src/views/groups/GroupsView.vue index 15a40c9..ec2e916 100644 --- a/frontend/src/views/accelerator/AcceleratorRegistrationView.vue +++ b/frontend/src/views/groups/GroupsView.vue @@ -18,11 +18,11 @@ :is-loading-tokens="isLoadingTokens" @auth-action-completed="$emit('auth-action-completed')" > -
+
@@ -173,7 +173,7 @@ const goBack = () => {