-
Notifications
You must be signed in to change notification settings - Fork 527
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
chore: improve Upstream/CodeMirror #1707
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1707 +/- ##
==========================================
+ Coverage 71.87% 72.04% +0.17%
==========================================
Files 130 130
Lines 5660 5649 -11
Branches 661 648 -13
==========================================
+ Hits 4068 4070 +2
+ Misses 1352 1335 -17
- Partials 240 244 +4
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
as for default values, we need to refer to https://github.com/api7/lua-resty-healthcheck/tree/master/docs , I will file a new PR to do that. |
I have some doubts:
|
@iamayushdas @KishaniKandasamy @stu01509 You could also review this PR :) |
Sure 😃 |
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.
👍🏻
👍🏻 |
Hi, I noticed we have comments all about CodeMirror, how about adding some descriptions for this component? I don't have a better name yet, I would still prefer keeping using CodeMirror than Create with Editor. What's your opinion? BTW, how about other changes in this PR? Do they make sense to you? |
Oops! When I want to select more reviewers on GitHub app, it unselect some of reviewers. |
@@ -136,12 +136,11 @@ const Page: React.FC = () => { | |||
<PlusOutlined /> | |||
{formatMessage({ id: 'component.global.create' })} | |||
</Button>, | |||
<Button type="primary" onClick={() => { | |||
<Button type="default" onClick={() => { |
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.
I think the original way looks better.
At the same time, If really need to do this, also need to modify the style of other pages.
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.
not sure if we really need the primary button here 🤔
Hi all, except those comments, any comments about those changes? |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1707 +/- ##
==========================================
+ Coverage 71.87% 72.04% +0.17%
==========================================
Files 130 130
Lines 5660 5649 -11
Branches 661 648 -13
==========================================
+ Hits 4068 4070 +2
+ Misses 1352 1335 -17
- Partials 240 244 +4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Please answer these questions before submitting a pull request, or your PR will get closed.
Why submit this pull request?
What changes will this PR take into?
Please update this section with a detailed description.
Related issues
None
Checklist: