From 1a97580ad125349e554768ff6a975ab44c1979e6 Mon Sep 17 00:00:00 2001 From: Niko PLP Date: Thu, 22 May 2025 05:32:36 +0300 Subject: [PATCH] formatting --- ng-app/src/apps/SocialQueryDemo.svelte | 240 ++++++++++++------------- 1 file changed, 120 insertions(+), 120 deletions(-) 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} + +