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 |
|
Clark Fischer
|
4c1e4f5127
|
Fix "[object Promise]" appearing in HTML exports (#9975)
Fixes https://github.com/vector-im/element-web/issues/24272
|
2023-01-30 14:31:32 +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
|
964c60d086
|
Apply corrections identified by SonarQube (#8457)
|
2022-05-03 22:04:37 +01:00 |
|
Travis Ralston
|
997d6d40bf
|
Step 1: Remove all usage of @replaceableComponent
|
2022-03-28 14:02:31 -06:00 |
|
Germain
|
4e4ce65f58
|
Use redaction enum event type rather than hardcoded string (#8071)
|
2022-03-17 18:38:29 +01:00 |
|
Eric Eastwood
|
7fa27f5834
|
Add jump to date functionality to date headers in timeline v2 (#7339)
Fix https://github.com/vector-im/element-web/issues/7677
Utilizes MSC3030: https://github.com/matrix-org/matrix-doc/pull/3030
https://user-images.githubusercontent.com/558581/150060664-79627573-f4fd-497c-b726-dc3485854bd0.png
|
2022-01-27 16:32:12 -06:00 |
|
Michael Telatynski
|
a46de3b9b3
|
Improving typing around Message Edit History Dialog (#7342)
* Improving typing around Message Edit History Dialog
* Update Typescript to 4.5
* Depend on TS4.5
* Update types for TS4.5
|
2021-12-13 12:42:36 +00:00 |
|
Aaron Raimist
|
bdc56be863
|
Auto fix
Signed-off-by: Aaron Raimist <aaron@raim.ist>
|
2021-10-22 17:23:37 -05:00 |
|
Dariusz Niemczyk
|
5e73a212f4
|
Replace console.error with logger.error
Related https://github.com/vector-im/element-web/issues/18425
|
2021-10-18 14:08:23 +02:00 |
|
Šimon Brandner
|
27b9175ca3
|
Use defer
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-09-13 18:09:45 +02:00 |
|
Šimon Brandner
|
adb325b3bd
|
Use enums
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-09-13 18:05:59 +02:00 |
|
Šimon Brandner
|
6e11f2478c
|
Use IDialogProps
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-09-10 19:01:05 +02:00 |
|
Šimon Brandner
|
b2331d1e21
|
Convert MessageEditHistoryDialog to TS
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-09-05 16:03:08 +02:00 |
|