From 2ab5af02354cc9052851e2fba300f32b26e769b5 Mon Sep 17 00:00:00 2001 From: Sam Lavigne Date: Wed, 23 Aug 2023 19:30:04 -0400 Subject: [PATCH] ok --- src/App.svelte | 2 +- src/GraphOld.svelte | 64 +++++++++++++++++++------------- src/stores.js | 90 +++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 129 insertions(+), 27 deletions(-) diff --git a/src/App.svelte b/src/App.svelte index 2ac9ccf..8fcdd1f 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -5,7 +5,7 @@ import Output from "./Output.svelte"; import Filter from "./Filter.svelte"; import FilterPicker from "./FilterPicker.svelte"; - import Graph from "./Graph.svelte"; + // import Graph from "./Graph.svelte"; import GraphOld from "./GraphOld.svelte"; import { FFmpeg } from "@ffmpeg/ffmpeg"; import { fetchFile, toBlobURL } from "@ffmpeg/util"; diff --git a/src/GraphOld.svelte b/src/GraphOld.svelte index 5ad78fe..a54befc 100644 --- a/src/GraphOld.svelte +++ b/src/GraphOld.svelte @@ -1,34 +1,45 @@ @@ -41,7 +52,12 @@ on:connection={onConnect} > {#each $nodes as n, index} - +
{n.data.name} @@ -67,10 +83,6 @@ -
- {JSON.stringify($edges)} -
-