1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-08 23:15:24 +02:00

Add placeholders for dashboard features (#642)

* Add placeholders for new dashboard

* Fix tests and lint errors
This commit is contained in:
Zach Gollwitzer 2024-04-18 10:32:36 -04:00 committed by GitHub
parent 4708e85da3
commit f5f624881f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 196 additions and 109 deletions

View file

@ -46,10 +46,10 @@
<div class="bg-white shadow-xs rounded-xl border border-alpha-black-25 rounded-lg">
<div class="p-4 flex justify-between">
<div class="space-y-2">
<%= render partial: "shared/balance_heading", locals: {
<%= render partial: "shared/value_heading", locals: {
label: "Total Value",
period: @period,
balance: @account.balance_money,
value: @account.balance_money,
trend: @balance_series.trend
} %>
</div>