We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
期望能够和 https://github.com/halo-dev/plugin-search-widget 一样,使用 Lit Element 重构评论的 UI,以获得更小的体积和更好的移植性。
Ref halo-dev/plugin-search-widget#17
The text was updated successfully, but these errors were encountered:
refactor: use lit element to refactor comment component (#80)
5bc1867
使用 [Lit](https://lit.dev/) 重写评论组件,可以获得更小的体积,并且提高可移植性,用于任何 JS 框架。 可测试插件:[plugin-comment-widget-2.0.0-SNAPSHOT.jar.zip](https://github.com/halo-dev/plugin-comment-widget/files/14477870/plugin-comment-widget-2.0.0-SNAPSHOT.jar.zip) /kind improvement Fixes #79 此外,重写之后也解决了以下遗留问题: 1. Fixes #78 2. Fixes #72 3. Fixes #56 4. Fixes #74 5. Fixes #81 6. Emoji 选择器的配色切换问题。 TODO: - [x] 完成 Emoji 选择组件的适配 - [x] 完善基础样式(按钮、分页等) - [x] 整理 CSS,抽取部分 CSS 规则为变量 - [x] 完善默认的暗黑样式 - [x] 完善操作提示(比如评论成功后的提示) - [x] 完善文档 ```release-note 使用 Lit Element 重构评论组件,以获得更小的体积,以及解决若干遗留问题。 ```
ruibaby
Successfully merging a pull request may close this issue.
期望能够和 https://github.com/halo-dev/plugin-search-widget 一样,使用 Lit Element 重构评论的 UI,以获得更小的体积和更好的移植性。
Ref halo-dev/plugin-search-widget#17
The text was updated successfully, but these errors were encountered: