Zoran Bošnjak
Zoran Bošnjak
Managed to "mix" default palette with my palette, ` private readonly BlazorFluentUI.Themes.Default.DefaultPalette dpal; public MyCustomPalette() { dpal = new BlazorFluentUI.Themes.Default.DefaultPalette(); } public string ThemeDarker => "#0c4a6e"; public string BlackTranslucent40 =>...
> Hi, > The IPalette implementation here is from before these 'new' properties were added/removed. The only solution would be to extend the interface with these new properties or adapt...
Hi Jake, I'm using version 3. Currently I'm attaching event on parent element of dragged items (for onmousedown) and window (onmouseup). It works, but it would be easier to just...
Hi, very sorry for late reply. I am planning to make some kind of web plugin in canvas element, somit could be used on a web site. I will keep...
I tested on a large quantity of files, and in one specific file it breaks. I'm not sure if Parquet is invalid or just empty, but the code should not...