Files
dify/web/app/components/plugins/plugin-detail-panel/detail-header/hooks/index.ts
CodingOnStar dcb72ad624 refactor: restructure DetailHeader component and enhance plugin management
- Split the DetailHeader component into multiple files for better organization and maintainability.
- Introduced new hooks for managing modal states and plugin operations.
- Added unit tests for the new components and hooks to ensure functionality.
- Improved code readability by removing unused imports and optimizing component structure.
- Enhanced the handling of plugin version updates and source badges.
2026-02-03 15:46:00 +08:00

4 lines
251 B
TypeScript

export { useDetailHeaderState } from './use-detail-header-state'
export type { ModalStates, UseDetailHeaderStateReturn, VersionPickerState, VersionTarget } from './use-detail-header-state'
export { usePluginOperations } from './use-plugin-operations'