* Feature: Push notifications for Android Notification config for desktop and mobile are merged. Desktop notifications stay as they are for desktop views. If mobile mode, push notifications are enabled. Added push notification subscriptions in their own table, rather than through custom fields. Notification banner prompts appear for both mobile and desktop when enabled.
34 lines
1.1 KiB
Handlebars
34 lines
1.1 KiB
Handlebars
{{plugin-outlet name="above-site-header"}}
|
|
{{site-header canSignUp=canSignUp
|
|
showCreateAccount=(route-action "showCreateAccount")
|
|
showLogin=(route-action "showLogin")
|
|
showKeyboard=(route-action "showKeyboardShortcutsHelp")
|
|
toggleMobileView=(route-action "toggleMobileView")
|
|
toggleAnonymous=(route-action "toggleAnonymous")
|
|
logout=(route-action "logout")}}
|
|
|
|
{{plugin-outlet name="below-site-header" args=(hash currentPath=currentPath)}}
|
|
|
|
<div id="main-outlet" class="wrap">
|
|
<div class="container">
|
|
{{#if showTop}}
|
|
{{custom-html name="top"}}
|
|
{{/if}}
|
|
{{notification-consent-banner}}
|
|
{{global-notice}}
|
|
{{create-topics-notice}}
|
|
</div>
|
|
{{outlet}}
|
|
{{outlet "user-card"}}
|
|
</div>
|
|
|
|
{{plugin-outlet name="above-footer" args=(hash showFooter=showFooter)}}
|
|
{{#if showFooter}}
|
|
{{custom-html name="footer" triggerAppEvent="true"}}
|
|
{{/if}}
|
|
{{plugin-outlet name="below-footer" args=(hash showFooter=showFooter)}}
|
|
|
|
{{outlet "modal"}}
|
|
{{topic-entrance}}
|
|
{{outlet "composer"}}
|