update trending screen and add tauri shell plugin
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
import { LogicalSize, appWindow } from '@tauri-apps/plugin-window';
|
||||
import { Outlet, ScrollRestoration } from 'react-router-dom';
|
||||
|
||||
import { Navigation } from '@shared/navigation';
|
||||
|
||||
await appWindow.setSize(new LogicalSize(1080, 800));
|
||||
|
||||
export function AppLayout() {
|
||||
return (
|
||||
<div className="flex h-screen w-screen">
|
||||
|
||||
Reference in New Issue
Block a user