aboutsummaryrefslogtreecommitdiff
path: root/src/habit.rs
Commit message (Expand)AuthorAgeFilesLines
* refactor habit.rs into habit moduleAkshay2020-07-121-319/+0
* improve spacing, line counting; add Week mode to enumsAkshay2020-07-121-0/+1
* rename `Habit::total` to `Habit::goal`Akshay2020-07-121-6/+6
* fix trait bounds bug, prep for view modesAkshay2020-07-121-5/+5
* begin work on month modeAkshay2020-07-111-3/+50
* new 'delete' commandAkshay2020-07-041-0/+4
* add boilerplate onto traits for month siftingAkshay2020-07-021-0/+30
* typetag dosen't support generics, use macro hack until thenAkshay2020-05-021-34/+35
* require new super trait, add quit callbackAkshay2020-03-181-2/+6
* use Trait obj types instead of enumsAkshay2020-03-111-74/+174
* add helpers for statuslineAkshay2020-02-271-2/+9
* fix null entry with bits, add remaining apiAkshay2020-02-261-1/+14
* rework habit structuresAkshay2020-02-151-48/+84
* serialize dates, remove cruftAkshay2020-02-111-4/+2
* fix bug with empty countview entriesAkshay2020-02-101-2/+4
* implement goalsAkshay2020-02-101-1/+14
* move structs outAkshay2020-02-101-0/+63