[PR #740] feat: add context menu option for copying usernames #760

Open
opened 2026-02-16 12:36:27 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/stoatchat/for-web/pull/740
Author: @kasivulpis
Created: 2/13/2026
Status: 🔄 Open

Base: mainHead: add-username-copy-button


📝 Commits (1)

  • 2ce944d feat: 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.

image image

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/stoatchat/for-web/pull/740 **Author:** [@kasivulpis](https://github.com/kasivulpis) **Created:** 2/13/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `add-username-copy-button` --- ### 📝 Commits (1) - [`2ce944d`](https://github.com/stoatchat/for-web/commit/2ce944d7523ada015e72046d73c7c5cf352a1745) feat: add context menu option for copying usernames ### 📊 Changes **1 file changed** (+13 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `packages/client/components/app/menus/UserContextMenu.tsx` (+13 -0) </details> ### 📄 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. <img width="487" height="408" alt="image" src="https://github.com/user-attachments/assets/342d9bd8-ef38-44ed-8229-3cb26c6ddc96" /> <img width="495" height="412" alt="image" src="https://github.com/user-attachments/assets/09aa8db7-7711-4c38-b8c4-bb2414fce9c7" /> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 12:36:27 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: stoatchat/for-web#760