feat/cl4-subscription-status-cli #9

Merged
robbond merged 4 commits from feat/cl4-subscription-status-cli into master 2026-03-05 12:57:15 +00:00
Showing only changes of commit 84a1396265 - Show all commits

View File

@@ -57,6 +57,10 @@ function getDomainStatusBadge(status: string | null) {
return "bg-rose-100 text-rose-700";
}
if (normalized.includes("expired")) {
return "bg-amber-100 text-amber-700";
}
if (normalized.includes("active") || normalized.includes("enabled")) {
return "bg-emerald-100 text-emerald-700";
}
@@ -576,7 +580,7 @@ export function DashboardControls({
<thead>
<tr className="border-b border-slate-200 text-xs uppercase text-slate-500">
<th className="px-2 py-2">Domain</th>
<th className="px-2 py-2">Status</th>
<th className="px-2 py-2">Subscription Status</th>
<th className="px-2 py-2">Hosting</th>
<th className="px-2 py-2">Created</th>
<th className="px-2 py-2">Aliases</th>