From c9337bf93915f2d7348a2a9a0e3388f827221c68 Mon Sep 17 00:00:00 2001 From: ogerly Date: Fri, 3 Sep 2021 11:37:57 +0200 Subject: [PATCH] WIP slots for transaktions --- frontend/src/components/Transaktion.vue | 103 ++++++++++++++++++ .../AccountOverview/GdtTransactionList.vue | 3 + 2 files changed, 106 insertions(+) create mode 100644 frontend/src/components/Transaktion.vue diff --git a/frontend/src/components/Transaktion.vue b/frontend/src/components/Transaktion.vue new file mode 100644 index 000000000..c27aa7298 --- /dev/null +++ b/frontend/src/components/Transaktion.vue @@ -0,0 +1,103 @@ + + \ No newline at end of file diff --git a/frontend/src/views/Pages/AccountOverview/GdtTransactionList.vue b/frontend/src/views/Pages/AccountOverview/GdtTransactionList.vue index 8193717cf..d031f9c4f 100644 --- a/frontend/src/views/Pages/AccountOverview/GdtTransactionList.vue +++ b/frontend/src/views/Pages/AccountOverview/GdtTransactionList.vue @@ -17,6 +17,7 @@ } in transactionsGdt" :key="transactionId" > +
@@ -162,6 +163,7 @@