moves logic to PlayerView, adds simple notifications when debugging
This commit is contained in:
@@ -60,11 +60,11 @@
|
||||
methods: {
|
||||
// The active player claims the item
|
||||
putRequest () {
|
||||
AppStorage.putRequest(this.item)
|
||||
this.$emit("claim", this.item);
|
||||
},
|
||||
// The active player withdraws his request
|
||||
cancelRequest () {
|
||||
AppStorage.cancelRequest(this.item)
|
||||
this.$emit("unclaim", this.item);
|
||||
},
|
||||
// The active player insist on his claim
|
||||
// TODO: Find a simple and fun system to express
|
||||
|
||||
Reference in New Issue
Block a user