| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 21 hours | Implement v0.6-1.0: shortcuts, format, export/import, splitter, timing, APQ | netop://ウィビ | 4 | -8/+277 | |
| - v0.6: matchShortcut + format(); Cmd+Shift+Enter/W/F + Cmd+Alt+arrows - v0.7: SessionStore.exportAll/importTabs with version-1 validator - v0.8: Splitter component + four resize handles persisted under layout.* - v0.10: createApqFetcher (HTTP-only) wrapping shared http-body helpers - Drop .svelte re-exports from index.ts for multi-entry JSR/npm publishing | |||||
| 23 hours | Implement v0.4 subscriptions + v0.5 theming and plugin slots | netop://ウィビ | 11 | -29/+353 | |
| - 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 | |||||