From: Alexander Ebert Date: Mon, 8 Aug 2022 12:37:39 +0000 (+0200) Subject: Add experimental support for `` X-Git-Tag: 6.0.0_Alpha_1~1024^2~30 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=72827369156c93df1911cda17bf5bb218a452a12;p=GitHub%2FWoltLab%2FWCF.git Add experimental support for `` --- diff --git a/com.woltlab.wcf/templates/headIncludeJavaScript.tpl b/com.woltlab.wcf/templates/headIncludeJavaScript.tpl index 722a5ce6ed..e7a1d6118a 100644 --- a/com.woltlab.wcf/templates/headIncludeJavaScript.tpl +++ b/com.woltlab.wcf/templates/headIncludeJavaScript.tpl @@ -26,6 +26,8 @@ {/if} + + {js application='wcf' file='require' bundle='WoltLabSuite.Core' core='true' hasTiny=true} {js application='wcf' file='require.config' bundle='WoltLabSuite.Core' core='true' hasTiny=true} {js application='wcf' file='require.linearExecution' bundle='WoltLabSuite.Core' core='true' hasTiny=true} diff --git a/com.woltlab.wcf/templates/pageHeaderUser.tpl b/com.woltlab.wcf/templates/pageHeaderUser.tpl index cd2c59ec95..7efee9e94d 100644 --- a/com.woltlab.wcf/templates/pageHeaderUser.tpl +++ b/com.woltlab.wcf/templates/pageHeaderUser.tpl @@ -108,7 +108,11 @@ aria-haspopup="true" aria-expanded="false" > - {lang}wcf.user.notification.notifications{/lang}{if $__wcf->getUserNotificationHandler()->getNotificationCount()} {#$__wcf->getUserNotificationHandler()->getNotificationCount()}{/if} + {icon size=32 name='bell' type='solid'} + {icon size=32 name='bell' type='regular'} + + {icon size=32 name='500px' type='brand'} + {lang}wcf.user.notification.notifications{/lang}{if $__wcf->getUserNotificationHandler()->getNotificationCount()} {#$__wcf->getUserNotificationHandler()->getNotificationCount()}{/if} {if !OFFLINE || $__wcf->session->getPermission('admin.general.canViewPageDuringOfflineMode')}