-
Notifications
You must be signed in to change notification settings - Fork 132
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: Improve usage examples in TestPane #669
Conversation
Codecov Report
@@ Coverage Diff @@
## main #669 +/- ##
==========================================
+ Coverage 90.66% 90.67% +0.01%
==========================================
Files 189 189
Lines 5926 5933 +7
Branches 1421 1425 +4
==========================================
+ Hits 5373 5380 +7
Misses 546 546
Partials 7 7
Continue to review full report at Codecov.
|
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.
+1
I think @SQLGate not only requires the |
import { Scrollable } from 'mo/components'; | ||
import { randomId } from 'mo/common/utils'; | ||
|
||
function shortRandomId() { |
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.
这个跟 randomId 啥区别~
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.
randomId生成的id太长,页面上展示起来感觉不太好看
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.
+1
Description
Improve usage examples in TestPane.
Fixes #591
Changes