From a7f3133f89c7a6c00ee304ff1838b6d26e14b24d Mon Sep 17 00:00:00 2001 From: Johann150 Date: Sat, 19 Nov 2022 19:28:19 +0100 Subject: [PATCH] client: search page for notes and users This replaces the previous search box and allows for more narrowed down searches. Changelog: Added --- locales/en-US.yml | 1 - packages/client/src/pages/search.vue | 213 +++++++++++++++++++++++++-- 2 files changed, 197 insertions(+), 17 deletions(-) diff --git a/locales/en-US.yml b/locales/en-US.yml index c8cca2f4f..e1a01856a 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -167,7 +167,6 @@ general: "General" wallpaper: "Wallpaper" setWallpaper: "Set wallpaper" removeWallpaper: "Remove wallpaper" -searchWith: "Search: {q}" youHaveNoLists: "You don't have any lists" followConfirm: "Are you sure that you want to follow {name}?" proxyAccount: "Proxy account" diff --git a/packages/client/src/pages/search.vue b/packages/client/src/pages/search.vue index 1dcf18161..b5bf9fdb9 100644 --- a/packages/client/src/pages/search.vue +++ b/packages/client/src/pages/search.vue @@ -1,34 +1,215 @@ + +