aboutsummaryrefslogtreecommitdiffstats
path: root/core/src/views/UnifiedSearch.vue
Commit message (Expand)AuthorAgeFilesLines
* fix(core): Do not apply invert-color filter to unified searchFerdinand Thiessen2024-01-231-1/+1
* fix(unified-search): Refactor header menu entryFerdinand Thiessen2024-01-231-28/+28
* Rename "global search" to "unified search"fenn-cs2023-12-121-810/+43
* fix(UnifiedSearch): Show translated text for filter labelFerdinand Thiessen2023-12-051-2/+1
* fix: Adjust code to be Vue 2.7 compatible as `key` on `<template>` is Vue3 onlyFerdinand Thiessen2023-12-031-5/+6
* fix(UnifiedSearch): Move headings out of list elementsFerdinand Thiessen2023-12-031-9/+6
* fix(core): Subscribe to navigation changes on mounted for Unified searchFerdinand Thiessen2023-11-231-2/+4
* Replace input form with `NcTextField`julia.kirschenheuter2023-11-221-41/+19
* Fix styles for input fields on focus statejulia.kirschenheuter2023-11-061-0/+6
* Fix placement of actions within unified searchjulia.kirschenheuter2023-10-191-1/+1
* Shortcut Ctrl+F for different keyboard layoutsAndrii Ilkiv2023-10-191-1/+1
* fix(search): Close unified search at the second ctrl+fChristoph Wurst2023-10-161-0/+3
* Remove padding for longer wordingsJérôme Herbinet2023-08-241-1/+0
* fix: Resolve code linting issuesFerdinand Thiessen2023-08-021-9/+9
* fix(core): Migrate from deprecated `excludeClickOutsideClasses` to `excludeCl...Ferdinand Thiessen2023-06-271-1/+1
* fix(search): fix load moreJohn Molakvoæ2023-05-161-4/+4
* l10n: Change to a capital letterSimon L2023-04-171-1/+1
* fix(unified-search): emptycontent messagesJohn Molakvoæ2023-03-021-18/+35
* fix(unified-search): fix code highlightingJohn Molakvoæ2023-03-021-5/+5
* fix(unified-search): remove conflicting trigger colorJohn Molakvoæ2023-03-021-6/+1
* Fix focus not returning to search iconChristopher Ng2023-01-251-2/+0
* Port global search menu to focus trapped NcHeaderMenuChristopher Ng2023-01-181-14/+16
* Improve verbosity of search descriptionChristopher Ng2022-12-081-1/+1
* Fix contrast of global search headingsChristopher Ng2022-11-251-4/+4
* Close global search menu when focus leavesChristopher Ng2022-11-171-1/+5
* Invert header icons on bright preset backgroundsChristopher Ng2022-10-191-0/+4
* Fix regexp for unified searching in appsVincent Petry2022-10-141-4/+11
* Clear search results when remove search queryCarl Schwan2022-09-191-0/+3
* Reset global search on files sidebar navigation changeChristopher Ng2022-09-151-1/+10
* Add an OCP method to check the shortcut state and use it for global search an...Joas Schilling2022-09-151-0/+4
* Fix UnifiedSearchCarl Schwan2022-09-081-1/+11
* Accessibility improvements to unified searchChristopher Ng2022-09-021-47/+69
* Add Nc prefix to Nc vue component namesVincent Petry2022-08-251-17/+17
* Lint and psalm fixJohn Molakvoæ2022-04-211-2/+6
* Update search icon sizeJohn Molakvoæ (skjnldsv)2022-04-211-8/+5
* Make typeahead and search limit/length configurableJulius Härtl2022-04-131-6/+27
* Increase debounce timeout to be more realistic with real typing behaviorJulius Härtl2022-04-131-1/+1
* Eslint fixJohn Molakvoæ (skjnldsv)2022-01-081-11/+26
* Use new div method in scssLouis Chemineau2022-01-081-3/+5
* Search function strong tag for user inputkavita.sonawane@t-systems.com2021-09-011-1/+4
* Fix missing label and accessibility of Search functionJan C. Borchardt2021-07-291-1/+1
* Fix screenreader label of search iconJan C. Borchardt2021-04-191-1/+8
* do not lower case search provider names on web uiArthur Schiwon2021-01-251-1/+1
* Add default font sizeGretaD2020-11-031-1/+1
* Change font-weight and font-size for empty searchJacob Neplokh2020-10-311-0/+2
* Add padding to the empty content and center itJoas Schilling2020-09-221-0/+5
* Prevent empty search placeholderJohn Molakvoæ (skjnldsv)2020-09-181-24/+39
* Build assets and fix unified search event syntaxJohn Molakvoæ (skjnldsv)2020-09-181-3/+3
* Properly show loading state if there are still pending requestsJohn Molakvoæ (skjnldsv)2020-09-181-1/+9
* Properly use form role=search and unify reset buttonJohn Molakvoæ (skjnldsv)2020-09-181-46/+121