-
Notifications
You must be signed in to change notification settings - Fork 198
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: table html encoder and decoder added #449
feat: table html encoder and decoder added #449
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #449 +/- ##
==========================================
- Coverage 80.53% 80.49% -0.04%
==========================================
Files 280 282 +2
Lines 11304 11887 +583
==========================================
+ Hits 9104 9569 +465
- Misses 2200 2318 +118
☔ View full report in Codecov by Sentry. |
@LucasXu0 you can review this pr |
@zoli Please take a look. |
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.
Looks good to me except for the comments. @alihassan143 Thanks for the effort.
@zoli changes applied |
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, Thanks.
@LucasXu0 any chance of this pr to be merged? |
* main: chore: bump version 1.5.0 (AppFlowy-IO#551) feat: convert = and > to ⇒ (AppFlowy-IO#523) feat: support overriding i18n (AppFlowy-IO#550) feat: table html encoder and decoder added (AppFlowy-IO#449)
#426