Dashboard

Channel: <%= settings.channel || 'not set' %>
Overlay URL: <%= process.env.APP_BASE_URL %>/overlay/<%= settings.overlay_id %>

Recent activity

<% if (logs.length === 0) { %>

No activity yet. Events will appear here once your overlay is connected and Twitch fires events.

<% } else { %>
<% for (const log of logs) { %> <% } %>
Time Event User Detail Actions fired
<%= log.created_at %> <%= log.event_type %> <%= log.username || '—' %> <%= log.event_detail || '—' %> <%= log.actions_fired %>
<% } %>