chore: writing read write state to the system io based on the project path

This commit is contained in:
Kevin Nadro
2025-04-15 11:23:50 -06:00
parent 657883e09a
commit 8402975e80
6 changed files with 75 additions and 11 deletions

View File

@ -4,7 +4,6 @@ import {
useProjectDirectoryPath,
useRequestedFileName,
useRequestedProjectName,
useState as useSystemIOState,
} from '@src/machines/systemIO/hooks'
import { SystemIOMachineEvents } from '@src/machines/systemIO/utils'
import { useEffect } from 'react'
@ -16,7 +15,6 @@ export function SystemIOMachineLogicListener() {
const projectDirectoryPath = useProjectDirectoryPath()
const navigate = useNavigate()
const settings = useSettings()
const state = useSystemIOState()
// Handle global project name navigation
useEffect(() => {