aws/graph-explorer

Restoring previous graph leaves restore button present

オープン

#959 opened on 2025/06/05

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)TypeScript (88 件のフォーク)auto 404
good first issuequery editor

Repository metrics

Stars
 (456 個のスター)
PR merge metrics
 (平均マージ 3d 9h) (30d で 41 merged PRs)

説明

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.

コントリビューターガイド