add import support for Barclay csvs
update sorting logic for transactions
update transactions to be lazily loaded on app start up
update account deletion to clean-up transaction and transaction import records
setup select/deselect for applying transaction filters to transactions
setup editing of transaction filters
add formatting to transaction filters to filter based on description and amount
setup endpoint for saving/retrieving Transaction Filters and render in app
add form for setting name/saving transaction filter
refactor AccountView and add TransactionFilters component
add totals to month/year labels
add search bar to filter transactions
add month/year heading labels to transaction list
render transactions in app
setup dropzone for transactions import
setup account creation/listing