mirror of
https://github.com/pinry/pinry.git
synced 2025-11-16 01:45:51 +01:00
Feature: Add board filter for board-selection
This commit is contained in:
committed by
Isaac Bythewood
parent
067e90fd97
commit
4058bac534
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user