mirror of
https://github.com/wekan/wekan.git
synced 2026-03-11 08:02:33 +01:00
Reverted New UI Design of WeKan v8.29 and added more fixes and performance improvements.
Thanks to xet7 !
This commit is contained in:
parent
d152d8fc1b
commit
1b8b8d2eef
196 changed files with 17659 additions and 10028 deletions
|
|
@ -3,7 +3,6 @@ template(name='notificationsDrawer')
|
|||
.header
|
||||
a.notification-menu-toggle
|
||||
i.fa.fa-bars
|
||||
//- #FIXME could be replaced by a popup to help placement ?
|
||||
.notification-menu(class="{{#if $.Session.get 'showNotificationMenu'}}is-open{{/if}}")
|
||||
.menu-section
|
||||
a.menu-item(class="{{#unless $.Session.get 'showReadNotifications'}}selected{{/unless}}")
|
||||
|
|
@ -45,10 +44,9 @@ template(name='notificationsDrawer')
|
|||
span.menu-icon
|
||||
i.fa.fa-trash
|
||||
span {{_ 'delete-all-notifications'}}
|
||||
if($gt unreadNotifications 0)
|
||||
|(#{unreadNotifications}) {{_ 'notifications'}}
|
||||
else
|
||||
|0 {{_ 'notifications'}}
|
||||
h5 {{_ 'notifications'}}
|
||||
if($gt unreadNotifications 0)
|
||||
|(#{unreadNotifications})
|
||||
a.close
|
||||
i.fa.fa-times-thin
|
||||
ul.notifications
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue