aws/graph-explorer

Restoring previous graph leaves restore button present

開放

#959 建立於 2025年6月5日

 (0 則留言) (0 個反應) (0 位負責人)TypeScript (88 個分叉)auto 404
good first issuequery editor

倉庫指標

星標
 (456 顆星)
PR 合併指標
 (平均合併 3天 9小時) (30 天內合併 41 個 PR)

描述

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.

貢獻者指南