mirror of
https://github.com/we-promise/sure.git
synced 2026-04-20 20:44:08 +00:00
feat: Move upcoming recurring transactions in a dedicated tab (#771)
* feat: Move upcoming transactions in a dedicated tab * Adjust formatting * feat: adjust visibility on mobile * feat: change translation label * feat: show only upcoming transactions expected in the next 10 days * feat: show upcoming transactions tab only when option enabled * feat: render empty partial when there are no recurring transactions * feat: align icon sizing and spacing between transactions and upcoming sections * feat: add missing localitazion labels * fix: move filter on upcoming transactions in controller * fix: add missing localitazion labels
This commit is contained in:
4
app/views/recurring_transactions/_empty.html.erb
Normal file
4
app/views/recurring_transactions/_empty.html.erb
Normal file
@@ -0,0 +1,4 @@
|
||||
<div class="flex flex-col items-center justify-center py-40">
|
||||
<p class="text-secondary mb-2"><%= t(".title") %></p>
|
||||
<p class="text-subdued max-w-xs text-center"><%= t(".description") %></p>
|
||||
</div>
|
||||
Reference in New Issue
Block a user