feat: Added config pinia store and integared isMobileMode with UI

This commit is contained in:
Muhammed Mustafa
2023-09-25 13:39:08 +00:00
parent b560622a28
commit cbae02cbbb
6 changed files with 80 additions and 23 deletions

View File

@@ -4,6 +4,8 @@ const workspaceStore = useWorkspace()
const { isLeftSidebarOpen } = storeToRefs(useSidebarStore())
const { activeWorkspace, isWorkspaceLoading } = storeToRefs(workspaceStore)
const { isMobileMode } = useGlobal()
</script>
<template>