Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explorer namespaces list fails to stay up-to-date #790

Open
Mertzenich opened this issue Feb 1, 2025 · 0 comments · May be fixed by #791
Open

Explorer namespaces list fails to stay up-to-date #790

Mertzenich opened this issue Feb 1, 2025 · 0 comments · May be fixed by #791

Comments

@Mertzenich
Copy link

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)

  1. Navigate to the Dashboard
  2. Navigate to the Sandbox tab
  3. 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)
  4. Navigate to the Explorer tab
  5. Notice that the new "goals" namespace does not appear in the list
  6. Refresh the page
  7. Notice that the new namespace now appears

Steps (Images)

Image

Image

Image

Image

Image

@Mertzenich Mertzenich linked a pull request Feb 1, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant