mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-09-13 14:22:25 +03:00

Some checks failed
Deploy to Netlify (dev) / Deploy to Netlify (push) Has been cancelled
* 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
3 lines
84 B
TypeScript
3 lines
84 B
TypeScript
import { atom } from 'jotai';
|
|
|
|
export const searchModalAtom = atom<boolean>(false);
|