aboutsummaryrefslogtreecommitdiffstats
path: root/core/src/components/UnifiedSearch
Commit message (Collapse)AuthorAgeFilesLines
* fix(UnifiedSearch): request data only when opening modalMaksim Sukharev2025-01-181-12/+13
| | | | Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
* feat: Adapt providers `disabled` property to match user applied filtersnfebe2025-01-131-6/+19
| | | | | | | | | | Some filters are only available for certain providers, the UI should give the user a hint to what providers such filters are available in. Currently, if a filter (date or person) is not support by an a provider, the provider is blurred out in the places dropdown. Signed-off-by: nfebe <fenn25.fn@gmail.com>
* refactor(styles): Adjust code style in SCSS sources to match our stylelint ↵Ferdinand Thiessen2024-11-192-64/+62
| | | | | | config Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(UnifiedSearch): Restore normal dialog sizefenn-cs2024-08-301-1/+3
| | | | Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* fix: Adjust more places for logical positionFerdinand Thiessen2024-08-291-2/+2
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat: Add bidi support in core directoryMostafa Ahangarha2024-08-292-2/+2
| | | | Signed-off-by: Mostafa Ahangarha <ahangarha@riseup.net>
* fix(UnifiedSearch): Focus search input on openfenn-cs2024-08-191-3/+10
| | | | | | Resolves : https://github.com/nextcloud/server/issues/47056 Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* refactor: Fix some linting issues in frontend codeFerdinand Thiessen2024-07-191-2/+4
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(UnifiedSearch): Implement design comments and focus input on openFerdinand Thiessen2024-06-271-18/+54
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat: Add in-app searchMarco Ambrosini2024-06-272-0/+889
| | | | | Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: Marco Ambrosini <marcoambrosini@icloud.com>
* chore: Add SPDX headerAndy Scherzinger2024-05-136-40/+22
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix(unifiedSearch): Prevent broken avatars for federated usersfenn-cs2024-04-291-1/+5
| | | | Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* Unified search: update people select with API callsfenn-cs2023-12-121-0/+4
| | | | | | | | On change/input from user which has the effect of filtering, we want to send the query to the API to obtained fresh results, based on the databased on not just preloaded contacts. Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* Rename "global search" to "unified search"fenn-cs2023-12-125-188/+697
| | | | | | | | | - 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>
* chore(eslint): fix missing import extensionsJohn Molakvoæ2023-03-231-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Add focus border for search resultsChristopher Ng2023-02-231-5/+4
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Fix UnifiedSearchCarl Schwan2022-09-081-0/+1
| | | | | | | | | - 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-5/+5
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Add Nc prefix to Nc vue component namesVincent Petry2022-08-251-3/+3
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Auto fix warningsLouis Chemineau2022-01-211-2/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Use new div method in scssLouis Chemineau2022-01-081-1/+3
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Add default font sizeGretaD2020-11-031-1/+1
| | | | Signed-off-by: GretaD <gretadoci@gmail.com>
* Fix search placeholder animation & dark theme compatibilityJohn Molakvoæ (skjnldsv)2020-09-033-145/+100
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Allow unified search filteringJohn Molakvoæ (skjnldsv)2020-09-032-0/+98
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Make ellipsized unified search results visible on hoverChristoph Wurst2020-08-261-2/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Show mime icon, bump bundles, make the SearchResultEntry class ↵John Molakvoæ (skjnldsv)2020-08-042-5/+98
| | | | | | non-abstract, Fix header search icon, various fixes Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix unified searchJohn Molakvoæ (skjnldsv)2020-08-031-0/+211
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>