feat(accessibility): add accessible name to search button in narrow layout

The search icon button shown when the filters sidebar is active had no
accessible name, making it appear as an unnamed button to screen readers.
This commit is contained in:
Reza Bakhshi Laktasaraei
2026-02-26 17:38:23 +03:30
committed by John Preston
parent 9dc236b685
commit 827bd7c9a9
@@ -609,6 +609,7 @@ Widget::Widget(
setupStories();
}
_searchForNarrowLayout->setAccessibleName(tr::lng_dlg_filter(tr::now));
_searchForNarrowLayout->setClickedCallback([=] {
_search->setFocusFast();
if (_childList) {