Feature: Add board filter for board-selection

This commit is contained in:
winkidney
2019-12-06 00:56:52 +08:00
committed by Isaac Bythewood
parent 067e90fd97
commit 4058bac534
5 changed files with 130 additions and 5 deletions

View File

@@ -140,7 +140,11 @@ export default {
modals.openLogin(this, this.onLoginSucceed);
},
createPin() {
modals.openPinCreate(this, this.onPinCreated);
modals.openPinCreate(
this,
this.onPinCreated,
{ username: this.user.meta.username },
);
},
createBoard() {
modals.openBoardCreate(this);