formbricks / oss.gg

Gamify Open Source Contributions
https://oss.gg
MIT License
29 stars 18 forks source link

feat: add editor to update project description #95

Open RA9 opened 1 month ago

RA9 commented 1 month ago

What does this PR do?

This feature integrates a customizable rich-text editor built with Tiptap and Tailwind CSS into the project section when accessed from repository settings. Fixes #76

image

vercel[bot] commented 1 month ago

@RA9 is attempting to deploy a commit to the formbricks Team on Vercel.

A member of the Team first needs to authorize it.

github-actions[bot] commented 1 month ago

Thank you for following the naming conventions for pull request titles! 🙏

jobenjada commented 1 week ago

hey @RA9

thanks for your contribution and sorry for the delay!

Unfortunately, the editor is not respecting line breaks:

image

Did that work for you?

And aren't we missing a Save button? 🤓 We cannot update the text in the db right away because it would stream the editing process to the people looking at the project descriptions.

Thanks!