aboutsummaryrefslogtreecommitdiffstats
path: root/src/views
Commit message (Expand)AuthorAgeFilesLines
* move ynab-api to its own repositoryJesse Luehrs2019-08-193-509/+0
* better error handlingJesse Luehrs2019-08-181-2/+6
* move some logic out to separate functionsJesse Luehrs2019-08-181-212/+205
* don't allow submitting without selected transactionsJesse Luehrs2019-08-181-2/+2
* move global event handling to txn_tablesJesse Luehrs2019-08-183-273/+334
* simplifyJesse Luehrs2019-08-181-25/+21
* split out the full table view into a separate viewJesse Luehrs2019-08-183-80/+98
* 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