make note of collapsed events

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2022-04-17 11:11:11 -07:00
parent 700a0e2625
commit 550f096808
7 changed files with 125 additions and 38 deletions

View File

@@ -19,7 +19,6 @@ func highlight_color(_ h: Highlight) -> Color {
switch h {
case .none: return Color.black
case .main: return Color.red
case .referenced(let id): return Color.blue
case .replied_to: return Color.blue
}
}