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
This commit is contained in:
parent
c1274e851a
commit
399b1a373e
9 changed files with 523 additions and 23 deletions
3
src/app/state/searchModal.ts
Normal file
3
src/app/state/searchModal.ts
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
import { atom } from 'jotai';
|
||||
|
||||
export const searchModalAtom = atom<boolean>(false);
|
||||
Loading…
Reference in a new issue