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

@@ -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 || '',
},
};
}