From c31a57c93f56fd18d7c559061c6f39707344cd27 Mon Sep 17 00:00:00 2001 From: "smx.pusha" <139338836+smxpusha@users.noreply.github.com> Date: Thu, 6 Aug 2026 12:52:40 +0200 Subject: [PATCH] FIX - open CityMarkt notifications --- frontend/src/views/apps/CityMarktApp.vue | 9 ++++++++- sky_phone/source/html/index.html | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/frontend/src/views/apps/CityMarktApp.vue b/frontend/src/views/apps/CityMarktApp.vue index 474f5b8..2e8e6d3 100644 --- a/frontend/src/views/apps/CityMarktApp.vue +++ b/frontend/src/views/apps/CityMarktApp.vue @@ -284,6 +284,7 @@ async function openChat(id: string): Promise { selectedChat.value = response.data message.value = '' screen.value = 'chat' + await Promise.all([marketplace.loadInquiries(), marketplace.loadCounts()]) } } @@ -350,7 +351,13 @@ onMounted(async () => { CityMarkt

{{ phone.t(`Apps.citymarkt.tabs.${tab}`) }}

- diff --git a/sky_phone/source/html/index.html b/sky_phone/source/html/index.html index fa2cdbb..b1840c6 100644 --- a/sky_phone/source/html/index.html +++ b/sky_phone/source/html/index.html @@ -4,7 +4,7 @@ Sky Phone - +