This repository has been archived by the owner on May 7, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Ability to find and tag users in [Message] (#501)
* fix : tag text proper position * fix : user text match startswith -> includes * fix : duplicated user type -> def type User * fix : duplicated type -> use User type * fix : ui func simplify * refactor : input function name clearly onChangeSelection -> onChangeCursor * refactor: proper nameing cursorFrontText -> cursorPrefix * reafactor : renaming newMessage -> newMessageWithTag * refactor : string type to TextInputKeyPressEventData * fix: message set variable and splice * fix : defaultProps onChangeCursor add arg type * fix : defaultProps add message type * feat : add taged user images * refactor : typo seleteTagUser -> selectTagUser * fix : tagUserListItem style func to number, tag users pop up close the message
- Loading branch information
Showing
12 changed files
with
277 additions
and
351 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
10 changes: 9 additions & 1 deletion
10
client/src/__generated__/MessageComponent_message.graphql.ts
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.