-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: paste functionality + fix chat entry asset structure (#3084)
* Added new button to chat bubble + some layout fixes + show on hover * Added paste logic and hasValue check for clipboard * Added logic to show paste popup anywhere from anywhere + paste logic * Fixed some logic + prefabs * Fixed functionality + paste prefab tweaks * missing changes * Post dev merge fix * Changes to Chat Entries to be properly reused prefabs * Fixed chat scale * Fixed paste popup canvas ref * Fixed some rect issues with own chats * Fix after merge * Extracted design consts into SO for easier access * Update ChatEntryConfigurationSO.cs * fixed chat scale * Re-added missing paste popup position marker * Added character limit check when pasting text * Added context menu with copy option * fixed closing task * Update ChatController.cs * Fixed non masked frame on chats * Fixes from CR * Added clipboard manager service class to handle clipboard operations and callbacks * Update ChatController.cs * tweaks to clipboard manager
- Loading branch information
Showing
62 changed files
with
4,720 additions
and
3,828 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.