Michael Telatynski
|
da7aa4055e
|
Conform more of the code base to strict null checking (#10147)
* Conform more of the code base to strict null checking
* More strict fixes
* More strict work
* Fix missing optional type
* Iterate
|
2023-02-13 17:01:43 +00:00 |
|
Michael Telatynski
|
030b7e90bf
|
Enable @typescript-eslint/explicit-function-return-type in /src (#9788)
* Enable `@typescript-eslint/explicit-member-accessibility` on /src
* Prettier
* Enable `@typescript-eslint/explicit-function-return-type` in /src
* Fix types
* tsc strict fixes
* Delint
* Fix test
* Fix bad merge
|
2023-01-12 13:25:14 +00:00 |
|
Michael Telatynski
|
f1e8e7f140
|
Enable @typescript-eslint/explicit-member-accessibility on /src (#9785)
* Enable `@typescript-eslint/explicit-member-accessibility` on /src
* Prettier
|
2022-12-16 12:29:59 +00:00 |
|
Michael Weimann
|
526645c791
|
Apply prettier formatting
|
2022-12-12 12:24:14 +01:00 |
|
Aaron Raimist
|
094b29bb21
|
Suggest @room when @channel , @everyone , or @here is typed in composer (#7737)
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
|
2022-02-09 09:03:28 +00:00 |
|
Germain
|
256c468c15
|
Chat Effects & Commands in thread context (#7138)
|
2021-11-18 12:47:11 +00:00 |
|
Michael Telatynski
|
ebfe38dc4a
|
Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/a11y/composer-list-autocomplete
Conflicts:
src/components/views/rooms/BasicMessageComposer.tsx
src/editor/autocomplete.ts
|
2021-07-15 09:59:40 +01:00 |
|
Šimon Brandner
|
9d569c378e
|
Second batch of burning
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-07-02 17:08:27 +02:00 |
|
J. Ryan Stinnett
|
ae0a8b8da4
|
Auto-fix lint errors
|
2021-06-29 13:11:58 +01:00 |
|
Michael Telatynski
|
058cbbbd0c
|
Fix imports
|
2021-06-18 16:13:55 +01:00 |
|
Michael Telatynski
|
e9c258a930
|
Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/a11y/composer-list-autocomplete
Conflicts:
src/autocomplete/AutocompleteProvider.tsx
src/components/views/rooms/Autocomplete.tsx
|
2021-05-18 12:49:11 +01:00 |
|
Germain
|
bd2917aa69
|
Add a limit option for autocomplete results (#6016)
|
2021-05-12 12:18:56 +01:00 |
|
Michael Telatynski
|
9463fda1c1
|
Improve VoiceOver & WebKit accessibility support
Based on https://bugs.webkit.org/show_bug.cgi?id=167671#c15
(workaround)
|
2021-02-18 11:08:43 +00:00 |
|
Michael Telatynski
|
bc83984a62
|
tidy up the ref to ref with a forwardRef and initialComponent signature
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-05-30 13:30:59 +01:00 |
|
Michael Telatynski
|
bf891c85e8
|
Enable esModuleInterop and iterate PR
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-04-21 10:01:05 +01:00 |
|
Michael Telatynski
|
fced4ea51e
|
Convert autocomplete stuff to TypeScript
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-04-20 19:00:54 +01:00 |
|