Improve format

I think the new format is more readable than the old one, but I might change it
around again when I add colors.
This commit is contained in:
Joscha 2021-12-12 17:16:14 +00:00
parent 29770759cb
commit 2276aae8c5
3 changed files with 178 additions and 62 deletions

View file

@ -60,6 +60,8 @@ impl Layout {
for (_, day) in self.days.iter_mut() {
Self::sort_day(day);
}
// TODO Combine TimedStart and TimedEnd if there is nothing in-between
}
fn layout_entry(&mut self, index: usize, entry: &Entry) {