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

docs explorer store #119

Open
4 tasks
Tracked by #109
josephfusco opened this issue Apr 16, 2024 · 0 comments
Open
4 tasks
Tracked by #109

docs explorer store #119

josephfusco opened this issue Apr 16, 2024 · 0 comments
Labels
component: store Related to application store

Comments

@josephfusco
Copy link
Member

josephfusco commented Apr 16, 2024

The goal here is to have a Redux store registered that maintains the state of the docs explorer and allows 3rd party code to see what's in the state and write back to the state.

The docs explorer panel uses the Redux store.

Acceptance Criteria

  • test: expect hovering a valid field in the document displays a popover
  • test: expect cmd + click a field in the query document to open documentation in Docs browser
  • test: expect clicking the docs button opens the Docs browser
  • test: expect clicking the docs button when the Docs browser is open, closes the Docs browser

Possible Public State

  • explorerNavStack
  • push
  • pop
  • reset

Related

@josephfusco josephfusco mentioned this issue Apr 16, 2024
14 tasks
@josephfusco josephfusco added the component: store Related to application store label May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: store Related to application store
Projects
None yet
Development

No branches or pull requests

1 participant