Spaces:
Running
Running
Remove leftover.
Browse files- web/src/Workspace.svelte +0 -23
web/src/Workspace.svelte
CHANGED
@@ -3,29 +3,6 @@
|
|
3 |
import { QueryClient, QueryClientProvider } from '@sveltestack/svelte-query'
|
4 |
import { SvelteFlowProvider } from '@xyflow/svelte';
|
5 |
import LynxKiteFlow from './LynxKiteFlow.svelte';
|
6 |
-
// import { syncedStore, getYjsDoc } from "@syncedstore/core";
|
7 |
-
// import { svelteSyncedStore } from "@syncedstore/svelte";
|
8 |
-
// import { WebsocketProvider } from "y-websocket";
|
9 |
-
// const todoStore = syncedStore({ todos: [] });
|
10 |
-
// const doc = getYjsDoc(todoStore);
|
11 |
-
// const wsProvider = new WebsocketProvider("ws://localhost:8000/ws/crdt", "my-roomname3", doc);
|
12 |
-
// wsProvider.on('sync', function(isSynced: boolean) {
|
13 |
-
// console.log('synced test', isSynced, 'ydoc', doc.toJSON());
|
14 |
-
// });
|
15 |
-
|
16 |
-
// console.log('ydoc', doc.toJSON());
|
17 |
-
// console.log('todoStore', todoStore);
|
18 |
-
// todoStore.todos.push('asdfx');
|
19 |
-
// console.log('ydoc', doc.toJSON());
|
20 |
-
// // console.log(doc.toJSON());
|
21 |
-
// // console.log(doc.getMap().toJSON());
|
22 |
-
// // console.log(doc.getMap().get('todos'));
|
23 |
-
// // doc.getMap().get('todos').observe(() => {
|
24 |
-
// // console.log('todos changed', todoStore.todos);
|
25 |
-
// // });
|
26 |
-
// // doc.getMap().get('todos').add('hello');
|
27 |
-
|
28 |
-
// export const store = svelteSyncedStore(todoStore);
|
29 |
export let path = '';
|
30 |
const queryClient = new QueryClient()
|
31 |
</script>
|
|
|
3 |
import { QueryClient, QueryClientProvider } from '@sveltestack/svelte-query'
|
4 |
import { SvelteFlowProvider } from '@xyflow/svelte';
|
5 |
import LynxKiteFlow from './LynxKiteFlow.svelte';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
export let path = '';
|
7 |
const queryClient = new QueryClient()
|
8 |
</script>
|