Skip to content

Commit

Permalink
feat: add rich text editor project creation instructions field (#1311)
Browse files Browse the repository at this point in the history
* feat assetModules: icons add

* feat richTextEditor: tiptap richTextEditor add

* feat richTextEditor: add image & embed youtube video

* feat assetModules: add icon

* feat richTextEditor: editor integration to component

* fix richTextEditor: double input field fix

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fix createProject: projectDetailsForm - description moved before short_description

* fix richTextEditor: propTypes add, boolean editable props add

* fix createProject: props add to richTextEditor & state management

* fix editor: style fix & youtube embed remove

* fix toolbar: youtube embed remove

* fix editProjectTab/editorToolbar: style fix

* fix editProjectTab: richTextEditor add

* feat createProject: instructions value append to formData & post to createProject

* fix editProject: instruction label add to instructions Editor

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
NSUWAL123 and pre-commit-ci[bot] authored Mar 4, 2024
1 parent 1fcd3d1 commit cb4d3db
Show file tree
Hide file tree
Showing 13 changed files with 1,071 additions and 24 deletions.
13 changes: 13 additions & 0 deletions src/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,19 @@
"@radix-ui/react-switch": "^1.0.3",
"@reduxjs/toolkit": "^1.9.1",
"@sentry/react": "^7.59.3",
"@tiptap/extension-bullet-list": "^2.2.4",
"@tiptap/extension-document": "^2.2.4",
"@tiptap/extension-heading": "^2.2.4",
"@tiptap/extension-image": "^2.2.4",
"@tiptap/extension-link": "^2.2.4",
"@tiptap/extension-list-item": "^2.2.4",
"@tiptap/extension-ordered-list": "^2.2.4",
"@tiptap/extension-paragraph": "^2.2.4",
"@tiptap/extension-text": "^2.2.4",
"@tiptap/extension-youtube": "^2.2.4",
"@tiptap/pm": "^2.2.4",
"@tiptap/react": "^2.2.4",
"@tiptap/starter-kit": "^2.2.4",
"@types/jest": "^29.5.3",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
Expand Down
Loading

0 comments on commit cb4d3db

Please sign in to comment.