-
-
Notifications
You must be signed in to change notification settings - Fork 251
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
Can't delete labels #5772
Comments
There is actually a way to delete your labels, but I do agree that it is really inconvenient and something like a "delete" button should be present. You can actually delete your label by clicking on "Edit" and then writing just one letter and deleting it and then when you confirm this empty string, it actually deletes the label. Not sure if this should be a bug or a "feature request". cc @hynek-jina |
Then it make sense as a feature improvement request. |
Did you try to reproduce this? It does't work. I updated my steps to be more clear but when I said "No matter what is entered in the label field" in step 5 that included an empty string because I tried that already.
I also already mentioned in the expected behavior that an empty string should delete the label, meaning that it currently doesn't. I checked the code and saw that it should delete under some conditions (like an empty string) but those conditions are never met, so it's a bug IMHO. |
Unfortunately, yes, I know that if you just click on "Edit" and confirm an empty string, it doesn't work. But as I mentioned here:
You need to:
The label is removed for me after that, I just tried it again. I tried to make a video (I hope it makes more sense): labels.mp4 |
I did follow these instructions you gave in your original reply and it didn't work for me:
But your video solved the mystery. When you say "confirm this empty string" and "4. then confirm it" you're using the So I tested again, and when following your steps with the enter key, it gets deleted. When following your steps with the checkbox button, it reverts back to the previous text. Steps to reproduce:
|
Ok, I see, my bad. I just instinctively confirmed it with "enter" key but with clicking on the confirm tick, it indeed doesn't work. Thank you! Adding back the "bug" label. The repro steps are as @rocketeerbkw mentioned. User should be able to "delete" the label via the confirm tick button. |
Tested in 24.10.1 and it seems to be working better. Saving a label with an empty string by clicking or pressing enter deletes the label. Would still be nice to have a specific "delete" label but I'll close my issue. |
Describe the bug
Once an address or transaction has been labelled, it's impossible to remove the label.
Info:
How to reproduce
Steps to reproduce the behavior:
Expected behavior
A button to delete a label. Or when saving the label with an empty string to delete the label.
The text was updated successfully, but these errors were encountered: