Michael Telatynski
145a5a8a8d
Conform more code to strict null checking ( #10153 )
...
* Conform more code to strict null checking
* Conform more code to strict null checking
* Iterate
* Iterate
2023-02-15 13:36:22 +00:00
alunturner
a4ff959aa1
Convert useUserDirectory tests to RTL ( #10160 )
2023-02-14 16:01:10 +00:00
alunturner
731ef1b1ea
Convert useSlidingSyncRoomSearch tests to RTL ( #10161 )
2023-02-14 15:04:13 +00:00
alunturner
4012f0c591
Convert usePublicRoomDirectory to RTL ( #10162 )
...
* convert enzyme to rtl
* sort out TS issues
2023-02-14 15:02:52 +00:00
Michael Weimann
6ab44fd2cb
Fix email lookup in invite dialog ( #10150 )
2023-02-14 13:21:29 +01:00
alunturner
18c9b2bed2
Hide indent button in rte ( #10149 )
...
* add conditional rendering for indent and unindent buttons
* bump rte to 1.1.1
2023-02-14 11:07:36 +00:00
RiotRobot
49e0228fa0
Reset matrix-js-sdk back to develop branch
2023-02-14 10:32:02 +00:00
RiotRobot
ae6658a362
Resetting package fields for development
2023-02-14 10:31:49 +00:00
RiotRobot
a55a53362a
Merge branch 'master' into develop
2023-02-14 10:31:42 +00:00
RiotRobot
45cce24219
v3.66.0
2023-02-14 10:31:23 +00:00
RiotRobot
51a012bc0e
Prepare changelog for v3.66.0
2023-02-14 10:31:21 +00:00
RiotRobot
6fd5c1e655
Upgrade matrix-js-sdk to 23.3.0
2023-02-14 10:27:44 +00:00
Suguru Hirahara
d3923c0b8a
Capitalization of security key and phrase ( #10158 )
2023-02-14 10:05:58 +00:00
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
Suguru Hirahara
aded28ed25
Remove duplicate white space characters from translation keys ( #10152 )
...
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com >
2023-02-14 08:59:39 +01:00
Michael Weimann
742fc25a11
Migrate LiveDurationDropdown-test.tsx to react-testing-library ( #10151 )
2023-02-14 08:53:36 +01:00
Kerry
b4565f5024
add Ended poll text to ended poll reply formatted body ( #10146 )
2023-02-13 22:34:47 +00:00
Johannes Marbach
3eee91d4ed
Merge pull request #10083 from matrix-org/johannes/find-myself
...
Add option to find own location in map views
2023-02-13 21:14:38 +01:00
Johannes Marbach
de864f15bc
Fix strict mode issues
2023-02-13 20:25:43 +01:00
Johannes Marbach
d0e9331f07
Merge branch 'develop' into johannes/find-myself
2023-02-13 20:16:04 +01: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
Suguru Hirahara
fa036a5080
Improve localization experience on Weblate ( #10140 )
...
* Create a variable for 'Manage integrations', using the existing key
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com >
* Create a variable for 'Scan QR code' to activate automatic suggestions on Weblate
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com >
* Create a variable for 'My Ban List'
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com >
---------
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com >
2023-02-13 16:19:02 +01: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
Suguru Hirahara
ac7f69216e
Remove duplicate translated string ( #10139 )
2023-02-13 11:31:22 +00:00
Suguru Hirahara
986b7cbb61
Remove ineffective white space characters from VerifyEmailModal.tsx ( #10141 )
...
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com >
2023-02-13 11:11:22 +01:00
Suguru Hirahara
1f9db5d41d
Use '_t' for caption to have strings localized ( #10143 )
...
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com >
2023-02-13 09:49:30 +00:00
Michael Weimann
a6eee32c66
Examine all m.direct rooms to find a DM as fallback ( #10127 )
2023-02-13 08:46:53 +01:00
Kerry
1c6b06bb58
Poll history - extract poll option display components ( #10107 )
...
* wip
* remove dupe
* use poll model relations in all cases
* update mpollbody tests to use poll instance
* update poll fetching login in pinned messages card
* add pinned polls to room polls state
* add spinner while relations are still loading
* handle no poll in end poll dialog
* strict errors
* render a poll body that errors for poll end events
* add fetching logic to pollend tile
* extract poll testing utilities
* test mpollend
* strict fix
* more strict fix
* strict fix for forwardref
* add filter component
* update poll test utils
* add unstyled filter tab group
* filtertabgroup snapshot
* lint
* update test util setupRoomWithPollEvents to allow testing multiple polls in one room
* style filter tabs
* test error message for past polls
* sort polls list by latest
* extract poll option display components
* strict fixes
2023-02-13 02:55:39 +00:00
Kerry
18ab325eaf
Poll history - filter by active or ended ( #10098 )
...
* wip
* remove dupe
* use poll model relations in all cases
* update mpollbody tests to use poll instance
* update poll fetching login in pinned messages card
* add pinned polls to room polls state
* add spinner while relations are still loading
* handle no poll in end poll dialog
* strict errors
* render a poll body that errors for poll end events
* add fetching logic to pollend tile
* extract poll testing utilities
* test mpollend
* strict fix
* more strict fix
* strict fix for forwardref
* add filter component
* update poll test utils
* add unstyled filter tab group
* filtertabgroup snapshot
* lint
* update test util setupRoomWithPollEvents to allow testing multiple polls in one room
* style filter tabs
* test error message for past polls
* sort polls list by latest
* move FilterTabGroup into generic components
* comments
* Update src/components/views/dialogs/polls/types.ts
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com >
* Apply suggestions from code review
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com >
---------
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com >
2023-02-13 09:19:45 +13:00
Germain
f0f50485d7
TypeScript strict fixes ( #10138 )
2023-02-10 18:11:57 +00:00
Suguru Hirahara
e57f6f0257
Remove white space characters before the horizontal ellipsis ( #10130 )
2023-02-10 17:42:39 +00:00
Michael Weimann
f14414eacd
Migrate OwnBeaconStatus-test.tsx to react-testing-library ( #10133 )
2023-02-10 15:16:08 +01:00
Michael Weimann
bb4b07fdc9
Migrate InteractiveAuthDialog-test.tsx to react-testing-library ( #10134 )
2023-02-10 14:00:02 +01:00
akshattchhabra
e810a20551
#23232 Issue: Update _RoomStatusBar.pcss ( #10128 )
...
Co-authored-by: Janne Mareike Koschinski <janne@kuschku.de >
2023-02-10 12:21:31 +01:00
renovate[bot]
f83492235e
chore(deps): update babel monorepo ( #10102 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-10 11:47:38 +01:00
Johannes Marbach
985d9983a3
Revert accidental changes in PictureInPictureDragger-test.tsx.snap
2023-02-10 10:14:34 +01:00
Suguru Hirahara
fc7d0eeaef
Remove a redundant white space ( #10129 )
2023-02-10 09:38:22 +01:00
Johannes Marbach
886ecbcc58
Update snapshots
2023-02-10 08:48:37 +01:00
Michael Weimann
671fdc8665
Migrate RoomView to support MSC3946 ( #10088 )
2023-02-10 08:40:38 +01:00
Johannes Marbach
6ee6accfc6
Merge branch 'develop' into johannes/find-myself
2023-02-10 08:26:16 +01:00
Johannes Marbach
039824c0ee
Move error handling to separate effect
2023-02-10 08:25:59 +01:00
renovate[bot]
072003d9fd
chore(deps): update dependency @types/fs-extra to v11 ( #10117 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-09 17:24:17 +01:00
renovate[bot]
f5fb5c9446
chore(deps): update typescript-eslint monorepo to v5.50.0 ( #10116 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-09 17:23:55 +01:00
Germain
8fe5714673
Fix predecessor tests broken ( #10123 )
2023-02-09 12:46:17 +00:00
Andy Balaam
c4a6cc8e65
Fix test failures: provide isIntialSyncComplete on mock client ( #10122 )
2023-02-09 11:36:02 +00:00
Michael Weimann
2501dad0a3
Migrate LabelledCheckbox-test to react-testing-library ( #10115 )
2023-02-09 12:23:34 +01:00
Michael Weimann
9868d8f39d
Migrate SpaceContextMenu-test.tsx to react-testing-library ( #10120 )
2023-02-09 12:23:22 +01:00
Andy Balaam
a068b1e940
Improve types of sticky rooms ( #10078 )
2023-02-09 10:45:11 +00:00
Suguru Hirahara
47d9b63cfe
Fix some inconsistencies in error messages ( #10114 )
...
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com >
2023-02-09 10:04:54 +00:00
Adarsh Singh
f24db71753
fix: correctly identify emoticons ( #10108 )
...
Signed-off-by: Adarsh Singh <thakurluckysinghbrh@gmail.com >
2023-02-08 17:29:12 +01:00