e3bf065574
- Keep Playground component mounted when navigating away, preserving streaming/generating state - Add animated gradient effect on Playground nav link when activity is in progress
4 lines
85 B
TypeScript
4 lines
85 B
TypeScript
import { writable } from "svelte/store";
|
|
|
|
export const currentRoute = writable("/");
|