diff --git a/ng-app/src/apps/SocialQueryDemo.svelte b/ng-app/src/apps/SocialQueryDemo.svelte index 2d8f5de..33582b0 100644 --- a/ng-app/src/apps/SocialQueryDemo.svelte +++ b/ng-app/src/apps/SocialQueryDemo.svelte @@ -10,36 +10,36 @@ --> -
- Social Query -
- + onMount(()=>{ + //console.log($active_session); + }); -Name | -Rust | -Svelte | -Tailwind | -Rdf | -Yjs | -Automerge | -Total | - - - {#each results as res} -|
---|---|---|---|---|---|---|---|---|
{res.mail.value} | -{res.name.value} | -{Math.round(res.rust.value * 10) / 10 } | -{Math.round(res.svelte.value * 10) / 10 } | -{Math.round(res.tailwind.value * 10) / 10 } | -{Math.round(res.rdf.value * 10) / 10 } | -{Math.round(res.yjs.value * 10) / 10 } | -{Math.round(res.automerge.value * 10) / 10 } | -{Math.round(res.total.value * 10) / 10 } | -
- Raw data -
- {#if source} -+ Social Query +
+ + +Name | +Rust | +Svelte | +Tailwind | +Rdf | +Yjs | +Automerge | +Total | + + + {#each results as res} +|
---|---|---|---|---|---|---|---|---|
{res.mail.value} | +{res.name.value} | +{Math.round(res.rust.value * 10) / 10 } | +{Math.round(res.svelte.value * 10) / 10 } | +{Math.round(res.tailwind.value * 10) / 10 } | +{Math.round(res.rdf.value * 10) / 10 } | +{Math.round(res.yjs.value * 10) / 10 } | +{Math.round(res.automerge.value * 10) / 10 } | +{Math.round(res.total.value * 10) / 10 } | +
+ Raw data +
+ {#if source} +