aboutsummaryrefslogtreecommitdiff
path: root/src/views.rs
Commit message (Expand)AuthorAgeFilesLines
* remove all instances of view_month_offsetcursorAkshay2021-02-211-1/+0
* deprecate view_month_offset in favor of cursorAkshay2021-02-061-4/+4
* fix cursor coloringAkshay2021-01-251-6/+14
* attempt to style cursorAkshay2021-01-251-3/+5
* handle cursor events and entryAkshay2021-01-251-15/+16
* use consts for dimensionsAkshay2020-08-031-8/+5
* Add support for configuration fileJordan Jennings2020-07-251-3/+3
* switch to local time over utc timeAkshay2020-07-211-5/+13
* fix divide by zero for #5nc2020-07-201-2/+2
* stop habits from consuming global eventsAkshay2020-07-191-2/+9
* display view mode in statuslineAkshay2020-07-151-0/+3
* more boilerplate for auto-trackable habitsAkshay2020-07-141-4/+4
* improve spacing, line counting; add Week mode to enumsAkshay2020-07-121-5/+7
* add new mode: week view modeAkshay2020-07-121-29/+56
* fix trait bounds bug, prep for view modesAkshay2020-07-121-23/+24
* begin work on month modeAkshay2020-07-111-20/+31
* add directories crate, simplify done statusAkshay2020-07-101-2/+2
* use strikethrough for completionAkshay2020-07-101-16/+18
* add today status to top of each grid itemAkshay2020-07-021-5/+12
* add completed markersAkshay2020-07-011-2/+9
* change drawing logicAkshay2020-06-291-25/+17
* require new super trait, add quit callbackAkshay2020-03-181-2/+0
* flattened views moduleAkshay2020-03-111-0/+125
* factor out count and bit viewsAkshay2020-02-101-95/+0
* simpler view styling logicAkshay2020-02-101-8/+23
* move structs outAkshay2020-02-101-0/+80