Commit 36f23f95 authored by Vũ Hoàng Anh's avatar Vũ Hoàng Anh

feat(fashion-matches): add simulator inspector and tag audit dashboard

parent a6ec88fc
This diff is collapsed.
This diff is collapsed.
......@@ -40,6 +40,9 @@
<button class="btn btn-ghost btn-sm" style="justify-content:flex-start; font-size:13px; padding:8px 12px; color:var(--foreground);" onclick="let a=document.createElement('a'); a.setAttribute('data-page','fashion-matches/live-simulator.html'); window.parent.navigateTo(a)">
<i data-lucide="monitor-play" class="icon-md" style="margin-right:8px; color:#10b981"></i> Live Simulator
</button>
<button class="btn btn-ghost btn-sm" style="justify-content:flex-start; font-size:13px; padding:8px 12px; color:var(--foreground);" onclick="let a=document.createElement('a'); a.setAttribute('data-page','fashion-matches/tag-audit.html'); window.parent.navigateTo(a)">
<i data-lucide="clipboard-check" class="icon-md" style="margin-right:8px; color:#0ea5e9"></i> Tag Audit Checker
</button>
</div>
</div>
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment