mirror of
https://github.com/stoatchat/for-web.git
synced 2026-07-11 04:01:46 -04:00
[PR #740] feat: add context menu option for copying usernames #760
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/stoatchat/for-web/pull/740
Author: @kasivulpis
Created: 2/13/2026
Status: 🔄 Open
Base:
main← Head:add-username-copy-button📝 Commits (1)
2ce944dfeat: add context menu option for copying usernames📊 Changes
1 file changed (+13 additions, -0 deletions)
View changed files
📝
packages/client/components/app/menus/UserContextMenu.tsx(+13 -0)📄 Description
When trying to copy a username from the floating/modal user info elements, the entire banner is a giant button and you just open the modal/background banner respectively.
This means you need to write a user's username manually if you want to add them and aren't in the same server as them, or if you're trying to send your username to a friend on stoat who isn't in the same server as you.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.