Implement Use Case Selection screen (#8984)

* Introduce new splash page wrapper
* Introduce new use case selection screen
This commit is contained in:
Janne Mareike Koschinski
2022-07-13 15:43:44 +02:00
committed by GitHub
parent bda272dce4
commit f5f79158ed
24 changed files with 597 additions and 26 deletions
+3
View File
@@ -38,6 +38,9 @@ enum Views {
// flow to setup SSSS / cross-signing on this account
E2E_SETUP,
// screen that allows users to select which use case theyll use matrix for
USE_CASE_SELECTION,
// we are logged in with an active matrix client. The logged_in state also
// includes guests users as they too are logged in at the client level.
LOGGED_IN,