summaryrefslogtreecommitdiffstats
path: root/core/src/views/UnifiedSearch.vue
Commit message (Collapse)AuthorAgeFilesLines
* fix(core): Do not apply invert-color filter to unified searchFerdinand Thiessen2024-01-231-1/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(unified-search): Refactor header menu entryFerdinand Thiessen2024-01-231-28/+28
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Rename "global search" to "unified search"fenn-cs2023-12-121-810/+43
| | | | | | | | | - Changes appearances of "Global search" to "Unified search" in UI - Refactors code, to remove usage of term "GlobalSearch" in files and code structure - Rename old unified search to `legacy-unified-search` Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* fix(UnifiedSearch): Show translated text for filter labelFerdinand Thiessen2023-12-051-2/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix: Adjust code to be Vue 2.7 compatible as `key` on `<template>` is Vue3 onlyFerdinand Thiessen2023-12-031-5/+6
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(UnifiedSearch): Move headings out of list elementsFerdinand Thiessen2023-12-031-9/+6
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(core): Subscribe to navigation changes on mounted for Unified searchFerdinand Thiessen2023-11-231-2/+4
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Replace input form with `NcTextField`julia.kirschenheuter2023-11-221-41/+19
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* Fix styles for input fields on focus statejulia.kirschenheuter2023-11-061-0/+6
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* Fix placement of actions within unified searchjulia.kirschenheuter2023-10-191-1/+1
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* Shortcut Ctrl+F for different keyboard layoutsAndrii Ilkiv2023-10-191-1/+1
| | | | Signed-off-by: Andrii Ilkiv <a.ilkiv.ye@gmail.com>
* fix(search): Close unified search at the second ctrl+fChristoph Wurst2023-10-161-0/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Remove padding for longer wordingsJérôme Herbinet2023-08-241-1/+0
| | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
* fix: Resolve code linting issuesFerdinand Thiessen2023-08-021-9/+9
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(core): Migrate from deprecated `excludeClickOutsideClasses` to ↵Ferdinand Thiessen2023-06-271-1/+1
| | | | | | `excludeClickOutsideSelectors` Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(search): fix load moreJohn Molakvoæ2023-05-161-4/+4
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* l10n: Change to a capital letterSimon L2023-04-171-1/+1
| | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix(unified-search): emptycontent messagesJohn Molakvoæ2023-03-021-18/+35
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(unified-search): fix code highlightingJohn Molakvoæ2023-03-021-5/+5
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(unified-search): remove conflicting trigger colorJohn Molakvoæ2023-03-021-6/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Fix focus not returning to search iconChristopher Ng2023-01-251-2/+0
| | | | | | - Remove programmatic focusing already handled by focus-trap Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Port global search menu to focus trapped NcHeaderMenuChristopher Ng2023-01-181-14/+16
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Improve verbosity of search descriptionChristopher Ng2022-12-081-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Fix contrast of global search headingsChristopher Ng2022-11-251-4/+4
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Close global search menu when focus leavesChristopher Ng2022-11-171-1/+5
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Invert header icons on bright preset backgroundsChristopher Ng2022-10-191-0/+4
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Fix regexp for unified searching in appsVincent Petry2022-10-141-4/+11
| | | | | | | | Use the correct match for operators. Prevent the dropdown to close itself when selecting an app to filter by. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Clear search results when remove search queryCarl Schwan2022-09-191-0/+3
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Reset global search on files sidebar navigation changeChristopher Ng2022-09-151-1/+10
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Add an OCP method to check the shortcut state and use it for global search ↵Joas Schilling2022-09-151-0/+4
| | | | | | and menu control Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix UnifiedSearchCarl Schwan2022-09-081-1/+11
| | | | | | | | | - Fix too big margins - Fix horizontal scrolbar (caused by margin in text field) - Add some spacing between the items (4px) - Center items (I love flex) Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Accessibility improvements to unified searchChristopher Ng2022-09-021-47/+69
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Add Nc prefix to Nc vue component namesVincent Petry2022-08-251-17/+17
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Lint and psalm fixJohn Molakvoæ2022-04-211-2/+6
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Update search icon sizeJohn Molakvoæ (skjnldsv)2022-04-211-8/+5
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Make typeahead and search limit/length configurableJulius Härtl2022-04-131-6/+27
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Increase debounce timeout to be more realistic with real typing behaviorJulius Härtl2022-04-131-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Eslint fixJohn Molakvoæ (skjnldsv)2022-01-081-11/+26
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Use new div method in scssLouis Chemineau2022-01-081-3/+5
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Search function strong tag for user inputkavita.sonawane@t-systems.com2021-09-011-1/+4
| | | | | Signed-off-by: Kavita Sonawane <kavita.sonawane@t-systems.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix missing label and accessibility of Search functionJan C. Borchardt2021-07-291-1/+1
| | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* Fix screenreader label of search iconJan C. Borchardt2021-04-191-1/+8
| | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* do not lower case search provider names on web uiArthur Schiwon2021-01-251-1/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Add default font sizeGretaD2020-11-031-1/+1
| | | | Signed-off-by: GretaD <gretadoci@gmail.com>
* Change font-weight and font-size for empty searchJacob Neplokh2020-10-311-0/+2
| | | | Signed-off-by: Jacob Neplokh <me@jacobneplokh.com>
* Add padding to the empty content and center itJoas Schilling2020-09-221-0/+5
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Prevent empty search placeholderJohn Molakvoæ (skjnldsv)2020-09-181-24/+39
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Build assets and fix unified search event syntaxJohn Molakvoæ (skjnldsv)2020-09-181-3/+3
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Properly show loading state if there are still pending requestsJohn Molakvoæ (skjnldsv)2020-09-181-1/+9
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Properly use form role=search and unify reset buttonJohn Molakvoæ (skjnldsv)2020-09-181-46/+121
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>