aboutsummaryrefslogtreecommitdiffstats
path: root/src/views/txn_table.rs
Commit message (Expand)AuthorAgeFilesLines
* move ynab-api to its own repositoryJesse Luehrs2019-08-191-151/+0
* move global event handling to txn_tablesJesse Luehrs2019-08-181-268/+49
* split out the full table view into a separate viewJesse Luehrs2019-08-181-80/+13
* improve some event handlingJesse Luehrs2019-08-181-33/+53
* just turn this into a normal constructorJesse Luehrs2019-08-181-198/+219
* add a border around the dialogsJesse Luehrs2019-08-171-6/+7
* add support for refreshing the list contentsJesse Luehrs2019-08-171-56/+115
* highlight selected total when it's ready to submitJesse Luehrs2019-08-171-3/+22
* plural handlingJesse Luehrs2019-08-171-4/+10
* count the number of selected transactionsJesse Luehrs2019-08-171-9/+17
* display the account name tooJesse Luehrs2019-08-171-0/+6
* support g/G in listsJesse Luehrs2019-08-171-12/+32
* remove reconciled transactions from the listsJesse Luehrs2019-08-171-1/+33
* add ability to actually update transactionsJesse Luehrs2019-08-171-14/+30
* display currently selected total amountJesse Luehrs2019-08-121-2/+39
* also display total amountsJesse Luehrs2019-08-121-0/+12
* add some more headers with informationJesse Luehrs2019-08-121-2/+23
* add a stub submit handlerJesse Luehrs2019-08-121-13/+64
* implement multi-selection of rowsJesse Luehrs2019-08-121-7/+51
* add vi key bindingsJesse Luehrs2019-08-121-0/+64