element-web/test/components/views
alunturner 3fa6f8cbf0
Handle command completions in RTE (#10521)
* pass handleCommand prop down and use it in WysiwygAutocomplete

* allow a command to generate a query from buildQuery

* port command functionality into the sendMessage util

* tidy up comments

* remove use of shouldSend and update comments

* remove console log

* make logic more explicit and amend comment

* uncomment replyToEvent block

* update util test

* remove commented out test

* use local text over import from current composer

* expand tests

* expand tests

* handle the FocusAComposer action for the wysiwyg composer

* remove TODO comment

* remove TODO

* test for action dispatch

* fix failing tests

* tidy up tests

* fix TS error and improve typing

* fix TS error

* amend return types for sendMessage, editMessage

* fix null content TS error

* fix another null content TS error

* use as to correct final TS error

* remove undefined argument

* try to fix TS errors for editMessage function usage

* tidy up

* add TODO

* improve comments

* update comment
2023-04-10 12:47:42 +00:00
..
audio_messages
auth
avatars
beacon Conform more of the codebase to `strictNullChecks` (#10518 2023-04-06 11:10:14 +01:00
beta
context_menus
dialogs Fix send two join requests when joining a room from spotlight search (#10534) 2023-04-06 14:02:18 +00:00
elements
emojipicker
location
messages
polls/pollHistory
right_panel
rooms Handle command completions in RTE (#10521) 2023-04-10 12:47:42 +00:00
settings Conform more of the codebase to `strictNullChecks` (#10518 2023-04-06 11:10:14 +01:00
spaces
typography
user-onboarding Remove feedback buttons from onboarding, search, and spaces (#10506) 2023-04-05 12:17:25 +01:00
voip
Validation-test.ts