a11y added a label to the remove all filters button
This commit is contained in:
@@ -540,6 +540,7 @@
|
||||
"screen_room_timeline_upgraded_room_action" = "See old messages";
|
||||
"screen_room_timeline_upgraded_room_message" = "This room is a continuation of another room";
|
||||
"screen_room_timeline_reactions_show_reactions_summary" = "Show reactions summary";
|
||||
"screen_roomlist_remove_all_filters" = "Remove all filters";
|
||||
"screen_roomlist_tombstoned_room_description" = "This room has been upgraded";
|
||||
"screen_security_and_privacy_add_room_address_action" = "Add room address";
|
||||
"screen_security_and_privacy_ask_to_join_option_description" = "Anyone can ask to join the room but an administrator or moderator will have to accept the request.";
|
||||
|
||||
@@ -2464,6 +2464,8 @@ internal enum L10n {
|
||||
internal static var screenRoomlistMarkAsRead: String { return L10n.tr("Localizable", "screen_roomlist_mark_as_read") }
|
||||
/// Mark as unread
|
||||
internal static var screenRoomlistMarkAsUnread: String { return L10n.tr("Localizable", "screen_roomlist_mark_as_unread") }
|
||||
/// Remove all filters
|
||||
internal static var screenRoomlistRemoveAllFilters: String { return L10n.tr("Localizable", "screen_roomlist_remove_all_filters") }
|
||||
/// This room has been upgraded
|
||||
internal static var screenRoomlistTombstonedRoomDescription: String { return L10n.tr("Localizable", "screen_roomlist_tombstoned_room_description") }
|
||||
/// Add room address
|
||||
|
||||
@@ -64,6 +64,7 @@ struct RoomListFiltersView: View {
|
||||
.font(.system(size: 24))
|
||||
.foregroundColor(.compound.bgActionPrimaryRest)
|
||||
})
|
||||
.accessibilityLabel(L10n.screenRoomlistRemoveAllFilters)
|
||||
}
|
||||
|
||||
private func getBinding(for filter: RoomListFilter, scrollViewProxy: ScrollViewProxy) -> Binding<Bool> {
|
||||
|
||||
Reference in New Issue
Block a user