mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-21 00:49:17 +01:00
query client cache and better body types
This commit is contained in:
@@ -26,7 +26,7 @@ export default function Workspace() {
|
||||
// TODO: Use container query subscription instead of minitoring everything
|
||||
}, [mainContentRef.current, windowSize, sidebarWidth.value]);
|
||||
|
||||
const isSideBySide = mainContentWidth > 700;
|
||||
const isSideBySide = mainContentWidth > 900;
|
||||
|
||||
if (activeWorkspace == null) {
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user