Move push notification setting to separate page

Set up a dedicated Account Setttings page to hold account specific
settings such as the push notifications.
This commit is contained in:
Hornwitser 2025-03-07 18:43:24 +01:00
parent d4cbbcbc2d
commit ca51c07065
4 changed files with 38 additions and 4 deletions

View file

@ -11,6 +11,7 @@
{{ session.account.name || "anonymous" }}
(s:{{ session.id }} a:{{ session.account.id }}{{ session.push ? " push" : null }})
{{ session.account.type }}
<NuxtLink to="/account/settings">Settings</NuxtLink>
<button type="button" @click="logOut">Log out</button>
</template>
<template v-else>