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:
parent
29770759cb
commit
2276aae8c5
3 changed files with 178 additions and 62 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue