FEAT Pin Tree
in the frontend: api tree -> Maybe NodePinned -> Tree Node
case maybeNodePinned of
Nothing -> Root
Just x -> Tree with root x
in the frontend: api tree -> Maybe NodePinned -> Tree Node
case maybeNodePinned of
Nothing -> Root
Just x -> Tree with root x