plane/web/components
Palanikannan1437 7c0711dc90 feat: Add RichTextEditorWrapper component for easier global rich text editor changes
This commit adds the `RichTextEditorWrapper` component to the project. The component is responsible for rendering a rich text editor with additional functionalities.

The `RichTextEditorWrapper` component imports the necessary dependencies from `"react"` and `"@plane/rich-text-editor"`. It also utilizes the `useMention` hook from `"hooks/store"`.

The component interfaces include `EditorHandle`, which defines methods like `clearEditor` and `setEditorValue`, and `RichTextEditorWrapperProps`, which extends the `IRichTextEditor` interface with additional properties.

An instance of the `FileService` is created to handle file-related operations.

The `RichTextEditorWrapper` component is exported using `React.forwardRef` to allow access to the underlying editor's ref. It takes the `workspaceSlug` prop and other relevant props, renders the `RichTextEditorWithRef` component, and passes the necessary props like `uploadFile`, `deleteFile`, `restoreFile`, `mentionSuggestions`, and `mentionHighlights`.

The `RichTextEditorWrapper` component's display name is set to "RichTextEditorWrapper".
2024-01-11 12:58:52 +05:30
..
account fix: Login workflow depending on smtp is configured (#3307) 2024-01-04 16:27:17 +05:30
analytics refactor: MobX store structure (#3228) 2024-01-02 18:12:55 +05:30
api-token refactor: MobX store structure (#3228) 2024-01-02 18:12:55 +05:30
auth-screens refactor: MobX store structure (#3228) 2024-01-02 18:12:55 +05:30
automation refactor: MobX store structure (#3228) 2024-01-02 18:12:55 +05:30
breadcrumbs chore: format all files in monorepo (#3054) 2023-12-10 15:50:45 +05:30
command-palette fix: breaking cycle issues and replacing router.push with Links (#3330) 2024-01-08 19:20:42 +05:30
common chore: UI/UX improvements (#3319) 2024-01-05 14:13:04 +05:30
core chore: refactored and resolved build issues on the issues and issue detail page (#3340) 2024-01-10 20:09:45 +05:30
cycles chore: modal and dropdown improvement (#3332) 2024-01-10 12:21:24 +05:30
dnd refactor: removed unused packages (#2658) 2023-11-06 13:17:02 +05:30
dropdowns chore: modal and dropdown improvement (#3332) 2024-01-10 12:21:24 +05:30
editor feat: Add RichTextEditorWrapper component for easier global rich text editor changes 2024-01-11 12:58:52 +05:30
emoji-icon-picker chore: modal and dropdown improvement (#3332) 2024-01-10 12:21:24 +05:30
estimates fix: estimate order not maintained in create/ update modal. (#3326) 2024-01-08 16:16:45 +05:30
exporter refactor: MobX store structure (#3228) 2024-01-02 18:12:55 +05:30
gantt-chart chore: refactored and resolved build issues on the issues and issue detail page (#3340) 2024-01-10 20:09:45 +05:30
headers fix: breaking cycle issues and replacing router.push with Links (#3330) 2024-01-08 19:20:42 +05:30
icons refactor: MobX store structure (#3228) 2024-01-02 18:12:55 +05:30
inbox chore: refactored and resolved build issues on the issues and issue detail page (#3340) 2024-01-10 20:09:45 +05:30
instance refactor: MobX store structure (#3228) 2024-01-02 18:12:55 +05:30
integration Merge branch 'preview' of github.com:makeplane/plane into develop 2024-01-08 23:29:36 +05:30
issues chore: refactored and resolved build issues on the issues and issue detail page (#3340) 2024-01-10 20:09:45 +05:30
labels chore: UI/UX improvements (#3319) 2024-01-05 14:13:04 +05:30
modules chore: refactored and resolved build issues on the issues and issue detail page (#3340) 2024-01-10 20:09:45 +05:30
notifications fix: breaking cycle issues and replacing router.push with Links (#3330) 2024-01-08 19:20:42 +05:30
onboarding fix: workspace invitations response updated (#3321) 2024-01-05 23:42:52 +05:30
page-views refactor: MobX store structure (#3228) 2024-01-02 18:12:55 +05:30
pages chore: refactored and resolved build issues on the issues and issue detail page (#3340) 2024-01-10 20:09:45 +05:30
profile refactor: MobX store structure (#3228) 2024-01-02 18:12:55 +05:30
project chore: modal and dropdown improvement (#3332) 2024-01-10 12:21:24 +05:30
states refactor: MobX store structure (#3228) 2024-01-02 18:12:55 +05:30
toast-alert chore: format all files in monorepo (#3054) 2023-12-10 15:50:45 +05:30
ui fix: breaking cycle issues and replacing router.push with Links (#3330) 2024-01-08 19:20:42 +05:30
user refactor: MobX store structure (#3228) 2024-01-02 18:12:55 +05:30
views chore: modal and dropdown improvement (#3332) 2024-01-10 12:21:24 +05:30
web-hooks refactor: MobX store structure (#3228) 2024-01-02 18:12:55 +05:30
workspace chore: UI/UX improvements (#3319) 2024-01-05 14:13:04 +05:30