You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To improve our console UX, we can modify the transaction prompt with for example a * at the end to indicate whether the transaction has uncommitted changes.
This may end up being a state variable that is switched when a write query is performed - including define/undefine, and cleared on commit.
Note that match-insert and match-delete aren't necessarily inserting or deleting anything as the match can fail. This links with issue #166 , as we can modify this state when the user confirms they want to proceed with a insert/delete.
The text was updated successfully, but these errors were encountered:
To improve our console UX, we can modify the transaction prompt with for example a
*
at the end to indicate whether the transaction has uncommitted changes.This may end up being a state variable that is switched when a write query is performed - including define/undefine, and cleared on commit.
Note that match-insert and match-delete aren't necessarily inserting or deleting anything as the match can fail. This links with issue #166 , as we can modify this state when the user confirms they want to proceed with a insert/delete.
The text was updated successfully, but these errors were encountered: