You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When you have a loan, say a home loan,the graph shows red when the balance decreases, despite the dollar and percentage staying green:
To Reproduce
Steps to reproduce the behavior:
add a loan, with balance, interest rate, and term
update the balance
the graph shows green but the tooltip shows red
Expected behavior
all numbers are green since a decreasing loan balance is a good thing
What version of Maybe are you using?
0.2.0-alpha.2
What operating system and browser are you using?
Windows 11, Chrome (latest version)
Screenshots / Recordings
The text was updated successfully, but these errors were encountered:
Our server-side code already does this, but the Stimulus controller does not.
Ideally we'd only have to handle this in one spot (server-side), but it may be more pragmatic to just duplicate the logic in this case. I haven't really dug in too much yet to tell.
Thanks for the reply, I wouldn't consider this a p0 or anything since it's only the tooltip thats affected, everything else reflects green for "improvement" so its a minor issue.
Describe the bug
When you have a loan, say a home loan,the graph shows red when the balance decreases, despite the dollar and percentage staying green:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
all numbers are green since a decreasing loan balance is a good thing
What version of Maybe are you using?
0.2.0-alpha.2
What operating system and browser are you using?
Windows 11, Chrome (latest version)
Screenshots / Recordings
The text was updated successfully, but these errors were encountered: