Feature request: Add specific favicons to special Theme pages

Hi!

I will leave this here. I know Alex will see it one day. :slight_smile:

So we have Theme Options, Templates and Global Blocks. All of these already have nice SVG icons inside the ui file.

I often pin those pages to the browser in separate tabs, when intensely working on new websites. I imagine many others do the same.

It would be a very nice touch if those icons were also favicons specific for those pages, so they can easily be identified while pinned. :slight_smile:

3 Likes

This would be awesome.

Really interesting idea here, and it helps that we already have icons. It would definitely help considering you lose the title with pinned tabs. Took a quick look and it appears you can set that dynamically in javascript with a data URI. Not sure if SVG is supported but will make a note to revisit this.

4 Likes

Great!

it is supported well, with some extra work for Safari.

https://caniuse.com/#search=svg%20favicon

Thanks!

1 Like