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
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
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
Possible Public State
Related
The text was updated successfully, but these errors were encountered: