You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(chat): reveal user message edit/copy actions on tap (mobile)
The Edit and Copy buttons on user messages were only shown via CSS
:hover (group-hover:flex / hover:flex), so they were unreachable on
touch devices. Wire the existing per-message isTapped toggle to reveal
them on tap, scoped to (hover: none) devices so desktop hover behavior
is unchanged.
0 commit comments