Jorge Rocha

Results 6 comments of Jorge Rocha

> > Well, I found a workaround by: define following class and register it where server initializes > > ``` > > public class BlazorAuthorizationMiddlewareResultHandler : IAuthorizationMiddlewareResultHandler > > {...

Classes like that are not a good option. It's better to remove all inline styles and replace them with CSS classes. I chose to create some classes and override the...

I propose replacing all inline styles with a global CSS file that contains everything. This simplifies and makes customizations easier.

My proposal is to change the current behavior and allow default styles to be modified globally. As for using classes, you’re right—that’s a good idea. It will allow styling links...

A class is needed for the normal state and another for the selected state. This way, it is complete.

Reviewing the examples, if I understand correctly, what you want can already be done. In the "Lots of features" example on the Blazor.Diagrams site, you can see several links with...