mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-23 08:38:57 +08:00
5cdcf44b6f
* Add `asyncFilter` * Replace `MatrixClient.isRoomEncrypted` by `MatrixClient.CryptoApi.isEncryptionEnabledInRoom` in `MemberListStore.tsx` * Replace `MatrixClient.isRoomEncrypted` by `MatrixClient.CryptoApi.isEncryptionEnabledInRoom` in `EventIndex.tsx` * Replace `MatrixClient.isRoomEncrypted` by `MatrixClient.CryptoApi.isEncryptionEnabledInRoom` in `SendMessageComposer.tsx` * Replace `MatrixClient.isRoomEncrypted` by `MatrixClient.CryptoApi.isEncryptionEnabledInRoom` in `ScalarMessaging.ts` * Replace `MatrixClient.isRoomEncrypted` by `MatrixClient.CryptoApi.isEncryptionEnabledInRoom` in `RolesRoomSettingsTab.tsx` * Add reject doc to `asyncFilter` * Reverse `MemberListStore.loadMembers` condition * Remove async for `ScalarMessaging.ts` * Display permission section only after `isEncrypted` is computed * Display composer only after `isEncrypted` is computed * Revert "Display composer only after `isEncrypted` is computed" This reverts commit |
||
---|---|---|
.. | ||
__snapshots__ | ||
accessibility | ||
actions/handlers | ||
async-components | ||
audio | ||
autocomplete | ||
components | ||
contexts | ||
customisations | ||
dispatcher | ||
editor | ||
events | ||
hooks | ||
i18n | ||
images | ||
integrations | ||
models | ||
modules | ||
notifications | ||
settings | ||
stores | ||
toasts | ||
utils | ||
vector | ||
voice-broadcast | ||
widgets | ||
Avatar-test.ts | ||
ContentMessages-test.ts | ||
createRoom-test.ts | ||
DecryptionFailureTracker-test.ts | ||
DeviceListener-test.ts | ||
email-test.ts | ||
favicon-test.ts | ||
HtmlUtils-test.tsx | ||
Image-test.ts | ||
KeyBindingsManager-test.ts | ||
languageHandler-test.tsx | ||
LegacyCallHandler-test.ts | ||
Lifecycle-test.ts | ||
linkify-matrix-test.ts | ||
Markdown-test.ts | ||
MatrixClientPeg-test.ts | ||
MediaDeviceHandler-test.ts | ||
Modal-test.ts | ||
Notifier-test.ts | ||
PosthogAnalytics-test.ts | ||
PreferredRoomVersions-test.ts | ||
README.md | ||
Reply-test.ts | ||
RoomNotifs-test.ts | ||
Rooms-test.ts | ||
ScalarAuthClient-test.ts | ||
SdkConfig-test.ts | ||
SecurityManager-test.ts | ||
SlashCommands-test.tsx | ||
SlidingSyncManager-test.ts | ||
submit-rageshake-test.ts | ||
SupportedBrowser-test.ts | ||
Terms-test.tsx | ||
TestSdkContext.ts | ||
TextForEvent-test.ts | ||
theme-test.ts | ||
TimezoneHandler-test.ts | ||
Unread-test.ts | ||
UserActivity-test.ts | ||
useTopic-test.tsx | ||
WorkerManager-test.ts |
Any UTs for vector-web layer components or functionality should go here. This used to contain the UTs for notifications before they got moved to react-sdk.