-
Notifications
You must be signed in to change notification settings - Fork 259
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: delete tags #8870
feat: delete tags #8870
Conversation
d56656f
to
90966b4
Compare
824d280
to
ad66a0a
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.
Tested and works.
If a tag is deleted that is assigned to the currently opened email, its tag list (below the header) won't be updated immediately. Changing to another email and back again updates the list accordingly.
I don't consider this a hard blocker.
PS: Eslint and psalm are not happy yet.
/home/runner/work/mail/mail/src/components/TagItem.vue
Error: 94:15 error Custom event name 'deleteTag' must be kebab-case vue/custom-event-name-casing
076e0fe
to
1a95848
Compare
Signed-off-by: hamza221 <[email protected]>
a796a2b
to
50f0772
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.
Tested and works.
closes #5146