tracc/src
kageru 9503962dd5 Allow for time adjustments with +/-
I much prefer this solution to the old one. Parsing times was a mistake.

I wonder if rustc realizes that I only ever pass 5 or -5 as arguments to
that function and then creates two `time::Duration`s for 5 and -5
minutes respectively to avoid the allocations on each keypress.

Also, I had to satisfy the OCD meme by rounding all adjusted times to %5.
It would be too annoying to change a number without being able to always
set it to a “nice” number.
2020-04-27 16:24:33 +02:00
..
layout.rs split into more modules 2020-04-19 20:11:28 +02:00
listview.rs Only allow toggling for todo items 2020-04-27 12:34:58 +02:00
main.rs allow overriding timesheet texts with [something] 2020-04-20 15:31:43 +02:00
timesheet.rs Allow for time adjustments with +/- 2020-04-27 16:24:33 +02:00
todolist.rs Only allow toggling for todo items 2020-04-27 12:34:58 +02:00
tracc.rs Allow for time adjustments with +/- 2020-04-27 16:24:33 +02:00