From 261f3bdb77799009344aab4a60686b7186ebd3b0 Mon Sep 17 00:00:00 2001 From: "netop://ウィビ" Date: Fri, 24 Apr 2026 14:17:38 -0700 Subject: Implement v0.4 subscriptions + v0.5 theming and plugin slots - SSE and WebSocket fetchers via graphql-sse and graphql-ws, returning AsyncIterable results - SessionStore.run consumes AsyncIterable streams with subscriptionMode "append" (timestamped) or "replace" and honors an AbortSignal for cancellation - Chrome CSS variables documented in styles/theme.scss with prefers-color-scheme light/dark gating and .graphiql-light override - Svelte 5 snippet slots on GraphiQL: toolbarExtras, tabExtras, resultFooter --- source/library/components/ResultViewer.svelte | 16 ++++++++++++++-- source/library/components/TabBar.svelte | 6 ++++-- source/library/components/Toolbar.svelte | 4 ++++ 3 files changed, 22 insertions(+), 4 deletions(-) (limited to 'source/library/components') diff --git a/source/library/components/ResultViewer.svelte b/source/library/components/ResultViewer.svelte index e2c74fe..083828d 100644 --- a/source/library/components/ResultViewer.svelte +++ b/source/library/components/ResultViewer.svelte @@ -1,13 +1,15 @@ @@ -15,7 +17,7 @@
Response
+ {#if footer} + + {/if}
diff --git a/source/library/components/TabBar.svelte b/source/library/components/TabBar.svelte index d87449d..9c34f20 100644 --- a/source/library/components/TabBar.svelte +++ b/source/library/components/TabBar.svelte @@ -1,9 +1,10 @@