From 8b67cfccfa59a309f3ddbefb40c0afb4868372b7 Mon Sep 17 00:00:00 2001
From: Tim Wundenberg
Date: Mon, 19 May 2025 13:14:22 +0200
Subject: [PATCH] feat: add direct link from account and treasurechest to the
related transactions
---
template/account/account.templ | 10 ++++++++++
template/treasurechest/treasure_chest.templ | 12 ++++++++++--
2 files changed, 20 insertions(+), 2 deletions(-)
diff --git a/template/account/account.templ b/template/account/account.templ
index 2f6a7d1..d57981f 100644
--- a/template/account/account.templ
+++ b/template/account/account.templ
@@ -85,6 +85,16 @@ templ AccountItem(account *types.Account) {
} else {
{ displayBalance(account.CurrentBalance) }
}
+
+ @svg.Eye()
+
+ View
+
+
}
+
+ @svg.Eye()
+
+ View
+
+