mirror of
https://github.com/langgenius/dify.git
synced 2026-03-12 02:28:54 +08:00
Replace ExploreContext with derived permission checks using useAppContext and useMembers, eliminating redundant state synchronization. Add oRPC contract for explore endpoints, extract TryAppSelection type, and migrate app-publisher icons from @remixicon/react components to CSS icon classes. Update all related tests to reflect the new context-free architecture.