1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-02 20:15:22 +02:00

Add transactions widget to dashboard page (#656)

This commit is contained in:
Mattia 2024-04-22 22:51:06 +02:00 committed by GitHub
parent 49b603f478
commit 8a29725562
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 56 additions and 28 deletions

View file

@ -17,4 +17,8 @@ module TransactionsHelper
def transaction_filter_by_name(name)
transaction_filters.find { |filter| filter[:name] == name }
end
def full_width_transaction_row?(route)
route != "/"
end
end