summaryrefslogtreecommitdiff
path: root/packages/frontend/src/widgets/WidgetSearch.vue (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix type errors in WidgetSearch.vueHazelnoot2025-04-011-3/+4
|
* update references from /scripts/ to /utility/Hazelnoot2025-03-251-3/+3
|
* probably fix most renamed CSS variablesdakkar2024-11-081-1/+1
|
* upd: append ✔ on set filterMarie2024-11-011-3/+3
|
* upd: add clear filter option if filter is setMarie2024-11-011-1/+8
|
* alert when searching notes from widget, and search is disableddakkar2024-09-211-0/+9
|
* a few more fixes to `os.popup` callsdakkar2024-08-141-2/+3
|
* add copyright text to all our filesdakkar2024-06-151-1/+1
|
* merge: upstreamMarie2024-02-031-1/+1
|
* merge: upstreamMarie2024-01-091-2/+3
|
* always go to tag page from widget #264dakkar2023-12-291-7/+1
|
* special-case full usernames is search #264dakkar2023-12-281-0/+16
| | | | | | | | | | | | | | this should be enough "merging" of lookup&search: * partial usernames are searched as part of notes from the widget, and as part of known usernames in "search users" * tags are searched as part of notes from the widget and the "search notes" page * full usernames always navigate to the profile page of that user (which will fetch the profile if possible) as an extra nicety, if "search notes" is disabled, the search widget handles hashtags like the lookup function does
* merge: upstreamMarie2023-12-231-28/+20
|
* fix: inproper borde-radius on search widgetMar0xy2023-12-051-0/+6
| | | | Closes transfem-org/Sharkey#198
* chore: remove `console log`Mar0xy2023-11-301-1/+0
|
* upd: add basic search widgetMar0xy2023-11-301-0/+156
Closes transfem-org/Sharkey#181