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:
Lauri Ojansivu 2021-01-02 16:39:58 +02:00
parent a0b72d0287
commit 0592b0c56a
6 changed files with 44 additions and 27 deletions

View file

@ -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'),