1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-05 13:35:21 +02:00

Improve dashboard/account charts and tooltips (#2157)

* Improve net worth hover

* Improve graph tooltip

* Use locales files for some text on net worth and account charts

* Consolidate and simplify trend change between net worth and account charts

* Fix test and self-review stuff

* Clean up some stuff on the holding sidebar
This commit is contained in:
Alex Hatzenbuhler 2025-04-28 13:57:32 -05:00 committed by GitHub
parent e6b69c1f5c
commit 341a800b65
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 37 additions and 45 deletions

View file

@ -4,7 +4,7 @@ en:
account:
troubleshoot: Troubleshoot
chart:
no_change: no change
data_not_available: Data not available for the selected period
create:
success: "%{type} account created"
destroy:

View file

@ -9,13 +9,13 @@ en:
per_share: per share
shares: "%{qty} shares"
index:
cost: cost
average_cost: Average cost
holdings: Holdings
name: name
name: Name
new_holding: New transaction
no_holdings: No holdings to show.
return: total return
weight: weight
return: Total return
weight: Weight
missing_price_tooltip:
description: This investment has missing values and we could not calculate
its returns or value.
@ -33,5 +33,5 @@ en:
settings: Settings
ticker_label: Ticker
trade_history_entry: "%{qty} shares of %{security} at %{price}"
trend_label: Trend
total_return_label: Total Return
unknown: Unknown

View file

@ -4,6 +4,9 @@ en:
changelog:
title: What's new
dashboard:
net_worth_chart:
data_not_available: Data not available for the selected period
title: Net Worth
no_account_empty_state:
new_account: New account
no_account_subtitle: Since no accounts have been added, there's no data to

View file

@ -10,3 +10,5 @@ en:
label: Amount
syncing_notice:
syncing: Syncing accounts data...
trend_change:
no_change: "no change"