No companies found
+Import a list or create one manually to get started.
+| Company | +Location | +Website | +AI Industry | +Actions | +
|---|---|---|---|---|
| {c.name} | ++ {c.city && c.country ? `${c.city}, (${c.country})` : '-'} + | ++ {c.website && c.website !== "k.A." ? {new URL(c.website).hostname.replace('www.', '')} : 'n/a'} + | +{c.industry_ai || 'Pending'} | +
+ {processingId === c.id ? |
+
@@ -144,77 +144,71 @@ export function ContactsTable({ apiBase, onCompanyClick, onContactClick }: Conta
No contacts found
+Import a list or create one manually to get started.
+| Name | +Company | +Role | +Status | +|
|---|---|---|---|---|
| {c.title} {c.first_name} {c.last_name} | +
+ { e.stopPropagation(); onCompanyClick(c.company_id); }}
+ className="font-bold text-slate-600 dark:text-slate-400 hover:text-blue-500 dark:hover:text-blue-400 cursor-pointer">
+ {c.company_name}
+
+ |
+ {c.email || '-' } | +{c.role || '-'} | +{c.status || '-'} | +