-
-
Notifications
You must be signed in to change notification settings - Fork 504
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dashboard Refactor - Itemized Donations [#3733] #3791
Conversation
…ed-donations-3733 Conflicts: app/views/layouts/_lte_sidebar.html.erb
Not sure how these got into this branch specifically, but ok.
id ||= nil | ||
title ||= nil | ||
subtitle ||= nil | ||
footer ||= nil |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Scott's dumb lack of Rails knowledge…what falsey value are these defaulting to such that nil
is better? false
, right? 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think I grabbed these from another branch -- this partial can be cleaned / simplified a bit, but I'd like to do it elsewhere.
Is this a WIP or is it R4R? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
El jee tea em 👍
@scooter-dangle sorry -- ready for review / merge now; I updated the description with some testing notes. |
(merge into |
…ed-donations-3733 Conflicts: app/views/dashboard/index.html.erb app/views/layouts/_lte_sidebar.html.erb app/views/shared/_card.html.erb
@awwaiid: Your PR |
Resolves #3733
Plucks the Itemized Donations off of the main dashboard and stashes it away on its own page.
Tested locally and with a new system spec! Manually verified date range filters.