Merge pull request #4005 from element-hq/feature/fga/requests_to_join_banner

feat(knock) : Knock Requests Banner UI
This commit is contained in:
ganfra 2024-12-09 11:54:43 +01:00 committed by GitHub
commit 9dac27a165
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
42 changed files with 581 additions and 47 deletions

View file

@ -56,4 +56,5 @@ enum class AvatarSize(val dp: Dp) {
Suggestion(32.dp),
KnockRequestItem(52.dp),
KnockRequestBanner(32.dp),
}