mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-07 22:45:20 +02:00
UI Fixes (#2276)
* Use rounded-full on budget allocation bar * Fix backgrounds when balance sheet groups are open * Add rulers between accounts and classification groups in balance sheet and account groups views.
This commit is contained in:
parent
2fbd6cbc5d
commit
a71b62575c
3 changed files with 24 additions and 8 deletions
|
@ -12,8 +12,11 @@
|
|||
<% end %>
|
||||
</div>
|
||||
<div class="bg-container rounded-lg shadow-border-xs">
|
||||
<% accounts.each do |account| %>
|
||||
<% accounts.each_with_index do |account, index| %>
|
||||
<%= render account %>
|
||||
<% unless index == accounts.count - 1 %>
|
||||
<%= render "shared/ruler" %>
|
||||
<% end %>
|
||||
<% end %>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue