Skip to content

Draft: Allow update track rating from ContextView and PlayListEntry

Javier Goday requested to merge jgoday/elisa:feature_rating into master

Changes to ContextView (Now Playing) and PlayListEntry to allow update track rating directly.

(https://bugs.kde.org/show_bug.cgi?id=437099)

image

image

image

When the playlistentry is hovered, durationLabel is hidden to optimize space,

LabelWithToolTip {
    id: durationLabel

    ...
    visible: !containsMouse && !isSelected && !playListEntry.activeFocus && !simpleMode
}

otherwise the result would be this, (what do you think?) ...

image

Merge request reports