Add trends to sidebar account list #697
Reference in New Issue
Block a user
Delete Branch "feature/add-trends-to-sidebar-account-list"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
/claim #647
Resolves #647
This PR adds filterable series and trend information to the account list in the sidebar. In order to achieve this I have created a new route on the accounts controller that renders the account list in a turbo frame that can then be used to update the frame within the sidebar. The period select simply navigates to that url within the frame and sets the selected period.
As part of this I've also updated the designs to match those in the latest spec.
https://github.com/maybe-finance/maybe/assets/1793797/6b745d1d-0b9b-42f5-a2b7-caaa2ea500c6
Awesome stuff. Fun to see a perfect use case for turbo frames!