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

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 242 additions and 21 deletions

View file

@ -1,4 +1,4 @@
<%= content_for :prev_nav do %>
<%= content_for :prev_nav do %>
<%= image_tag "logomark-color.svg", class: "w-10 h-10" %>
<% end %>
@ -38,8 +38,7 @@
<%= family_form.select :country,
country_options,
{ label: "Country" },
required: true
%>
required: true %>
<% end %>
</div>
<% end %>