implement file system observer

This commit is contained in:
Chris Kruining 2025-03-05 15:48:59 +01:00
parent 7cdefe3f6e
commit 5e7f772999
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
4 changed files with 208 additions and 6 deletions

View file

@ -18,6 +18,7 @@ export default function Experimental(props: ParentProps) {
<Menu.Item command={goTo.withLabel('grid').with('grid')} />
<Menu.Item command={goTo.withLabel('context-menu').with('context-menu')} />
<Menu.Item command={goTo.withLabel('formatter').with('formatter')} />
<Menu.Item command={goTo.withLabel('file-system-observer').with('file-system-observer')} />
</Menu.Root>
<ErrorBoundary fallback={e => <ErrorComp error={e} />}>