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

Enable syncing all accounts in one click (#948)

* Enable syncing all accounts on one click

* Remove argument to sync_later method call

* Add partial for sync all accounts button

* Redirect back if possible when syncing all accounts
This commit is contained in:
Tony Vincent 2024-07-05 13:36:18 +02:00 committed by GitHub
parent 48092cb704
commit cc6bf6e961
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 33 additions and 0 deletions

View file

@ -24,6 +24,8 @@
<%= lucide_icon("plus", class: "w-5 h-5") %>
<p class="text-sm font-medium"><%= t(".new_account") %></p>
<% end %>
<%= render "sync_all_button" %>
</div>
</div>
</header>