HabFract / monorepo

One repo to rule them all
https://habitfract.net
2 stars 0 forks source link

Tree traversal is broken #12

Closed nick-stebbings closed 7 months ago

nick-stebbings commented 8 months ago

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.