From 5272c1ddf7efa3d187fcfb7b89f18b838259276e Mon Sep 17 00:00:00 2001 From: Ilia Miheev Date: Tue, 2 Jun 2026 22:59:06 +0300 Subject: [PATCH] =?UTF-8?q?=D0=92=D1=8B=D0=BD=D0=B5=D1=81=20=D0=97=D0=B0?= =?UTF-8?q?=D0=BF=D1=87=D0=B0=D1=81=D1=82=D0=B8=20=D0=B2=20=D0=B1=D0=BE?= =?UTF-8?q?=D0=BA=D0=BE=D0=B2=D0=BE=D0=B5=20=D0=BC=D0=B5=D0=BD=D1=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 7 +- src/components/MyDropMenu.vue | 53 ++++++++++-- src/composables/usePartsCatalog.js | 36 +++++++++ src/composables/useTopicResolver.js | 22 +++++ src/router/index.js | 5 ++ src/views/PlannerView.vue | 8 +- src/views/TopicView.vue | 121 ++++++++++++++++++++++++++++ 7 files changed, 241 insertions(+), 11 deletions(-) create mode 100644 src/composables/usePartsCatalog.js create mode 100644 src/composables/useTopicResolver.js create mode 100644 src/views/TopicView.vue diff --git a/src/App.vue b/src/App.vue index 8997021..ab626c2 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,8 +1,12 @@ diff --git a/src/components/MyDropMenu.vue b/src/components/MyDropMenu.vue index e0c3e43..801b271 100644 --- a/src/components/MyDropMenu.vue +++ b/src/components/MyDropMenu.vue @@ -22,6 +22,25 @@ text-color="#ffffff" active-text-color="#23aae3" > + + + + + +