From d3b4f217e2e7be75fa29f9a104c4aac90cd8c27e Mon Sep 17 00:00:00 2001 From: florianfederspiel Date: Fri, 11 Apr 2025 18:31:10 +0200 Subject: [PATCH] Added Pages for Accounts with Allocation Listings --- pages/accounts/index.vue | 147 +++++++++++++++++++++++++++++++++++ pages/accounts/show/[id].vue | 112 ++++++++++++++++++++++++++ 2 files changed, 259 insertions(+) create mode 100644 pages/accounts/index.vue create mode 100644 pages/accounts/show/[id].vue diff --git a/pages/accounts/index.vue b/pages/accounts/index.vue new file mode 100644 index 0000000..1b31e1d --- /dev/null +++ b/pages/accounts/index.vue @@ -0,0 +1,147 @@ + + + + + + + \ No newline at end of file diff --git a/pages/accounts/show/[id].vue b/pages/accounts/show/[id].vue new file mode 100644 index 0000000..0bb1510 --- /dev/null +++ b/pages/accounts/show/[id].vue @@ -0,0 +1,112 @@ + + + + + \ No newline at end of file