File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 schema ,
1010 events ,
1111} from "@runt/schema" ;
12- import { Bug } from "lucide-react" ;
12+ import { Bug , Database } from "lucide-react" ;
1313import { Button } from "@/components/ui/button" ;
1414
1515interface DebugPanelProps {
@@ -77,6 +77,16 @@ const DebugPanel: React.FC<DebugPanelProps> = ({
7777 </ h3 >
7878 </ div >
7979
80+ < a
81+ target = "_blank"
82+ rel = "noopener noreferrer"
83+ href = { `${ window . location . protocol } //${ window . location . hostname } ${ window . location . port ? `:${ window . location . port } ` : "" } /_livestore/web/${ store . storeId } /${ store . clientSession . clientId } /${ store . sessionId } /default` }
84+ className = "hover:bg-muted flex items-center gap-1 border-b px-4 py-2 text-sm text-blue-500 hover:underline"
85+ >
86+ < Database className = "size-4" />
87+ LiveStore DevTools →
88+ </ a >
89+
8090 < div className = "space-y-4 p-4" >
8191 { /* Available Tables */ }
8292 < div >
You can’t perform that action at this time.
0 commit comments