Integrated e-mail alerts, added dialog option for release alerts.

This commit is contained in:
2026-07-21 04:31:12 +02:00
parent 6444cf21eb
commit 827566d57d
11 changed files with 487 additions and 308 deletions

View File

@@ -36,7 +36,7 @@ function scrollHorizontal(event) {
class="user nolink"
>
<Icon
v-if="section"
v-if="section && profile.id === user?.id"
icon="arrow-left3"
class="profile-back"
/>
@@ -51,7 +51,7 @@ function scrollHorizontal(event) {
</a>
<strong
v-if="section"
v-if="section && profile.id === user?.id"
class="profile-crumb"
>
<template v-if="domain">{{ domain }}</template>

View File

@@ -17,7 +17,7 @@ export default (pageContext) => {
routeParams: {
username: matched.params.username,
section: matched.params.section || '',
domain: matched.params.domain || 'scenes',
domain: matched.params.domain || '',
},
};
}