-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
[improvement-#11879]Keyword Search Improvement #12951
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #12951 +/- ##
============================================
- Coverage 39.44% 39.30% -0.15%
- Complexity 4244 4274 +30
============================================
Files 1052 1069 +17
Lines 39857 40135 +278
Branches 4586 4593 +7
============================================
+ Hits 15723 15774 +51
- Misses 22356 22581 +225
- Partials 1778 1780 +2
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@Amy0104 PTAL |
import { defineComponent, withKeys, PropType } from 'vue' | ||
import { NInput } from 'naive-ui' | ||
|
||
const placeholder ='Please enter keyword' |
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.
It needs to handle the different locales.
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
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
* [improvement-apache#11879]Keyword Search Improvement * [improvement] add a search component * [Feature][UI] Revise the `Search` component. * [improvement] add search components * [improvement] fix * [improvement] remove unUsed * [improvement] remove unUsed * handle the different locales. Co-authored-by: Jackie <‘[email protected]’> Co-authored-by: Amy <[email protected]>
cherry-pick [improvement-apache#11879]Keyword Search Improvement (apache#12951) See merge request DataTech/dolphinscheduler!7
Purpose of the pull request
add a shortcut Key
Brief change log
add a shortcut Key
Verify this pull request
This pull request is code cleanup without any test coverage.