fix: review fixes — cache Wikidata calls, add timeout, improve escaping, hide empty popovers

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
thibaud-leclere
2026-03-30 22:38:05 +02:00
parent 91f45448f0
commit 8d413b5c57
3 changed files with 17 additions and 10 deletions

View File

@@ -21,6 +21,8 @@ export default function ActorPopover({ hintType, hintText }) {
const dismiss = useDismiss(context);
const { getReferenceProps, getFloatingProps } = useInteractions([click, dismiss]);
if (!hintText) return null;
const iconClass = HINT_ICONS[hintType] || 'fa-solid fa-circle-question';
return (