Giovanni Quarella
Giovanni Quarella
I am using now https://mudblazor.com/components/tabs#scrolling-tabs
Read also https://github.com/Garderoben/MudBlazor/issues/1648
Thanks to the reactions to the same post in both projects I migrate Blazor Boilerplate to MudBlazor here https://github.com/enkodellc/blazorboilerplate/tree/mudblazor and now I can say MudBlazor is better. Bye
It is not yet merged because of https://github.com/Garderoben/MudBlazor/issues/2416 Anyway I will not remove MatBlazor UI, because Blazor Boilerplate has been design in such a way you can create different UI...
@yoya93 try https://mudblazor.com/components/fileupload
Please read https://devblogs.microsoft.com/aspnet/asp-net-core-6-and-authentication-servers/
I am just using this template with IdentityServer to authenticate machines (IoT).
So if I remove constructors, the issue is gone.
One theme per tenant is one of the goals of multitenancy. Can you contribute with different themes? Basically you should have to create different versions of https://github.com/enkodellc/blazorboilerplate/tree/development/src/Shared/Modules/BlazorBoilerplate.Theme.Material.
There is just a theme setting. https://github.com/enkodellc/blazorboilerplate/blob/development/src/Shared/BlazorBoilerplate.Shared/Dto/Db/SettingKey.cs I think to save there the dll theme name, but I have to implement dynamic loading. Do you know oqtane framework?