aws/graph-explorer

Restoring previous graph leaves restore button present

Ouverte

#959 ouverte le 5 juin 2025

 (0 commentaire) (0 réaction) (0 personne assignée)TypeScript (88 forks)auto 404
good first issuequery editor

Métriques du dépôt

Stars
 (456 étoiles)
Métriques de merge PR
 (Merge moyen 3j 9h) (41 PRs mergées en 30 j)

Description

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.

Guide contributeur