From 2b8c40c4ca29b3aeb45fb0b5aea35cf46ccd9a6e Mon Sep 17 00:00:00 2001 From: Diego Mello Date: Fri, 1 Mar 2024 17:49:37 -0300 Subject: [PATCH] Components working --- .../SupportedVersionsWarning.tsx | 2 +- app/i18n/locales/en.json | 4 +- .../RoomView/components/EncryptedRoom.tsx | 102 ++++++++++++++++-- .../components/MissingRoomE2EEKey.tsx | 82 ++++++++++++-- app/views/RoomView/constants.ts | 4 +- app/views/RoomView/index.tsx | 9 +- 6 files changed, 181 insertions(+), 22 deletions(-) diff --git a/app/containers/SupportedVersions/SupportedVersionsWarning.tsx b/app/containers/SupportedVersions/SupportedVersionsWarning.tsx index d396596b10..da98304298 100644 --- a/app/containers/SupportedVersions/SupportedVersionsWarning.tsx +++ b/app/containers/SupportedVersions/SupportedVersionsWarning.tsx @@ -52,7 +52,7 @@ export const SupportedVersionsWarning = ({ navigation, route }: { navigation?: a ) : null}