Michael Telatynski
|
456c66db5b
|
Conform more of the codebase to strictNullChecks (#10800)
|
2023-05-10 08:41:55 +01:00 |
|
Michael Telatynski
|
a4f0b80692
|
Improve quality of Typescript types (#10742)
|
2023-05-05 09:11:14 +01:00 |
|
Michael Telatynski
|
503df62191
|
Conform more of the codebase to strictNullChecks (#10358
* Conform more of the codebase to `strictNullChecks`
* Fix types
* Iterate
* Iterate
|
2023-03-13 15:07:20 +00:00 |
|
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
|
61a63e47f4
|
Comply with noImplicitAny (#9940)
* Stash noImplicitAny work
* Stash
* Fix imports
* Iterate
* Fix tests
* Delint
* Fix tests
|
2023-02-13 11:39:16 +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 |
|
Michael Telatynski
|
d258402186
|
Typescript updates (#9658)
* Typescript updates
* Update @types/node
* Fix more types
|
2022-11-30 11:32:56 +00:00 |
|
Travis Ralston
|
997d6d40bf
|
Step 1: Remove all usage of @replaceableComponent
|
2022-03-28 14:02:31 -06:00 |
|
Aaron Raimist
|
7b94e13a84
|
Merge branch 'develop' into sort-imports
Signed-off-by: Aaron Raimist <aaron@raim.ist>
|
2021-12-09 08:34:20 +00:00 |
|
Germain
|
256c468c15
|
Chat Effects & Commands in thread context (#7138)
|
2021-11-18 12:47:11 +00:00 |
|
Aaron Raimist
|
bdc56be863
|
Auto fix
Signed-off-by: Aaron Raimist <aaron@raim.ist>
|
2021-10-22 17:23:37 -05:00 |
|
Michael Telatynski
|
de88a39604
|
delint and improve ts
|
2021-07-15 10:09:24 +01: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 |
|
Michael Telatynski
|
a645cebb49
|
Fix setTimeout/setInterval typing
|
2021-07-12 09:02:46 +01:00 |
|
J. Ryan Stinnett
|
ae0a8b8da4
|
Auto-fix lint errors
|
2021-06-29 13:11:58 +01:00 |
|
Michael Telatynski
|
28eaac0ef8
|
remove dead code and fix some types
|
2021-05-20 22:25:19 +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
|
60d3da2441
|
Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/a11y/composer-list-autocomplete
Conflicts:
src/components/structures/LoggedInView.tsx
src/components/views/rooms/BasicMessageComposer.tsx
src/editor/autocomplete.ts
|
2021-05-11 10:59:22 +01:00 |
|
Travis Ralston
|
c5935dbc61
|
Batch of views getting replaceableComponent decorators
|
2021-03-08 20:23:46 -07: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
|
c05eceef7f
|
Rework composer autocomplete to be smarter and not trap tab
|
2021-02-17 15:39:07 +00:00 |
|
Michael Telatynski
|
1fc55b33c1
|
Stash lodash import optimization
|
2020-08-28 18:53:43 +01:00 |
|
resynth1943
|
2c20afc047
|
Fix lodash imports
Signed-off-by: resynth1943 <resynth1943@tutanota.com>
|
2020-08-26 23:23:18 +01:00 |
|
Michael Telatynski
|
8812f98b35
|
Convert editor to TypeScript
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-07-15 09:45:45 +01:00 |
|
Michael Telatynski
|
b120488857
|
add null-guard for Autocomplete containerRef
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-06-03 10:39:28 +01: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
|
8087b521e6
|
Autocomplete: use scrollIntoView for auto-scroll instead of broken manual scrollTop calculation
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-05-29 21:42:33 +01:00 |
|
Sergey Shpikin
|
ae3dcff230
|
Assert type of domNode as HTMLElement to fix build
Signed-off-by: Sergey Shpikin <rkfg@rkfg.me>
|
2020-04-22 22:03:33 +03:00 |
|
Michael Telatynski
|
65b3adfbe3
|
discard propTypes some more
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-04-21 18:08:01 +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
|
8398e83d33
|
add more type annotations
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-04-20 20:35:57 +01:00 |
|
Michael Telatynski
|
5c57b9ab9b
|
delint
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-04-20 19:04:55 +01:00 |
|
Michael Telatynski
|
6328a60301
|
improve member name
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-04-20 19:02:27 +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 |
|