mikhael28/paretOS

Coach Review Modal - Rich Text

Open

#64 opened on Sep 2, 2021

 (0 comments) (0 reactions) (0 assignees)JavaScript (45 forks)auto 404
Reactgood first issuehelp wanted

Repository metrics

Stars
 (35 stars)
PR merge metrics
 (PR metrics pending)

Description

In ApproveExperienceModal, we want to change the coach notes from being a simple form field to being a rich-text field, where the coach can leave detailed feedback instead of simple font. We will then want to update the view on the mentee's side, to review the notes in dangerouslySetInnerHtml or another form to display the rich-text.

We already have quill.js, but I am not super happy with it (250kb in bundle size) - you can implement the same system we have already, but I am also open to other rich text suggestions. Please give an indication of what the bundle size contribution of a new NPM module is!

Contributor guide