dispatch testing

This commit is contained in:
2026-07-20 18:54:09 +05:30
parent 6b154997fb
commit 407574d62a
11 changed files with 663 additions and 518 deletions

View File

@@ -947,16 +947,6 @@ VALUES (${newUserId}, 1, 'Active', NOW());
return (
<div className="space-y-lg animate-in fade-in duration-300 font-sans text-slate-700">
{/* Header section */}
<div className="pb-4 border-b border-slate-100 flex flex-col md:flex-row md:items-center justify-between gap-4">
<div>
<span className="text-xs font-bold text-purple-650 uppercase tracking-widest block">System Operations</span>
<h2 className="text-2xl font-bold text-slate-900 mt-1">Admin Onboarding Console</h2>
<p className="text-slate-500 text-xs mt-1.5 leading-relaxed">
Provision new tenants, register store outlet branches, and onboard delivery fleet riders into the system.
</p>
</div>
</div>
{/* Tabs Layout */}
<div className="grid grid-cols-1 lg:grid-cols-4 gap-gutter items-start">