Universal search (#412)

* Global search scaffold

* Add search preview text

* Add generic fallback for preview text in search

* fixup! Add generic fallback for preview text in search

* Add more tweaks

* fixup! Add more tweaks

* Fix an issue with criteria

* fixup! Fix an issue with criteria

* fixup! fixup! Fix an issue with criteria

* fixup! fixup! fixup! Fix an issue with criteria

* Fix an issue with priority filter

* fixup! Fix an issue with priority filter

* Add sortable pins

* fixup! Add sortable pins

* Make options collapsed by default

* Tweak UI

* Add tests

* Add translations

* Add more translations

* fixup! Add more translations

* Add minor tweaks
This commit is contained in:
Chris 2025-10-22 22:00:45 +03:00 committed by GitHub
parent 180bdaef35
commit 02b493d61f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
56 changed files with 5630 additions and 160 deletions

View file

@ -110,6 +110,6 @@ bash -c '
# Respect E2E_SLOWMO and run only Firefox sequentially
npx playwright test --headed --project=Firefox --workers=1
else
npx playwright test --workers=10
npx playwright test --workers=5
fi
'