mirror of
https://github.com/sky-systems/sky_phone.git
synced 2026-09-04 09:13:24 +00:00
FIX - open CityMarkt notifications
This commit is contained in:
@@ -284,6 +284,7 @@ async function openChat(id: string): Promise<void> {
|
||||
selectedChat.value = response.data
|
||||
message.value = ''
|
||||
screen.value = 'chat'
|
||||
await Promise.all([marketplace.loadInquiries(), marketplace.loadCounts()])
|
||||
}
|
||||
}
|
||||
|
||||
@@ -350,7 +351,13 @@ onMounted(async () => {
|
||||
<span class="citymarkt__brand"><Tag :size="14" /> CityMarkt</span>
|
||||
<h1>{{ phone.t(`Apps.citymarkt.tabs.${tab}`) }}</h1>
|
||||
</div>
|
||||
<button v-if="isAuthenticated" class="citymarkt__round" type="button" aria-label="Notifications">
|
||||
<button
|
||||
v-if="isAuthenticated"
|
||||
class="citymarkt__round"
|
||||
type="button"
|
||||
:aria-label="phone.t('Apps.citymarkt.tabs.inbox')"
|
||||
@click="selectTab('inbox')"
|
||||
>
|
||||
<Bell :size="18" />
|
||||
<i v-if="marketplace.counts.unread" />
|
||||
</button>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Sky Phone</title>
|
||||
<script type="module" crossorigin src="./assets/sky-index-B0cCWlyE.js"></script>
|
||||
<script type="module" crossorigin src="./assets/sky-index-BViUljIh.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="./assets/sky-index-D9eWeoNZ.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user