mirror of
https://github.com/jkingsman/Remote-Terminal-for-MeshCore.git
synced 2026-08-07 09:13:04 +02:00
@@ -377,12 +377,7 @@ export function ContactInfoPane({
|
||||
<button
|
||||
type="button"
|
||||
className="text-sm flex items-center gap-2 hover:text-primary transition-colors"
|
||||
onClick={(e) => {
|
||||
console.log(
|
||||
`[fav-debug] ContactInfoPane star clicked t=${performance.now().toFixed(2)} detail=${e.detail} isTrusted=${e.isTrusted}`
|
||||
);
|
||||
onToggleFavorite('contact', contact.public_key);
|
||||
}}
|
||||
onClick={() => onToggleFavorite('contact', contact.public_key)}
|
||||
title="Favorite contacts stay loaded on the radio for ACK support"
|
||||
>
|
||||
{contact.favorite ? (
|
||||
|
||||
Reference in New Issue
Block a user