home: jj: drop fancy icon from log

This messes with the graph formatting when history is not linear because
the fancy icon's width is non-standard
This commit is contained in:
Antoine Martin 2025-03-06 16:33:45 +01:00
parent b17195c0cf
commit f083325b4a

View file

@ -46,8 +46,8 @@ coalesce(
if(current_working_copy, "@"),
if(immutable, "◆"),
if(conflict, "×"),
if(description.starts_with("wip:"), "🔒"),
if(description.starts_with("private:"), "🔒"),
if(description.starts_with("wip:"), "!"),
if(description.starts_with("private:"), "!"),
"○",
)
)