Skip to content

Conversation

@Manik-Khajuria-5
Copy link
Contributor

@Manik-Khajuria-5 Manik-Khajuria-5 commented Dec 15, 2025


Issue number

Contributes to #4460


Description

This PR refactors the GroupsControlpanel by converting it from a legacy class-based implementation to a modern, fully hook-based functional component.


Key Changes

  • Converted GroupsControlpanel from a class component to a functional component
  • Replaced lifecycle methods with useEffect
  • Migrated Redux logic to useSelector and useDispatch
  • Replaced instance methods with memoized callbacks using useCallback
  • Preserved existing async request handling for group creation, deletion, and updates
  • Ensured safe client-side portal rendering for toolbar actions
  • Maintained full behavior parity with the previous implementation


@Manik-Khajuria-5 Manik-Khajuria-5 marked this pull request as ready for review December 15, 2025 12:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant