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 fd4774d380
commit 150239bcd8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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_.*",