fix: BUG-006/015 (cross-plugin imports — contract-based access), BUG-013 (data-testid already present), BUG-070 (npm audit fix)
Check Cross-Plugin Imports / check (push) Has been cancelled

This commit is contained in:
Agent Zero
2026-08-22 07:25:48 +02:00
parent a0269248b4
commit 40cc99af5c
5 changed files with 29 additions and 14 deletions
@@ -1256,7 +1256,7 @@ export function ContactList({
};
return (
<div className="flex flex-col h-full" data-testid="contact-cards-view">
<div data-testid="contact-list" className="flex flex-col h-full" data-testid="contact-cards-view">
<div ref={scrollRef} className="flex-1 overflow-y-auto p-3">
{isGrouped && groupedContacts ? (
<div className="space-y-4">