Merge on boarding module to login module (#4746)

* Move onboarding code to the login module.

* Remove OnBoardingEntryPoint, move the flow to LoginFlowNode

* Update screenshots

---------

Co-authored-by: ElementBot <android@element.io>
This commit is contained in:
Benoit Marty
2025-05-20 08:54:23 +02:00
committed by GitHub
parent 056fbcb0e7
commit 6995e62548
91 changed files with 287 additions and 512 deletions

View File

@@ -41,12 +41,6 @@
"screen.join_room.loading_alert_title"
]
},
{
"name" : ":features:onboarding:impl",
"includeRegex" : [
"screen_onboarding_.*"
]
},
{
"name" : ":features:signedout:impl",
"includeRegex" : [
@@ -149,6 +143,7 @@
{
"name" : ":features:login:impl",
"includeRegex" : [
"screen_onboarding_.*",
"screen_login_.*",
"screen_server_confirmation_.*",
"screen_change_server_.*",