Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: copy paste contextual menu #5540

Draft
wants to merge 24 commits into
base: dev
Choose a base branch
from
Draft

Conversation

lorux0
Copy link
Collaborator

@lorux0 lorux0 commented Jul 31, 2023

What does this PR change?

Shows a contextual menu to copy or paste the text in the chat input when right clicking over the input field.

How to test the changes?

  1. Launch the explorer
  2. Open the chat
  3. Right click over the input field
  4. Check that copy & paste buttons are showed correctly, depending if you have something in the clipboard's buffer
  5. Click any copy or paste and check that works correctly

Our Code Review Standards

https://github.com/decentraland/unity-renderer/blob/master/docs/code-review-standards.md

Copilot summary

🤖 Generated by Copilot at 0297653

This pull request adds new features and refactors some existing code related to the chat HUD. It allows users to copy and paste chat messages and coordinates using contextual menus and the system clipboard. It also improves the chat input field by showing suggestions for user mentions. It changes the namespace of some chat classes to DCL.Social.Chat and introduces new classes and interfaces for the chat input contextual menu. It updates the assembly definition files to include the new references needed for the new features.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant