wip(desktop): progress

This commit is contained in:
Adam
2025-12-15 09:34:00 -06:00
parent 44d6c5780d
commit 5cf6a1343c
10 changed files with 676 additions and 159 deletions

View File

@@ -406,7 +406,7 @@ export const { use: useLocal, provider: LocalProvider } = createSimpleContext({
case "file.watcher.updated":
const relativePath = relative(event.properties.file)
if (relativePath.startsWith(".git/")) return
load(relativePath)
if (store.node[relativePath]) load(relativePath)
break
}
})