{# Category — always visible #}
{{ event.kind_label }}
{# Relative date — shown when collapsed #}
- · {{ event.relative_date_label }}
+ · {{ event.relative_date_label }}
{# Full timestamp — shown when expanded #}
{# Expand/collapse chevron #}
-
+
{{ icons::chevron_down("h-4 w-4") }}
-
+
{{ icons::chevron_up("h-4 w-4") }}
@@ -45,7 +53,7 @@
{{ sub }}
{% endif %}
{# Detail rows — shown when expanded #}
{% if event.details.len() > 0 %}
{% for detail in event.details %}