Additional button to remove the star rating of an image - #21199
Conversation
|
But then should we keep the double-click on 1 star to remove the rating? Note that this was done to avoid too much encumbered thumbs especially when using small ones. |
I would keep the double-click, because some may be used to it and get confused.
I do not think that this is a problem. When the thumb gets too small, the stars are not visible, anyway. |
|
@deekayhd hey hello! Just a heads up, many things are changing with all this My last #21745 PR (still not in There is also this guide which can become handy: https://docs.gtk.org/gtk4/migrating-3to4.html If using an LLM / AI coding tool, here is some helpful tips that I use in my workflow:
I believe these guidelines are universal and would help plenty of other developers as well when it comes to merging new PRs in this phase. Of course, if you don't use any LLMs, well, you can always inspect the code yourself. It's the same process, but possibly a bit slower, although some people are pretty good at this! CC to @TurboGit because this message could be useful for other people as well |
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 two new dedicated buttons are introduced to remove the star rating of an image in the same fashion as setting the rating.
At the bottom of the window
and on the thumbnail overlay
closes #21127