From ba12fb649a067e2d93872b05850fc21e8ccb180b Mon Sep 17 00:00:00 2001 From: xds Date: Mon, 3 Mar 2025 12:29:51 +0300 Subject: [PATCH] toolbar fix and wishlist image notify --- src/components/ToolBar.vue | 107 ++++++++++-------- .../wishlists/WishlistExternalView.vue | 45 ++++---- src/components/wishlists/WishlistView.vue | 4 + 3 files changed, 88 insertions(+), 68 deletions(-) diff --git a/src/components/ToolBar.vue b/src/components/ToolBar.vue index 4e4e510..17d3fc0 100644 --- a/src/components/ToolBar.vue +++ b/src/components/ToolBar.vue @@ -38,9 +38,9 @@
- + -

Транзакции

+

Вишлисты

@@ -50,58 +50,64 @@

Настройки

+
+ +
- -
- - -

Меню

- + + + + + + + + + + + + + + + + + + + + + - -
-
- - - - - -

Настройки

-
- -
-
-
+ + + + + + + + + + + + + + + + + + + + @@ -114,6 +120,9 @@ import Button from 'primevue/button'; import {TransactionType} from "@/models/Transaction"; import {CategoryType} from "@/models/Category"; import {useDrawerStore} from "@/stores/drawerStore"; +import {useRoute, useRouter} from "vue-router"; +const router = useRouter() +const route = useRoute() const showSubmenu = ref(false); diff --git a/src/components/wishlists/WishlistExternalView.vue b/src/components/wishlists/WishlistExternalView.vue index 9cec249..acc0c80 100644 --- a/src/components/wishlists/WishlistExternalView.vue +++ b/src/components/wishlists/WishlistExternalView.vue @@ -157,31 +157,38 @@ onMounted(async () => {
-
-
-
- Image -
-
-
- +
+ +
+ +
+ Image
+
+ +
+ + +
+
-
-
+
Изображение пока не загружено diff --git a/src/components/wishlists/WishlistView.vue b/src/components/wishlists/WishlistView.vue index 75396d5..daff1c7 100644 --- a/src/components/wishlists/WishlistView.vue +++ b/src/components/wishlists/WishlistView.vue @@ -281,6 +281,10 @@ onMounted(async () => { +
+ + Некоторые изображения, полученные по ссылке могут быть недоступны при VPN или без VPN! +