chore: remove notifications that don't work, and adjust other commentary & docs.

This commit is contained in:
2025-08-08 08:52:34 -06:00
parent c1713e1b0b
commit e8bf8014b4
5 changed files with 73 additions and 62 deletions

View File

@@ -60,8 +60,10 @@
@share-info="onShareInfo"
/>
<!-- Notifications -->
<!-- Currently disabled because it doesn't work, even on Chrome. If restored, make sure it works or doesn't show on mobile/electron. -->
<section
v-if="isRegistered"
v-if="false"
id="sectionNotifications"
class="bg-slate-100 rounded-md overflow-hidden px-4 py-4 mt-8 mb-8"
aria-labelledby="notificationsHeading"