aboutsummaryrefslogtreecommitdiff
path: root/src/app.rs
Commit message (Expand)AuthorAgeFilesLines
* improve spacing, line counting; add Week mode to enumsAkshay2020-07-121-3/+3
* add new mode: week view modeAkshay2020-07-121-3/+26
* begin work on month modeAkshay2020-07-111-23/+6
* follow XDG_DATA_DIR spec for app dataAkshay2020-07-101-13/+25
* redo quit commandAkshay2020-07-101-11/+16
* add quit commandAkshay2020-07-041-5/+8
* new 'delete' commandAkshay2020-07-041-3/+33
* fix focus-on-delete bugAkshay2020-07-021-10/+1
* add statusline, month siftingAkshay2020-07-021-12/+63
* new name, add spacing for command lineAkshay2020-07-011-3/+3
* access command mode via ':' and basic command parsingAkshay2020-06-301-0/+19
* fix overlapping widget issueAkshay2020-06-291-2/+4
* wow its been a month huhAkshay2020-05-021-13/+27
* serialize App into json with erased_serdeAkshay2020-03-181-7/+46
* switch to Trait implementation of HabitAkshay2020-03-111-23/+21
* refactor into app.rsAkshay2020-02-271-0/+169