element-web-Github/test/unit-tests/components/structures
David Baker 19ef3267c0
Refactor CreateCrossSigningDialog (#28218)
* Refactor CreateCrossSigningDialog

 * Converts CreateCrossSigningDialog to a functional component
 * Pulls logic out to its own class
 * Updates usage of deprecated cross signing bootstrap method on client to be on the crypto object and updates test to match

Moved from https://github.com/element-hq/matrix-react-sdk/pull/131

* Add mock here too

* Use the right mock

* Remove duplicate mock

* Stray jest mock line

* Un-move mocks

* tsdoc

* Typo

Co-authored-by: Andy Balaam <andy.balaam@matrix.org>

---------

Co-authored-by: Andy Balaam <andy.balaam@matrix.org>
2024-10-22 11:42:07 +00:00
..
__snapshots__ Update to React 18 (#24763) 2024-10-21 13:50:06 +00:00
auth Use new CryptoEvent import (#128) 2024-10-16 12:56:10 +01:00
AutocompleteInput-test.tsx
ContextMenu-test.ts
FilePanel-test.tsx
LargeLoader-test.tsx
LeftPanel-test.tsx
LegacyCallEventGrouper-test.ts
LoggedInView-test.tsx
MainSplit-test.tsx
MatrixChat-test.tsx Refactor CreateCrossSigningDialog (#28218) 2024-10-22 11:42:07 +00:00
MatrixClientContextProvider-test.tsx Use new CryptoEvent import (#128) 2024-10-16 12:56:10 +01:00
MessagePanel-test.tsx
PictureInPictureDragger-test.tsx
PipContainer-test.tsx
ReleaseAnnouncement-test.tsx
RightPanel-test.tsx
RoomSearchView-test.tsx
RoomStatusBar-test.tsx
RoomStatusBarUnsentMessages-test.tsx
RoomView-test.tsx Replace MatrixClient.isCryptoEnabled by MatrixClient.getCrypto (#140) 2024-10-16 09:42:18 +01:00
SpaceHierarchy-test.tsx
TabbedView-test.tsx
ThreadPanel-test.tsx
ThreadView-test.tsx
TimelinePanel-test.tsx
UploadBar-test.tsx
UserMenu-test.tsx
ViewSource-test.tsx