-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Bulk transaction deletion #845
Bulk transaction deletion #845
Conversation
@apply block bg-gray-100 w-9 h-5 rounded-full cursor-pointer; | ||
@apply after:content-[''] after:block after:absolute after:top-0.5 after:left-0.5 after:bg-white after:w-4 after:h-4 after:rounded-full after:transition-transform after:duration-300 after:ease-in-out; | ||
@apply peer-checked:bg-green-600 peer-checked:after:translate-x-4; | ||
} |
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.
This is the only net-new change. Everything else is class re-ordering.
assert_equal "CAD", transaction.currency | ||
assert_equal Transaction::Category.second, transaction.category | ||
end | ||
end |
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.
The next PR will implement these bulk updates. Leaving this here as a placeholder.
Continuation of #840
This PR includes:
show.html.erb
view for TransactionsCleanShot.2024-06-07.at.16.42.22.mp4