Add new `ctrl/cmd - k` search modal (#2467)
authorAjay Bura <32841439+ajbura@users.noreply.github.com>
Wed, 27 Aug 2025 12:25:49 +0000 (17:55 +0530)
committerGitHub <noreply@github.com>
Wed, 27 Aug 2025 12:25:49 +0000 (22:25 +1000)
commit399b1a373e9bb1a7bc432aa7acdfea43a9b5a0e7
tree82bd582ed9d9bdd37bb625729fbec0c67f5c6c37
parentc1274e851abb4b8a80dca0131038e23223a6eb85
Add new `ctrl/cmd - k` search modal (#2467)

* add new search modal

* remove search modal from searchTab

* fix member avatar load for space with 2 member

* use media authentication when rendering avatar

* fix hotkey for macos

* add @ in username

* replace subspace minus separator with em dash
src/app/features/search/Search.tsx [new file with mode: 0644]
src/app/features/search/index.ts [new file with mode: 0644]
src/app/hooks/useListFocusIndex.ts [new file with mode: 0644]
src/app/organisms/pw/Dialogs.jsx
src/app/pages/Router.tsx
src/app/pages/client/SidebarNav.tsx
src/app/pages/client/sidebar/SearchTab.tsx [new file with mode: 0644]
src/app/pages/client/sidebar/index.ts
src/app/state/searchModal.ts [new file with mode: 0644]