Hide plugin download panel once a store is connected.
Deploy Ladill Woo Manager / deploy (push) Successful in 43s

The install/connect guide only shows on the Stores page when no stores exist.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-07-07 13:55:44 +00:00
co-authored by Cursor
parent e85ad97dda
commit 916538887f
@@ -14,6 +14,7 @@
@endif
</div>
@if($stores->isEmpty())
<div class="rounded-2xl border border-indigo-100 bg-indigo-50/60 p-6">
<div class="flex flex-wrap items-start justify-between gap-4">
<div class="max-w-xl">
@@ -31,6 +32,7 @@
</a>
</div>
</div>
@endif
<div class="overflow-hidden rounded-2xl border border-slate-200 bg-white">
@if($stores->isEmpty())