Merge pull request #5166 from element-hq/feature/fga/create_room_flow_rework

Create room flow rework
This commit is contained in:
Benoit Marty 2025-08-18 09:38:28 +02:00 committed by GitHub
commit de16268674
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
340 changed files with 2539 additions and 1784 deletions

View file

@ -59,10 +59,16 @@
"name" : ":features:createroom:impl",
"includeRegex" : [
"screen_create_room_.*",
"screen\\.create_room\\..*",
"screen\\.create_room\\..*"
]
},
{
"name" : ":features:startchat:impl",
"includeRegex" : [
"screen_start_chat_.*",
"screen\\.start_chat\\..*",
"screen_room_directory_search_title*"
"screen_room_directory_search_title",
"screen_create_room_action_create_room"
]
},
{
@ -201,6 +207,12 @@
"screen_room_member_details_.*"
]
},
{
"name" : ":features:invitepeople:impl",
"includeRegex" : [
"screen\\.invite_users\\..*"
]
},
{
"name" : ":features:messages:impl",
"includeRegex" : [