aws/graph-explorer

Restoring previous graph leaves restore button present

Offen

#959 geöffnet am 05.06.2025

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (88 Forks)auto 404
good first issuequery editor

Repository-Metriken

Stars
 (456 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 3T 9h) (41 gemergte PRs in 30 T)

Beschreibung

Steps to reproduce

  1. Add a node to the database using query editor g.addV()
  2. Add new nodes to graph visualization
  3. Drop new node from database g.V('{id}').drop()
  4. Refresh browser
  5. Click restore previous graph button

Expected results

No nodes should be added to the graph, but the restore button should disappear. Also, a warning/soft error should be shown letting the user know that a node could not be found.

Contributor Guide