Abstract sidebar menu into an AppMenu component #96
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Right now, the logic for working with the menu actions et al. lives in the main app component.
Abstract that out into some
app-menucomponent so we can re-use it. Then, implement an "Explore" action that opens the menu in a modal, pre-rooted at some point in the tree, optionally.