feat: show order details for customer

This commit is contained in:
Vlad Stan 2023-07-04 09:34:44 +03:00
parent e6f2750272
commit 1a82fc030a
6 changed files with 27 additions and 13 deletions

View file

@ -136,6 +136,9 @@ async function directMessages(path) {
}
this.getCustomersDebounced()
},
showOrderDetails: function (orderId) {
this.$emit('order-selected', orderId)
},
showClientOrders: function () {
this.$emit('customer-selected', this.activePublicKey)
},