Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

removed @blocknote/core from dependencies #6580

Merged
merged 4 commits into from
Aug 8, 2024

Conversation

ehconitin
Copy link
Contributor

Fixes #6564 & #6561

@FelixMalfait

Removed @blocknote/core from dependencies

2024-08-08.16-33-36.mp4

Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR Summary

The pull request removes the @blocknote/core dependency from package.json, addressing issues with block duplication and bullet point indentation in the RichTextEditor.

  • Removed @blocknote/core from package.json.
  • Updated /packages/twenty-front/src/modules/activities/components/RichTextEditor.tsx to handle block movements and indentation without @blocknote/core.
  • Ensured BlockEditor and related components in /packages/twenty-front/src/modules/ui/input/editor/components/BlockEditor.tsx function correctly without @blocknote/core.
  • Verified that all imports and usages of @blocknote/core are properly handled to avoid runtime errors.

1 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings

@ehconitin ehconitin closed this Aug 8, 2024
@ehconitin ehconitin reopened this Aug 8, 2024
Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR Summary

The pull request removes the @blocknote/core dependency from package.json, addressing issues with block duplication and bullet point indentation in the RichTextEditor.

  • Removed @blocknote/core from package.json.
  • Updated /packages/twenty-front/src/modules/activities/components/RichTextEditor.tsx to handle block movements and indentation without @blocknote/core.
  • Ensured BlockEditor and related components in /packages/twenty-front/src/modules/ui/input/editor/components/BlockEditor.tsx function correctly without @blocknote/core.
  • Verified that all imports and usages of @blocknote/core are properly handled to avoid runtime errors.

1 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings

@FelixMalfait FelixMalfait merged commit 774cb55 into twentyhq:main Aug 8, 2024
2 of 5 checks passed
Copy link

github-actions bot commented Aug 8, 2024

Thanks @ehconitin for your contribution!
This marks your 0th PR on the repo. You're top 0% of all our contributors 🎉
See contributor page - Share on LinkedIn - Share on Twitter

Contributions

@ehconitin ehconitin deleted the fixed-issues-6564-5461 branch September 2, 2024 06:32
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.

Moving a block in the RichTextEditor duplicates it
2 participants