walinejs / waline

💬 A Simple, Safe Comment System
https://waline.js.org/en/
GNU General Public License v2.0
2.19k stars 379 forks source link

> https://waline.js.org/client/basic.html#requiredfields 你把 requiredFields 设置一下吧,把 nick 设置成必填项试试 #260

Closed lizheming closed 3 years ago

lizheming commented 3 years ago

https://waline.js.org/client/basic.html#requiredfields 你把 requiredFields 设置一下吧,把 nick 设置成必填项试试


用的过程中发现个小问题,就不开新讨论了,看看后续是否有优化计划哈。

就是每次评论完,评论按钮变为禁用态之后,没有任何loading反馈,像valine评论加载时,在下方会有个loading图示。

而且不知道为什么waline生成评论的速度好像会比valine长些,我认为这样的情况下加载反馈就更重要了

Originally posted by @tsq456 in https://github.com/lizheming/waline/discussions/179#discussioncomment-716784

Mister-Hope commented 3 years ago

Loading state is added in https://github.com/lizheming/waline/commit/b9dc2c6a044dff0bfa1beb860b2c8044f7dee764

tsq456 commented 3 years ago

Loading state is added in b9dc2c6

这种更新是留待下个版本发布吗?

Mister-Hope commented 3 years ago

Loading state is added in b9dc2c6

这种更新是留待下个版本发布吗?

Yes, after all the plans are completed

Mister-Hope commented 3 years ago

requiredFields is fixed.