left_sidebar: Rename stream-list-filter for global search.

This will be more readable once we've moved the search input.
This commit is contained in:
Tim Abbott
2025-08-11 13:24:02 -07:00
parent 041597e006
commit 0ccfb7fdf0
6 changed files with 17 additions and 17 deletions

View File

@@ -585,7 +585,7 @@ html_rules: list["Rule"] = [
"web/templates/settings/playground_settings_admin.hbs",
},
"good_lines": [
'<input class="stream-list-filter" type="text" placeholder="{{ _(\'Filter streams\') }}" />'
'<input class="left-sidebar-search-input" type="text" placeholder="{{ _(\'Filter streams\') }}" />'
],
"bad_lines": ['<input placeholder="foo">'],
},
@@ -611,7 +611,7 @@ html_rules: list["Rule"] = [
"pattern": "placeholder='[^{]",
"description": "`placeholder` value should be translatable.",
"good_lines": [
'<input class="stream-list-filter" type="text" placeholder="{{ _(\'Filter streams\') }}" />'
'<input class="left-sidebar-search-input" type="text" placeholder="{{ _(\'Filter streams\') }}" />'
],
"bad_lines": ["<input placeholder='foo'>"],
"exclude": {