i am gay
This commit is contained in:
parent
8a67e65ff9
commit
b34acc8256
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "calckey",
|
"name": "calckey",
|
||||||
"version": "12.119.0-calc.10.1",
|
"version": "12.119.0-calc.9.14",
|
||||||
"codename": "aqua",
|
"codename": "aqua",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
<i class="ph-bell-bold ph-lg"></i><span v-if="$i?.hasUnreadNotification" class="indicator"><i class="ph-circle-fill"></i></span>
|
<i class="ph-bell-bold ph-lg"></i><span v-if="$i?.hasUnreadNotification" class="indicator"><i class="ph-circle-fill"></i></span>
|
||||||
</div>
|
</div>
|
||||||
</button>
|
</button>
|
||||||
<button class="button widget _button" @click="mainRouter.push('/my/messaging')">
|
<button class="button messaging _button" @click="mainRouter.push('/my/messaging')">
|
||||||
<div class="button-wrapper" :class="buttonAnimIndex === 2 ? 'on' : ''">
|
<div class="button-wrapper" :class="buttonAnimIndex === 2 ? 'on' : ''">
|
||||||
<i class="ph-chats-teardrop-bold ph-lg"></i><span v-if="$i?.hasUnreadMessagingMessage" class="indicator"><i class="ph-circle-fill"></i></span>
|
<i class="ph-chats-teardrop-bold ph-lg"></i><span v-if="$i?.hasUnreadMessagingMessage" class="indicator"><i class="ph-circle-fill"></i></span>
|
||||||
</div>
|
</div>
|
||||||
|
@ -138,14 +138,14 @@ mainRouter.on('change', () => {
|
||||||
if (routerState === 'index') {
|
if (routerState === 'index') {
|
||||||
buttonAnimIndex.value = 0;
|
buttonAnimIndex.value = 0;
|
||||||
}
|
}
|
||||||
else if (window.location.href.includes('my/notifications')) {
|
else if (window.location.href.includes('notifications')) {
|
||||||
buttonAnimIndex.value = 1;
|
buttonAnimIndex.value = 1;
|
||||||
}
|
}
|
||||||
else if (window.location.href.includes('my/messaging')) {
|
else if (window.location.href.includes('messaging')) {
|
||||||
buttonAnimIndex.value = 2;
|
buttonAnimIndex.value = 2;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
buttonAnimIndex.value = 3;
|
buttonAnimIndex.value = 0;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue