Hide plugin download panel once a store is connected.
Deploy Ladill Woo Manager / deploy (push) Successful in 43s
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:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user