-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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(web): create tag on the fly #14726
feat(web): create tag on the fly #14726
Conversation
Hello, thank you for the PR. Can you help fix the e2e test? |
5fa8885
to
34197f8
Compare
@@ -50,20 +55,22 @@ | |||
<FullScreenModal title={$t('tag_assets')} icon={mdiTag} onClose={onCancel}> | |||
<div class="text-sm"> | |||
<p> | |||
<FormatMessage key="tag_not_found_question"> | |||
<!-- <FormatMessage key="tag_not_found_question"> |
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.
Can you remove this unused code?
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 just tested the PR and it works well.
Can you help address the comments? And what do you think about making a wrapper component for the combobox and adding specific tag creation handling in that wrapper component instead of adding those logics to the combobox?
clean unused code and add comments
I refer to the design of the element plus for the select component. |
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
#12179 (comment)