Logo
Explore Help
Sign In
dave/storkit
1
0
Fork 0
You've already forked storkit
Code Issues Pull Requests Actions Packages Projects Releases 7 Wiki Activity
Files
539cbba40908fadfa7fc3123f7737a362b6c052f
storkit/frontend/src/main.tsx

10 lines
230 B
TypeScript
Raw Normal View History

moved from tauri to a server with embedded UI
2026-02-13 12:31:36 +00:00
import * as React from "react";
Initial commit
2025-12-24 16:29:33 +00:00
import ReactDOM from "react-dom/client";
import App from "./App";
ReactDOM.createRoot(document.getElementById("root") as HTMLElement).render(
Story 18: Token-by-token streaming responses - Backend: Added OllamaProvider::chat_stream() with newline-delimited JSON parsing - Backend: Emit chat:token events for each token received from Ollama - Backend: Added futures dependency and stream feature for reqwest - Frontend: Added streamingContent state and chat:token event listener - Frontend: Real-time token display with auto-scroll - Frontend: Markdown and syntax highlighting support for streaming content - Fixed all TypeScript errors (tsc --noEmit) - Fixed all Biome warnings and errors - Fixed all Clippy warnings - Added comprehensive code quality documentation - Added tsc --noEmit to verification checklist Tested and verified: - Tokens stream in real-time - Auto-scroll works during streaming - Tool calls interrupt streaming correctly - Multi-turn conversations work - Smooth performance with no lag
2025-12-27 16:50:18 +00:00
<React.StrictMode>
<App />
</React.StrictMode>,
Initial commit
2025-12-24 16:29:33 +00:00
);
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 87ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API