From bded15f76d20b4b19788bfcde23d58a66750d986 Mon Sep 17 00:00:00 2001 From: Dmitriy yawaflua Andreev Date: Mon, 13 May 2024 13:11:50 +0300 Subject: [PATCH] Adding more mobile features --- .../components/NotiicationwindowComponent.vue | 5 +- .../HeaderMobileComponent.vue | 10 +++ .../MenuMobileComponent.vue | 21 ++++-- luckydiamond/src/pages/ProfilePage.vue | 2 +- .../adaptive-pages/ProfilemobilePage.vue | 68 ++----------------- 5 files changed, 34 insertions(+), 72 deletions(-) diff --git a/luckydiamond/src/components/NotiicationwindowComponent.vue b/luckydiamond/src/components/NotiicationwindowComponent.vue index 3c8e330..3ad2c4d 100644 --- a/luckydiamond/src/components/NotiicationwindowComponent.vue +++ b/luckydiamond/src/components/NotiicationwindowComponent.vue @@ -1,7 +1,7 @@ @@ -11,7 +11,8 @@ import '@/assets/css/ComponentsStyles/notification.css' export default { props: { - notification: Boolean + notification: Boolean, + text: String, }, emits: ['notificationremove'], methods: { diff --git a/luckydiamond/src/components/adaptive-components/HeaderMobileComponent.vue b/luckydiamond/src/components/adaptive-components/HeaderMobileComponent.vue index 1d549bb..6a4fdb9 100644 --- a/luckydiamond/src/components/adaptive-components/HeaderMobileComponent.vue +++ b/luckydiamond/src/components/adaptive-components/HeaderMobileComponent.vue @@ -25,6 +25,16 @@ diff --git a/luckydiamond/src/pages/ProfilePage.vue b/luckydiamond/src/pages/ProfilePage.vue index fb64343..07cb35e 100644 --- a/luckydiamond/src/pages/ProfilePage.vue +++ b/luckydiamond/src/pages/ProfilePage.vue @@ -60,7 +60,7 @@ - +