mirror of
https://github.com/wekan/wekan.git
synced 2025-12-23 10:50:13 +01:00
My Cards and Due Cards development
* add spinner while pages are loading * use a single publication for My Cards * add Due Cards to the user menu * add description to the All Users option for Due Cards * some code clean-up
This commit is contained in:
parent
55b121e0d3
commit
ecc3558987
10 changed files with 197 additions and 185 deletions
|
|
@ -28,6 +28,9 @@ Template.memberMenuPopup.events({
|
|||
'click .js-my-cards'() {
|
||||
Popup.close();
|
||||
},
|
||||
'click .js-due-cards'() {
|
||||
Popup.close();
|
||||
},
|
||||
'click .js-open-archived-board'() {
|
||||
Modal.open('archivedBoards');
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue