mirror of
https://github.com/wekan/wekan.git
synced 2025-12-24 03:10:12 +01:00
Moved Public/Archive/Templates/etc options to click right top username Member Settings menu, where My Cards also is.
Thanks to xet7 !
This commit is contained in:
parent
a0b72d0287
commit
0592b0c56a
6 changed files with 44 additions and 27 deletions
|
|
@ -28,6 +28,9 @@ Template.memberMenuPopup.events({
|
|||
'click .js-my-cards'() {
|
||||
Popup.close();
|
||||
},
|
||||
'click .js-open-archived-board'() {
|
||||
Modal.open('archivedBoards');
|
||||
},
|
||||
'click .js-edit-profile': Popup.open('editProfile'),
|
||||
'click .js-change-settings': Popup.open('changeSettings'),
|
||||
'click .js-change-avatar': Popup.open('changeAvatar'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue