-
Notifications
You must be signed in to change notification settings - Fork 19
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
feat(UI): Add markdown editor to annotate item #1082
Conversation
c8c32ce
to
5e0ee8f
Compare
- upgrade dependencies (eslint 9 \o/) - new icons - minimal kinnable ich text editor
00b7241
to
ccd867d
Compare
Coverage Report for backend
|
509582c
to
9e5ec4e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The note should be specific to an item version; right now the note stays the same regardless of the version
This is fixed thanks for the report :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alright, good stuff!
Very nice, thanks for shipping this fast! |
Nice @rouk1 |
Part of #1041
set_note
as a JSON APIUI preview
annotate.mp4
implementation choices
Finding a good and not too opinionated rich text editor is no easy job. After struggling with a few libs I decided that rolling a minimal editor may do the job (at least for now).
The RichTextEditor component (probably badly named) tries to:
In a future work we may move to something more powerful.