After #10 is completed we can finish testing of the tree traversal buttons. Currently there are excess buttons which will error out when clicked (as we are already at the bounds of the data that was retrieved).
The traversal is controlled/tracked in state by some jotai [https://jotai.org/] atoms, accessed by a hook useNodeTraversal , in the hooks folder, which encapsulates the current state of the traversal, as well as the current sphere being traversed.
After #10 is completed we can finish testing of the tree traversal buttons. Currently there are excess buttons which will error out when clicked (as we are already at the bounds of the data that was retrieved).
The traversal is controlled/tracked in state by some jotai [https://jotai.org/] atoms, accessed by a hook
useNodeTraversal
, in the hooks folder, which encapsulates the current state of the traversal, as well as the current sphere being traversed.