feat: basic support in mobile mode. including:

navbar show and hide,
similar fade animation,
auto close when select new convo,
mobile title will change with convo,
new chat button.
This commit is contained in:
Wentao Lyu 2023-03-12 00:32:03 +08:00
parent fb9f77ae5e
commit 070fee2ece
5 changed files with 160 additions and 33 deletions

View file

@ -5,6 +5,7 @@ import { store } from './src/store';
import { ThemeProvider } from './src/hooks/ThemeContext';
import App from './src/App';
import './src/style.css';
import './src/mobile.css'
const container = document.getElementById('root');
const root = createRoot(container);