feat(ratings): enable rating for installed add-ons - #2288
Open
Tweekazoid wants to merge 2 commits into
Open
Conversation
agajdosi
requested changes
Aug 29, 2026
Member
There was a problem hiding this comment.
Ratings in thumbnail hover for addons does not work in my case, it is empty -. On asset popup it is shown correctly. (https://www.blendkit.com/asset-gallery-detail/63177030-cdb4-45ae-8bec-76a3ee48d151/)
Jinak najs :). vypada to hezky a dava smysl pro uzivatele IMHO.
|
|
||
| # Complexity ("working hours") rating is hidden for add-ons - it confuses | ||
| # regular users and doesn't map well to installable tools. | ||
| if self.asset_type == "addon": |
|
|
||
| # Add-ons can only be rated once they are installed. | ||
| if self.asset_type == "addon": | ||
| from . import download |
Member
There was a problem hiding this comment.
Tohle bych presunul na zacatek filu.
https://peps.python.org/pep-0008/#imports
| row.label(text=" ") | ||
|
|
||
| tooltip_extension = f".\n\nRatings results are shown for assets with more than {show_rating_threshold} ratings" | ||
| # Add-ons show only the quality star - the score/complexity confuse |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
and improve UI feedback
This modifies what is shown in hover over thumbnail
and what is shown in detail view