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
I noticed a bug with the namespace list while I was experimenting in the sandbox. In the "Explorer" tab of the dashboard, namespaces that were added while another tab was open will not appear until a refresh or if further changes are made while the explorer is still open. Note that if you have both the explorer and the sandbox open at the same time the namespace list will update as it should, the problem occurs when the explorer is not open while a namespace is created.
Steps (Text)
Navigate to the Dashboard
Navigate to the Sandbox tab
Check the "Write to DB" box and execute a transaction which creates a new namespace (i.e. db.transact(tx.goals[id()].update({ title: 'eat' })); in a blank app)
Navigate to the Explorer tab
Notice that the new "goals" namespace does not appear in the list
Refresh the page
Notice that the new namespace now appears
Steps (Images)
The text was updated successfully, but these errors were encountered:
Description
I noticed a bug with the namespace list while I was experimenting in the sandbox. In the "Explorer" tab of the dashboard, namespaces that were added while another tab was open will not appear until a refresh or if further changes are made while the explorer is still open. Note that if you have both the explorer and the sandbox open at the same time the namespace list will update as it should, the problem occurs when the explorer is not open while a namespace is created.
Steps (Text)
db.transact(tx.goals[id()].update({ title: 'eat' }));
in a blank app)Steps (Images)
The text was updated successfully, but these errors were encountered: