* Improve sidebar menu and navigation tree performance
* remote some test and rollback useOnScreen
* feat: introduce ActionFactory type and update context menu components to support it
- Added ActionFactory type to allow functions returning ActionWithChildren.
- Updated ContextMenu and DropdownMenu components to handle ActionFactory.
- Modified DocumentRow, SidebarLink, and other components to accept ActionFactory for context actions.
- Refactored useDocumentMenuAction to utilize createRootMenuAction for better action management.
---------
Co-authored-by: Tom Moor <tom@getoutline.com>