[object Object]

← back to Zendesk Chat Analyzer

Add 'πŸ’¬ Go Live in Zendesk' button β€” opens agent console for real-time chatting (analytics stay here)

0cde498928b792254b1cfa2dfba1a9e96ce9d0de Β· 2026-08-11 12:00:14 -0700 Β· Steve

Files touched

Diff

commit 0cde498928b792254b1cfa2dfba1a9e96ce9d0de
Author: Steve <steve@designerwallcoverings.com>
Date:   Tue Aug 11 12:00:14 2026 -0700

    Add 'πŸ’¬ Go Live in Zendesk' button β€” opens agent console for real-time chatting (analytics stay here)
---
 public/index.html | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/public/index.html b/public/index.html
index 09be5b4..7e81323 100644
--- a/public/index.html
+++ b/public/index.html
@@ -17,6 +17,8 @@ header .meta{color:var(--dim);font-size:12px}
 header .sp{flex:1}
 button{background:var(--card);color:var(--ink);border:1px solid var(--line);border-radius:8px;padding:7px 12px;cursor:pointer;font-size:13px}
 button:hover{border-color:var(--acc)}
+.golive{background:var(--good);color:#08130b;border:1px solid var(--good);border-radius:8px;padding:7px 13px;font-size:13px;font-weight:700;text-decoration:none;display:inline-flex;align-items:center;gap:5px}
+.golive:hover{filter:brightness(1.1);text-decoration:none}
 .wrap{padding:20px 24px;max-width:1400px;margin:0 auto}
 .kpis{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;margin-bottom:20px}
 .kpi{background:var(--card);border:1px solid var(--line);border-radius:12px;padding:14px 16px}
@@ -88,6 +90,7 @@ a{color:var(--acc);text-decoration:none}a:hover{text-decoration:underline}
   <h1>πŸ’¬ DW Chat History Analyzer</h1>
   <span class="meta" id="meta">loading…</span>
   <span class="sp"></span>
+  <a class="golive" href="https://designerwallcoverings.zendesk.com/chat/agent" target="_blank" rel="noopener" title="Open the Zendesk agent console β€” live visitor monitor + real-time chat">πŸ’¬ Go Live in Zendesk</a>
   <button id="refresh">↻ Refresh from Zendesk</button>
 </header>
 <div class="wrap">

← 9fc32c4 gitignore recoverable-leads.md (customer PII)  Β·  back to Zendesk Chat Analyzer  Β·  chore: lint + refactor + escape live-feed HTML (XSS guard) + 307ab80 β†’