Blazor.Diagrams icon indicating copy to clipboard operation
Blazor.Diagrams copied to clipboard

Added Classes to LinkRenderer

Open snakex64 opened this issue 1 year ago • 9 comments

I added a "Classes" property to BaseLinkModel which is then used in the LinkRenderer. This allow users to add a css class to the element of a link

snakex64 avatar Nov 22 '23 22:11 snakex64

hello @snakex64 i need added style to link like image or control in size arrow can inform me how can i do this ?

SleemMostafa avatar Mar 20 '24 09:03 SleemMostafa

hello @snakex64 i need added style to link like image or control in size arrow can inform me how can i do this ?

Sorry mate, no idea! After 5 months I'm still waiting for the simplest ever PR to be merged 😴. Slowly giving up

snakex64 avatar Apr 06 '24 21:04 snakex64

This is highly needed, and seeing that its not been merged after so long even though its such a simple addition doesn't leave one feeling very hopeful for this repository.

Etzix avatar Jun 28 '24 11:06 Etzix

Hello, sorry that this took A LOT of time for me to check it, I was dealing with some stuff.

The "issue" I see in this PR is that I am trying not to put UI properties in the models (Core project) to separate the two, so Classes doesn't fit in BaseLinkModel because it's only UI related, not behavior related.

I'm not sure what to do in this case...

zHaytam avatar Aug 11 '24 12:08 zHaytam