From ec703cea3f9c66d8eda142f4b9d3fef468ba6c38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Romanowicz?= <46789227+lukeromanowicz@users.noreply.github.com> Date: Thu, 24 Aug 2023 18:05:18 +0200 Subject: [PATCH] feat: transactions live sync (#466) --- src/pages/transactions/[id].vue | 43 ++++++++++++++++++++++++++------ src/stores/transactionDetails.js | 13 ++++++---- src/stores/webSocket.js | 29 ++++++++++++++++++++- 3 files changed, 72 insertions(+), 13 deletions(-) diff --git a/src/pages/transactions/[id].vue b/src/pages/transactions/[id].vue index 34ed44d06..f98eb4152 100644 --- a/src/pages/transactions/[id].vue +++ b/src/pages/transactions/[id].vue @@ -11,12 +11,15 @@ -