aboutsummaryrefslogtreecommitdiff
path: root/foray/Scenes/ForayTableViewController.swift (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ForayNewTableViewCell -> ForayTableViewCellNicholas Tay2022-03-251-2/+2
|
* getData -> fetch, try threading, move logic aroundNicholas Tay2022-03-251-1/+1
|
* First attempt at PresenterNicholas Tay2022-03-241-22/+18
| | | | | This is admittedly pretty hard for me to wrap my head around, and I'm not even using background threading explicitly yet. Will improve.
* Reorganise into folder groupsNicholas Tay2022-03-241-0/+107
In preparation for presenters to come in largely, lots of files starting to go everywhere...