zotero/scss/win/components
Dan Stillman 77a3a8815e
Some checks are pending
CI / Detect changes (push) Waiting to run
CI / Test () (push) Blocked by required conditions
CI / Test (macOS NFS) (push) Blocked by required conditions
CI / Test (Windows arm64) (push) Blocked by required conditions
CI / Test (Windows x64) (push) Blocked by required conditions
CI / Utilities Tests (push) Waiting to run
CI / Build, Upload (push) Waiting to run
Add a query syntax to the quick search
Zotero.SearchQuery turns a query like `by:smith after:2020 tag:"to read"
crispr` or `creator is smith and (tag is foo or bar)` into a
Zotero.Search, matching whatever text is left over using the current
search mode. Anything that doesn't look like a clause is free text, so a
DOI or a title with a colon in it is matched literally.

The search box syntax-highlights the parts of recognized conditions and
offers autocomplete for condition names, for the values of conditions
that have a fixed set of them (like item type), and for tags and
creators from the selected libraries.
2026-08-20 16:09:20 -04:00
..
_button.scss Fix button selector specificity on Windows (#4518) 2024-08-08 00:21:26 -04:00
_checkbox.scss fx153: Match XUL boolean attributes in selectors without a value 2026-08-03 11:48:40 -04:00
_input.scss Add a query syntax to the quick search 2026-08-20 16:09:20 -04:00
_menulist.scss Implement Windows redesign for native elements (#3727) 2024-03-02 02:51:55 -05:00
_menupopup.scss fx153: Set menu icons via --menuitem-icon for in-content menus 2026-08-04 14:42:39 -04:00
_radio.scss fx153: Match XUL boolean attributes in selectors without a value 2026-08-03 11:48:40 -04:00
_tabbox.scss special handling for tabbox focus-ring (#4761) 2024-10-17 01:19:17 -04:00