Sebastian Gerner

Results 10 comments of Sebastian Gerner

Tried something like this before but it didn't update the animation. Made my own little LottieView and got it working. But I am still not happy with the outcome. Some...

> Well sort of. This is the function I use in my custom UIViewRepresentable. Not really sure if it behaves perfectly ``` func updateName(name: String) { if self.name != name...

Here's a sample I created which i think shows something very intersting. Commenting out the TriggerDetailRow call is on purpose. [index.razor - sample](https://github.com/itsLollo1000/BlazoriseDataGridMemoryTest/blob/3b09429435960ae47d48630b54fc9d9b7b79d94e/index.razor) _Originally posted by @itsLollo1000 in https://github.com/Megabit/Blazorise/discussions/3894#discussioncomment-2971467_

> We keep state of each row internally, I'll take a look if there's anything that can be improved or is "faulty". Would it be possible to disable the sate...

Because even in the sample code it is possible to reach the date limit on the iis quite quickly.

> In your example you are binding the DataGrid rows to TestItem, each of which contain a Bytes property containing an array of 20k+ bytes. 20k bytes * 10000 items...

> Product/Name/Title : MoveIT DSM Manger > Description : Software/Computer management tool, server side based. > State : still in development, started in Novemeber 2021 ![DSMManager2](https://user-images.githubusercontent.com/10349466/141287069-4471c250-f9d0-4134-b610-521f853d3933.png) ![DSMManager1](https://user-images.githubusercontent.com/10349466/141287494-b64e2797-eab4-4379-9859-add58b99efa1.png) ![DSMManager3](https://user-images.githubusercontent.com/10349466/141307983-61561e01-aa12-4025-a73b-a127df4a0902.png) ![DSMManager4](https://user-images.githubusercontent.com/10349466/141287732-1dc39806-5644-4aaf-b45d-b2f4b7d63c28.png)

Will give it a shot soon hopefully! > > Some Lotties are so cpu intense for the first time loading which causes the whole UI to shortly get unresponsive >...

Any updates on this? Having the same issue. User can create a contact in a bottomSheet, but I want to prevent/warn the user from closing the sheet with a drag,...

I would prefer a slight bounce back animation, this also includes not being able to drag it to far down. onWillPop should also be called, so for example you could...