61967e6b2c
* 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
4 lines
84 B
TypeScript
4 lines
84 B
TypeScript
import { atom } from 'jotai';
|
|
|
|
export const searchModalAtom = atom<boolean>(false);
|