element-web/test/components/views/rooms/wysiwyg_composer
alunturner 0889dc55da
Room and user mentions for plain text editor (#10665)
* update useSuggestion

* update useSuggestion-tests

* add processMention tests

* add test

* add getMentionOrCommand tests

* change mock href for codeQL reasons

* fix TS issue in test

* add a big old cypress test

* fix lint error

* update comments

* reorganise functions in order of importance

* rename functions and variables

* add endOffset to return object

* fix failing tests

* update function names and comments

* update comment, remove delay

* update comments and early return

* nest mappedSuggestion inside Suggestion state and update test

* rename suggestion => suggestionData

* update comment

* add argument to findSuggestionInText

* make findSuggestionInText return mappedSuggestion

* fix TS error

* update comments and index check from === -1 to < 0

* tidy logic in increment functions

* rename variable

* Big refactor to address multiple comments, improve behaviour and add tests

* improve comments

* tidy up comment

* extend comment

* combine similar returns

* update comment

* remove single use variable

* fix comments
2023-05-11 14:28:42 +00:00
..
components Commands for plain text editor (#10567) 2023-04-27 07:37:47 +00:00
hooks Room and user mentions for plain text editor (#10665) 2023-05-11 14:28:42 +00:00
utils Conform more of the codebase to strictNullChecks (#10602) 2023-04-17 08:31:58 +01:00
EditWysiwygComposer-test.tsx Add ESLint Jest (#10261) 2023-03-01 16:23:35 +01:00
SendWysiwygComposer-test.tsx Add mentions as links to rte (#10463) 2023-03-31 14:14:55 +01:00
utils.ts Add mentions as links to rte (#10463) 2023-03-31 14:14:55 +01:00