This commit is contained in:
@@ -1549,3 +1549,15 @@ use basic symbols and operators such as with google, and only 'site:' as advance
|
||||
|
||||
### Assistant outcome
|
||||
Added toolbar search filtering for link title, URL, comment, username, and tags. The query supports implicit AND terms, quoted phrases, `OR`, `-` exclusions, and the `site:` host operator; other advanced operators are treated as ordinary text. Search preferences persist with the existing feed cookie and the rendered-feed regression assertions cover the implementation. JavaScript syntax validation passed; the API suite had 35 passing tests and one unrelated existing Mastodon timestamp assertion expecting text without `UTC`.
|
||||
|
||||
### User
|
||||
In firefox the search input field is wider (at 180px) then labe search control (at 135.5px)
|
||||
|
||||
### Assistant outcome
|
||||
Updated the header toolbar search input to use `width: 100%` with its existing zero minimum width, keeping it inside the flexed search label in Firefox. The focused rendered-feed test passed and `git diff --check` reported no issues.
|
||||
|
||||
### User
|
||||
In the toolbar switch the search and tag filter's location
|
||||
|
||||
### Assistant outcome
|
||||
Swapped the toolbar positions of the Search and Tag filter controls while preserving their existing IDs and behavior. The rendered-page regression passed, the template order was verified as Tag, Sort, User, Search, and `git diff --check` passed.
|
||||
|
||||
Reference in New Issue
Block a user