-
-
Notifications
You must be signed in to change notification settings - Fork 279
feat: filter search for commit change type #1381
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: filter search for commit change type #1381
Conversation
4dd1521
to
5c52c3d
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1381 +/- ##
==========================================
+ Coverage 97.33% 97.55% +0.21%
==========================================
Files 42 57 +15
Lines 2104 2656 +552
==========================================
+ Hits 2048 2591 +543
- Misses 56 65 +9
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
5c52c3d
to
2f233d8
Compare
Hi @Lee-W, I have tested the search filter functionality using the configuration approach:
It works as expected, so I've:
|
Hey @Yusin0903 , just noticed the CI is failing. Could you please take a look? Thanks 🙂 |
2f233d8
to
c0b1e05
Compare
We could also deprecate |
Yep, this is a fantastic idea! |
2489e23
to
c0b1e05
Compare
c0b1e05
to
a4f8c20
Compare
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'm good with this change. We probably want to plan the cz_customize deprecation more thoroughly
Description
Added search filter functionality to commit type selection in Conventional Commits. This allows users to quickly find commit types by typing part of the type name or description, enhancing user experience especially when working with many commit types.
Changes Made
Checklist
poetry all
locally to ensure this change passes linter check and testExpected behavior
When a user types characters during commit type selection, the list of options is filtered to show only those containing the typed characters. For example, typing "fix" will show the item that contains "fix" .
Steps to Test This Pull Request
Additional context