I appreciate that you supply a Blazor net 7 serverside version, but since November the .NET 8 RTM brought a lot a news in Blazor world (reunite the serverside rendering of the old .cshtml with the interactive modes of server-signalR and webassembly).
I wonder if you have in your roadmap a .net8 webapp (even with only SSR + Server) template in mind...
Thank you
Sandro
Hi,
Thank you for reaching out to us.
We usually don't provide the exact time for upcoming feature delivery. Currently, we're actively working on a .NET version update. Soon, we will do a quick update for zip files available on the Metronic Downloads page, and this update will be part of the next Metronic release.
Stay tuned for updates via https://twitter.com/keenthemes and https://www.instagram.com/keenthemes/
Regards,
Lauris Stepanovs,
Keenthemes Support Team
hello we love metronic theme but in blazor .net8 after navigation resoureces not load again and we must refrsh page to load it again
please more focus to blazor
The problem is more complicated... menu is not working at all, because it relies on obscure JS calls..
so for example if I choose a menu item that is a child of a node, the parent is not highlighted as active and other open parents are not closed
moreover if you have a long menu, scrollbar of the menu-div is not appearing (because I guess it fails to determine window height)
So, pretty unusable, unless they write a menu system in c# instead js