← back to Marketing Command Center

public/panels/vendors.html

15 lines

<div id="vend-banner"></div>
<div class="card" id="vend-stats" style="display:flex;gap:30px;flex-wrap:wrap;align-items:center">
  <div><div style="font:600 26px/1 'Cormorant Garamond',serif" id="vs-total">…</div><small class="muted">vendor brands</small></div>
  <div><div style="font:600 26px/1 'Cormorant Garamond',serif" id="vs-ig">…</div><small class="muted">with Instagram</small></div>
  <div><div style="font:600 26px/1 'Cormorant Garamond',serif" id="vs-reach">…</div><small class="muted">combined reach</small></div>
  <div><div style="font:600 26px/1 'Cormorant Garamond',serif" id="vs-missing">…</div><small class="muted">no IG found</small></div>
  <div style="margin-left:auto"><label>Sort</label>
    <select id="vs-sort"><option value="followers">Followers ↓</option><option value="brand">Brand A→Z</option><option value="code">Vendor code</option></select></div>
</div>
<div class="card">
  <h2>DW + Vendor Instagram accounts</h2>
  <div class="muted" style="margin-bottom:10px">Click any handle to open the account. Use this roster for competitive/social reporting.</div>
  <div id="vend-rows"></div>
</div>