dweymouth / supersonic

A lightweight and full-featured cross-platform desktop client for self-hosted music servers
GNU General Public License v3.0
675 stars 26 forks source link

Highlight the icon of the current page #306

Closed natilou closed 5 months ago

natilou commented 6 months ago

Modifications:

Highlight the icon of the current page: Screenshot from 2023-12-24 17-04-54

Highlight the icon of the current page but it doesn't modify the color of the same icon in quick search: Screenshot from 2023-12-24 17-05-21

When we are in the page "Artist" the icon of the page "Artists" is not highlighted: Screenshot from 2023-12-24 17-05-53

new icon ResHeartFilledSvg: Screenshot from 2023-12-24 18-05-37

new icon ResHeartOutlineSvg: Screenshot from 2023-12-24 18-06-05

fixes #218

dweymouth commented 6 months ago

I think the only thing left is to include the new .svg file as well as the changes to bundled_gen.sh in the PR. But I'm traveling and it may be until mid-week when I have the time to test myself. Thanks for working on this!

natilou commented 6 months ago

I think the only thing left is to include the new .svg file as well as the changes to bundled_gen.sh in the PR. But I'm traveling and it may be until mid-week when I have the time to test myself. Thanks for working on this!

Changes made, thanks! Take your time, no rush!

dweymouth commented 6 months ago

Can you add the bundled_gen.sh updates as well?

Edit: Nevermind, I was looking at the diff against replace-png-icons which already has the bundled_gen update. Sorry!