Closed reactoholic closed 1 week ago
The pull request introduces changes to two components: FormikCommentInputField
and PlatformHelpButton
. In FormikCommentInputField
, the PreFormatedPopper
styled component and the helpButton
tooltip have been removed, streamlining the helper text logic. The PlatformHelpButton
component has updated its import statement to remove the import of React
, reflecting a shift towards using hooks without the React namespace. Overall, these modifications simplify the components while maintaining their core functionalities.
File Path | Change Summary |
---|---|
src/domain/communication/room/Comments/FormikCommentInputField.tsx |
Removed PreFormatedPopper and helpButton , refactored helperText logic. |
src/main/ui/helpButton/PlatformHelpButton.tsx | Removed import of React`, retaining existing functionality. |
helpButton
in the FormikCommentInputField
component.Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Remove the questionmark icon next to the comment input field.
Summary by CodeRabbit
New Features
Bug Fixes
Refactor