Jan Tesař
Jan Tesař
@Christian-Oleson I started using MatBlazor yesterday, not because of material design, but **because of components it offers**. It does make sense to have own style on components. (Or I misunderstood...
Yes please!
Thank you. Now picview is my default image app.
@Jonarw Yes I tried, and it's naturally better, but doesn't solve my real scenario (this is just demonstration of my issue). So there is no way how to redraw just...
I moved the invalidation to timer tick, so it doesn't slow down the slider. And now it's kind of bearable...  (full code in linked repo)
Few thoughts: It would be super useful to make final `tailwind.css` file buildable. If you use just one tailwind class in your project (let's say `bg-red-500`), it will generate .css...
@stsrki Yes, tailwind is special. It is not like other frameworks with crafted css files. There may be a way around. I am thinking about tailwind play cdn. It is...
I would like to update my [Video Detail Player](https://www.microsoft.com/en-us/p/video-detail-player/9p34ghb2h88r?activetab=pivot:overviewtab) to WinUI 3 in the near future. This kind of blocks me. The `MediaPlayerElement` in UWP evolved in pretty useful control...