"Create poll" UI (#1143)

NB: This is missing analytics, which will be added once https://github.com/matrix-org/matrix-analytics-events/pull/85 is merged.

Closes https://github.com/vector-im/element-meta/issues/2011
This commit is contained in:
Marco Romano 2023-08-29 22:31:21 +02:00 committed by GitHub
parent 5a85459ec2
commit 633d5282d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
40 changed files with 1032 additions and 112 deletions

View file

@ -120,6 +120,12 @@
"screen_welcome_.*",
"screen_migration_.*"
]
},
{
"name": ":features:poll:impl",
"includeRegex": [
"screen_create_poll_.*"
]
}
]
}