jsakamoto / Toolbelt.Blazor.HeadElement

Head element support (change the document title, "meta" elements such as OGP, and "link" elements) for Blazor apps.
https://demo-blazor-headelement.azurewebsites.net/
Mozilla Public License 2.0
158 stars 11 forks source link

[Feature Request] #38

Open scudderk opened 1 year ago

scudderk commented 1 year ago

Currently the Color property is not supported, meaning that Safari pinned tabs are not supported:

<Link Rel="mask-icon" Href="@($"/images/{clientName}/safari-pinned-tab.svg")" Color="#82aabb" />

Is there anything that can be done? It is not a deal breaker, but would certainly be nice to have.

jsakamoto commented 1 year ago

@scudderk Thank you for the proposal! It seems a good idea for me, and I'll consider implementing it. But unfortunately, I'm so busy because the end of this year is coming closer (I have to write many blog articles every December for the "Advent Calendar" event). My task queue has already overflowed. I have already received other requests for my OSS libraries, and I'm still working on them. So it must be taken a long time until I implement it. I'll appreciate your patience.