feat(budget): first draft
All checks were successful
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 1m17s

This commit is contained in:
2026-01-02 17:52:33 +01:00
parent 1be6d9cb11
commit 818dab401e
6 changed files with 43 additions and 12 deletions

View File

@@ -15,7 +15,9 @@ templ TreasureChestComp(treasureChests []*treasure_chest_types.TreasureChest, mo
hx-swap="afterbegin"
class="ml-auto text-center button button-primary px-2 flex items-center gap-2"
>
@svg.Plus()
<div class="w-3">
@svg.Plus()
</div>
New Treasure Chest
</button>
<div id="treasurechest-items" class="my-6 flex flex-col">
@@ -109,7 +111,9 @@ templ EditTreasureChest(treasureChest *treasure_chest_types.TreasureChest, paren
hx-swap="outerHTML"
class="button button-primary ml-auto px-2 flex items-center gap-2"
>
@svg.Plus()
<div class="w-3">
@svg.Plus()
</div>
<p>New Monthly Transaction</p>
</button>
</div>