datacommonsorg / website

Code for the Data Commons website
https://datacommons.org
Apache License 2.0
21 stars 76 forks source link

[RIG EVAL] Improve question navigation flow; Use more react context to save state #4292

Closed shifucun closed 1 month ago

shifucun commented 1 month ago

This PR solves a few usability issues from query/call navigation and form submission states.

Since the query and call id can be modified in the query list, navigation button and are read in all components, I put query id, call id, "all query" and "all call" objects all in the global context to make things simpler.