FalkorDB / falkordb-browser

FalkorDB-Browser is a visualization UI for FalkorDB.
https://www.falkordb.com/
Other
20 stars 6 forks source link

Show available graphs in a drop-down list in Graph view #50

Closed gkorland closed 9 months ago

gkorland commented 9 months ago

image

Should use a combobox with input

image

FalkorDB provides a GRAPH.LIST command that returns the list of available graphs

Full-stack-Web-Dev-BD commented 9 months ago

Hi ,

I did checked that our Graph loading from API call let result = await fetch(/api/graph?graph=${prepareArg(state.graphName)}&query=${prepareArg(q)}, { method: 'GET', headers: { 'Content-Type': 'application/json' } }) But while i dive into the data , i did not finded any List element as you mentioned on this issue =>"FalkorDB provides a GRAPH.LIST command that returns the list of available graphs"

Here is the SS image

Full-stack-Web-Dev-BD commented 9 months ago

While i tried with a graph name (pallets-flask) its not loading its propertise , it just loading a empty screen ,

Graph: image List : image