Use UUIDs everywhere & improve prompt popup

This commit is contained in:
space-nuko
2023-05-13 01:20:58 -05:00
parent 7786a0aba6
commit 23271197b5
12 changed files with 6064 additions and 2522 deletions

View File

@@ -106,7 +106,7 @@ export function promptToGraphVis(prompt: SerializedPrompt): string {
return out
}
export function getNodeInfo(nodeId: number): string {
export function getNodeInfo(nodeId: NodeID): string {
let app = (window as any).app;
if (!app || !app.lGraph)
return String(nodeId);