+
Delete event {{ impact.target_event_id }}?
+
This will discard {{ impact.cascading|length }} events. Cascade:
+
+ {% if impact.cascading %}
+ {% for item in impact.cascading %}
+ - {{ item.kind }}: {{ item.description }}
+ {% endfor %}
+ {% else %}
+ - none
+ {% endif %}
+
+
+ {% for note in impact.notes %}
+ - {{ note }}
+ {% endfor %}
+
+
+
diff --git a/chat/templates/_drawer.html b/chat/templates/_drawer.html
index 8cfdd5f..6bbfeeb 100644
--- a/chat/templates/_drawer.html
+++ b/chat/templates/_drawer.html
@@ -547,6 +547,25 @@
{% endif %}
+ {# T110.4: bulk significance re-rate. Move every memory in this chat
+ at level_from to level_to with one manual_edit event per row, so
+ the audit trail stays per-memory. #}
+