mirror of
https://github.com/MarekWo/mc-webui.git
synced 2026-03-28 17:42:45 +01:00
When user types @ in the message input, a dropdown appears with contacts list. The list filters as user types (matches any part of name, not just prefix). User can navigate with arrow keys, select with Enter/Tab/click, or dismiss with Escape. - Add mentions popup HTML to index.html - Add mentions CSS styling (responsive, scrollable) - Add JavaScript logic: detection, filtering, keyboard nav, insertion - Contacts cached for 60s, loaded on input focus - Closes emoji picker when mentions opens (avoid overlap) - Inserts selected contact as @[username] format Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>