Refactor useFeedActions component to conditionally add a separator
Description
Refactor useFeedActions component to conditionally add a separator in the menu list based on the length of listByView array.
Refactor FeedCategoryImpl component to conditionally add a separator in the menu list based on the length of listList array.
Linked Issues
Additional context
@jerryc127 is attempting to deploy a commit to the RSS3 Team on Vercel.
A member of the Team first needs to authorize it.
/ai-review
Suggested PR Title:
refactor: improve native menu item handling
Change Summary:
Refactored the native menu item structure to enhance clarity and functionality. Key changes include implementing separate types for menu items with a 'hide' property, improving the context menu handling in useFeedActions, and optimizing the submenu mapping in FeedCategoryImpl. These updates streamline the codebase, enhance type safety, and improve overall maintainability.
Code Review: No change requests necessary.