-
Notifications
You must be signed in to change notification settings - Fork 92
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
[next] feat(NcRich*): migrate to vue 3 #4976
Conversation
@Antreesy Thanks a lot for taking care of the remaining issues! Markdown support works now and I couldn't find any more issues. From my side, this PR is now ready to be merged. When this gets merged, we have migrated all components to vue3 🚀 I will squash the commits into one after the PR is approved. |
Except |
This is included in this PR as well, since it sits in the |
src/components/NcRichText/NcReferencePicker/referencePickerModal.js
Outdated
Show resolved
Hide resolved
This comment was marked as resolved.
This comment was marked as resolved.
c248895
to
88895a8
Compare
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
f65ab1c
to
9a6b526
Compare
I applied the review comments and fixed another issue I found. I think it should work well now, a new review would be welcome. |
src/components/NcRichText/NcReferencePicker/referencePickerModal.js
Outdated
Show resolved
Hide resolved
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.
Everything seems to work fine.
Thanks for all the work 💙
And for resolving a large number of my comments 🙈
The last component in Vue 3 migration 🚀
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.
LGTM from NcRich component general usage + markdown (apart from the code where I'm co-author)
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.
Nice!
Unrelated, but does anyone knows where this is coming from? |
Great.
Thanks for your comments, though. They helped a lot!
I think it's time for an alpha release, no? 🙂 |
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
2d1cba0
to
e7d25a8
Compare
☑️ Resolves
NcRich*
components to vue 3.