Merge pull request #1662 from vector-im/feature/bma/secureBackupUi
Secure backup UI
This commit is contained in:
commit
6cc60e7d35
250 changed files with 5018 additions and 410 deletions
|
|
@ -14,7 +14,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"name": ":features:logout:api",
|
||||
"name": ":features:logout:impl",
|
||||
"includeRegex": [
|
||||
"screen_signout_.*"
|
||||
]
|
||||
|
|
@ -96,7 +96,8 @@
|
|||
"name": ":features:roomlist:impl",
|
||||
"includeRegex": [
|
||||
"screen_roomlist_.*",
|
||||
"session_verification_banner_.*"
|
||||
"session_verification_banner_.*",
|
||||
"confirm_recovery_key_banner_.*"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -142,6 +143,14 @@
|
|||
"screen_create_poll_.*"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": ":features:securebackup:impl",
|
||||
"includeRegex": [
|
||||
"screen_chat_backup_.*",
|
||||
"screen_key_backup_disable_.*",
|
||||
"screen_recovery_key_.*"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": ":features:preferences:impl",
|
||||
"includeRegex": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue