From 38d78e16bffc9a25a45a4ad41caeef2c075daa26 Mon Sep 17 00:00:00 2001 From: Ansh Date: Fri, 28 Jul 2023 08:29:37 -0700 Subject: Search custom feeds (#1031) * paginate custom feeds * basic search * update `@atproto/api` * use search from the API * debounce search for 200ms --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) (limited to '.eslintrc.js') diff --git a/.eslintrc.js b/.eslintrc.js index 8a733a20c..3de954e43 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -15,6 +15,7 @@ module.exports = { 'coverage', '*.lock', '.husky', + 'patches', ], overrides: [ { -- cgit 1.4.1