Skip to content

Changing the star rating system

Dmitry Kolesnikov requested to merge (removed):fixStarsInPlaylist into master

What was done:

  • Incorrect processing of stars in the current playlist panel (See the video). There is no such error now.
  • If the scores are 0-5, you can change the score in the main panel, but not put a new one. Now it's possible.
  • In some places it was written "View Details", in others "Video details". Now only "View details".
  • Order Folder Info Rating Play Remove changed to order Folder Info Play Remove Rating. When I see a star and want to remove a track from my favorites, I hover the cursor over the star and it changes to the "Play" button and after clicking the whole queue is deleted. I think it would be more logical if the button remained in its original place.
  • In the rating system code, sometimes the width was written before the height, sometimes vice versa. I swapped places so that there was first width everywhere, and then height, so that there was no confusion.
  • The opacity property of RatingStar has been removed because it is no longer needed.

2022-08-23_20-56-11

Edited by Dmitry Kolesnikov

Merge request reports