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); + }); -
- - - - - - - - - - - - - - {#each results as res} - - - - - - - - - - - - {/each} - -
EmailNameRustSvelteTailwindRdfYjsAutomergeTotal
{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} - - - - {/if} - + + +
+

+ Social Query +

+ + +
+ + + + + + + + + + + + + + {#each results as res} + + + + + + + + + + + + {/each} + +
EmailNameRustSvelteTailwindRdfYjsAutomergeTotal
{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 }
- \ No newline at end of file + +

+ Raw data +

+ {#if source} + + + + {/if} + +