aboutsummaryrefslogtreecommitdiff
path: root/foray/Presenters (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-03-25Reorganise: NetworkManager -> Fetcher, Models -> dedicated groupsNicholas Tay1-8/+10
2022-03-25getData -> fetch, try threading, move logic aroundNicholas Tay1-6/+10
2022-03-24First attempt at PresenterNicholas Tay1-0/+32
This is admittedly pretty hard for me to wrap my head around, and I'm not even using background threading explicitly yet. Will improve.