mirror of
https://github.com/pinry/pinry.git
synced 2025-11-16 01:45:51 +01:00
Feature: Add board creation
+ Refactor form-error settings and reset function
This commit is contained in:
committed by
Isaac Bythewood
parent
b3a065a4fb
commit
41cac8e784
@@ -33,6 +33,7 @@
|
||||
Pin
|
||||
</a>
|
||||
<a
|
||||
@click="createBoard"
|
||||
class="navbar-item">
|
||||
Board
|
||||
</a>
|
||||
@@ -141,6 +142,9 @@ export default {
|
||||
createPin() {
|
||||
modals.openPinCreate(this, this.onPinCreated);
|
||||
},
|
||||
createBoard() {
|
||||
modals.openBoardCreate(this);
|
||||
},
|
||||
signUp() {
|
||||
modals.openSignUp(this, this.onSignUpSucceed);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user