Integrated e-mail alerts, added dialog option for release alerts.
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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 || '',
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user