📊 Interaction Capture Logs

{{ stats.total_events }}
Total Events
{{ stats.total_screenshots }}
Screenshots
{{ "%.1f"|format(stats.total_size_kb / 1024) }} MB
Total Size
{{ stats.unique_plots }}
Unique Plots
{% for event in events %} {% endfor %}
ID Event Type Timestamp Plot ID Screenshot
{{ event.id }} {{ event.event_type }} {{ event.timestamp_display }} #{{ event.plot_id }} {% if event.screenshot_url %} {% else %} — {% endif %}