Hide the in-app notification channel on Account unless running a development build.

This commit is contained in:
Jose Olarte III
2026-09-16 17:26:04 +08:00
parent 4bf2fc1009
commit 7604a92f60
+5 -3
View File
@@ -169,7 +169,9 @@
</div>
<!-- Channel 1: In-App notification -->
<div class="flex items-center justify-between mt-3 mb-2 pl-1">
<div
v-if="isDev"
class="flex items-center justify-between mt-3 mb-2 pl-1">
<!-- label -->
<div>
<font-awesome
@@ -202,12 +204,12 @@
></div>
</div>
</div>
<div class="mb-2 pl-1">
<div v-if="isDev" class="mb-2 pl-1">
<router-link class="text-sm text-blue-500" to="/help-notifications">
Troubleshoot your in-app notifications&hellip;
</router-link>
</div>
<div v-if="notifyingNewActivity" class="w-full pl-1">
<div v-if="notifyingNewActivity && isDev" class="w-full pl-1">
<div
class="text-sm text-slate-500 mb-2 bg-white rounded px-3 py-2 border border-slate-200"
>