feat: handle non-letter characters in actor names with separator rows

Display spaces, hyphens and other non-letter characters as static cells
instead of input fields, and add separator rows in the grid for
non-alphabetic characters in the main actor's name.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
thibaud-leclere
2026-03-30 21:59:11 +02:00
parent ba9a3fba5d
commit 335a55562f
5 changed files with 99 additions and 19 deletions

View File

@@ -8,7 +8,7 @@ export default function ActorPopover({ actorName }) {
open: isOpen,
onOpenChange: setIsOpen,
middleware: [offset(8), flip(), shift()],
placement: 'top',
placement: 'left',
});
const click = useClick(context);