Folo/packages/types
Innei 390eef784a
refactor(context-menu): streamline menu item types and improve filtering logic
- Consolidated menu item types by introducing `MenuItemText` and `MenuItemSeparator` classes.
- Updated context menu handling to filter out null and undefined values more effectively.
- Enhanced the `useEntryActions` and `useFeedActions` hooks to utilize the new menu item structure.
- Improved context menu rendering logic to avoid duplicate separators.
- Refactored various components to leverage the new menu item classes for better readability and maintainability.

Signed-off-by: Innei <tukon479@gmail.com>
2025-04-18 22:41:06 +08:00
..
global.d.ts refactor(context-menu): streamline menu item types and improve filtering logic 2025-04-18 22:41:06 +08:00
package.json chore: enable noUncheckedIndexedAccess, better type check (#2608) 2025-01-18 22:35:23 +08:00
react-global.d.ts fix: optimize print mode 2024-11-11 16:30:03 +08:00
vite-env.d.ts chore: enable noUncheckedIndexedAccess, better type check (#2608) 2025-01-18 22:35:23 +08:00