mirror of
https://github.com/wekan/wekan.git
synced 2026-02-20 23:14:07 +01:00
Add first draft of data model and user interface. No actions.
This commit is contained in:
parent
ef85b71ee4
commit
0a53ee87b9
14 changed files with 129 additions and 7 deletions
|
|
@ -247,6 +247,9 @@ template(name="cardDetailsActionsPopup")
|
|||
unless archived
|
||||
li: a.js-archive {{_ 'archive-card'}}
|
||||
li: a.js-more {{_ 'cardMorePopup-title'}}
|
||||
hr
|
||||
ul.pop-over-list
|
||||
li: a.js-template-card {{_ 'cardTemplatePopup-title'}}
|
||||
|
||||
template(name="moveCardPopup")
|
||||
+boardsAndLists
|
||||
|
|
|
|||
|
|
@ -365,6 +365,9 @@ Template.cardDetailsActionsPopup.events({
|
|||
if (!err && ret) Popup.close();
|
||||
});
|
||||
},
|
||||
'click .js-template-card' () {
|
||||
console.log('REMOVE Creating template card');
|
||||
},
|
||||
});
|
||||
|
||||
Template.editCardTitleForm.onRendered(function () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue