Additional button to remove the star rating of an image - #22077
Conversation
|
As announced here : #22048 I now request a release note entry for new features and fixes if from a previous released versions. |
Sure. Done. |
|
@deekayhd : Please never merge master into your topic branch, the policy is to rebase. You have probably use the GitHub button to resolve the conflict, this is not the right way. I'll handle this manually, just so you know for the next time. |
|
Manually merged. |
@TurboGit Sorry for the hassle. Yes, I had some conflicts after publishing my feature branch to my fork. I tried to rebase locally, but I couldn't get rid of the conflict (so far I never had to deal with any). I guess I should have rebased before ever publishing the feature branch. My last desperate measure was then to use the button in Github :-( |
|
After a rebase if you have conflict you need:
And redo this whole procedure if more conflicts are found. |
Well, this is what I did, but in VSCode, not on the command line. I hope I can manage to do it properly the next time. |
This is a proposal for issue #21127 .
Currently, the only way to remove the star rating of an image is either by using the shortcut 0 or by clicking the first star in a toggle fashion. When more than one star has been set for an image, you have to click the first star twice. This is not very intuitive.
With this PR a new dedicated button is introduced at the bottom of the lighttable to remove the star rating of an image in the same fashion as setting the rating.
@TurboGit This is the replacement for my previous PR #21199, where we discussed this addition already.
closes #21127