change(members): new empty state for search and hide banned tabs when there is none.

This commit is contained in:
ganfra 2025-11-24 10:42:03 +01:00
parent 1b0beda620
commit 8fd34051e0
5 changed files with 79 additions and 58 deletions

View file

@ -72,6 +72,8 @@
<string name="screen_room_details_updating_room">"Updating room…"</string>
<string name="screen_room_member_list_banned_empty">"There are no banned users."</string>
<string name="screen_room_member_list_banned_header_title">"%1$d Banned"</string>
<string name="screen_room_member_list_empty_search_subtitle">"Check the spelling or try a new search"</string>
<string name="screen_room_member_list_empty_search_title">"No results for “%1$s”"</string>
<plurals name="screen_room_member_list_header_title">
<item quantity="one">"%1$d Person"</item>
<item quantity="other">"%1$d People"</item>