From b0f301843b6c14bd78a1c62cdb454fc375d1cc7d Mon Sep 17 00:00:00 2001 From: ayo Date: Sat, 26 Apr 2025 14:46:56 +0200 Subject: [PATCH] feat: search for following when viewing accounts in a list (#3272) --- components/list/Account.vue | 1 + components/list/AccountSearchResult.vue | 23 ++ components/search/SearchWidget.vue | 2 +- locales/en.json | 4 +- package.json | 2 +- .../[[server]]/list/[list]/index/accounts.vue | 148 ++++++- pnpm-lock.yaml | 378 ++++++++++-------- 7 files changed, 383 insertions(+), 175 deletions(-) create mode 100644 components/list/AccountSearchResult.vue diff --git a/components/list/Account.vue b/components/list/Account.vue index ff30c8e3..b00b805f 100644 --- a/components/list/Account.vue +++ b/components/list/Account.vue @@ -44,6 +44,7 @@ async function edit() {