Suguru Hirahara
|
ea4000cf1e
|
Fix 'Failed check: Ellipsis' on Weblate (#10144)
* Fix 'Failed check: Ellipsis' on Weblate
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* Fix tests
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* Remove white space characters before the horizontal ellipsis from RoomPreviewBar
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* yarn run i18n
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* Additional change
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
---------
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
|
2023-02-14 09:05:01 +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 Weimann
|
526645c791
|
Apply prettier formatting
|
2022-12-12 12:24:14 +01:00 |
Michael Telatynski
|
eafc2d23a7
|
Ensure spaces in the spotlight dialog have rounded square avatars (#9480)
|
2022-10-24 08:58:36 +00:00 |
Michael Telatynski
|
8b54be6f48
|
Move from `browser-request` to `fetch` (#9345)
|
2022-10-12 18:59:07 +01:00 |
Travis Ralston
|
97efdf7094
|
Merge branch 'develop' into travis/remove-skinning
|
2022-03-31 19:25:43 -06:00 |
Michael Telatynski
|
e161f0b17b
|
Update more strings to not wrongly mention room when it is/could be a space (#7722)
|
2022-03-29 15:02:12 +01:00 |
Travis Ralston
|
a987ead7d2
|
Step 8.1: Remove skinning setup from all tests
|
2022-03-28 14:02:31 -06:00 |
Michael Telatynski
|
f25e6813bb
|
Mandate use of js-sdk/src/matrix import over js-sdk/src (#7933)
|
2022-03-01 20:42:05 +00:00 |
Kerry
|
292971dd0e
|
Upgrade to jest 27 (#7699)
* use jest@27.4.0, replace jest-environment-jsdom-sixteen with jest-environment-jsdom
Signed-off-by: Kerry Archibald <kerrya@element.io>
* polyfill setImmediate
Signed-off-by: Kerry Archibald <kerrya@element.io>
* remove done from async test cases
* useRealTimers in test relying on promise flushing
Signed-off-by: Kerry Archibald <kerrya@element.io>
* remove jest environment file
Signed-off-by: Kerry Archibald <kerrya@element.io>
* replace ts-jest mocked with jest utils mocked
Signed-off-by: Kerry Archibald <kerrya@element.io>
|
2022-02-02 13:02:17 +01:00 |
Travis Ralston
|
8a0398b632
|
Fix remaining import ordering requirements
|
2021-12-09 16:09:20 -07:00 |
Kerry
|
d7a6e3ec65
|
Correct tab order in room preview dialog (#7302)
* tab order
* lint fixes
Signed-off-by: Kerry Archibald <kerrya@element.io>
* test RoomPreviewBar
Signed-off-by: Kerry Archibald <kerrya@element.io>
* add copyright header
Signed-off-by: Kerry Archibald <kerrya@element.io>
* Update src/components/views/rooms/RoomPreviewBar.tsx
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
* fix tabs/spaces lint for reformatted actions
Signed-off-by: Kerry Archibald <kerrya@element.io>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
|
2021-12-09 11:48:58 +01:00 |