Match Plaid holding values on current day (#2212)

* Match Plaid holding values on current day

* Fix chart timezone issue

* Add timezone tests for syncs

* Hide sidebars on trades test
This commit is contained in:
Zach Gollwitzer
2025-05-06 09:25:49 -04:00
committed by GitHub
parent 470b753833
commit 2000f05453
16 changed files with 242 additions and 21 deletions

View File

@@ -7,6 +7,7 @@ class AccountableSparklinesController < ApplicationController
.where(accountable_type: @accountable.name)
.balance_series(
currency: family.currency,
timezone: family.timezone,
favorable_direction: @accountable.favorable_direction
)
end