Meinrad Recheis

Results 619 comments of Meinrad Recheis

> We'll actually have to throw an exception if both parameters are used to warn users of their wrong API usage. Nevermind, that is also a bad idea. We need...

I have a working solution in PR #10684 that allows to extend a tree of initial items with server loading

I think it would be cool, yes. It would require nuget support The problem is that we forked our TryMudBlazor from an earlier version of BlazorREPL. Shortly before they hid...

I'll defer this decision to @Garderoben

I am not sure about this. I'd rather want a way to allow any kind of custom CSS classes applied per row. Like a `Func RowClassFunc` which you call with...

Closing this. If you or anybody else likes to add a RowClassFunc like MudDataGrid has then please PR and tag me, it'll get merged speedily.

I quickly glanced over @marinasundstrom's implementation which has quite a lot of different things such as chat sections, message groups etc. I think that level of complexity would be overkill...

@phmatray can you post screenshots of the docs sections and examples in the top description please?

We had a chat about this PR in the team. If people want this sooner and the author @phmatray has no time to work on it I suggest that @phmatray...

> Can the main content incorporate an emoji ? > ![image](https://private-user-images.githubusercontent.com/5297255/393507873-cb7c0415-89c0-4a61-9c41-f7cb96a97f5d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzM1ODQ0MTksIm5iZiI6MTczMzU4NDExOSwicGF0aCI6Ii81Mjk3MjU1LzM5MzUwNzg3My1jYjdjMDQxNS04OWMwLTRhNjEtOWM0MS1mN2NiOTZhOTdmNWQucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI0MTIwNyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNDEyMDdUMTUwODM5WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NmM5OTcwNmJiNWQ3MmZjZjEyMTY0ZDMzMDQ3ZDU4M2JmMjU2ZWJhYjZiMGY2YzM2OWIwZjA2ZDE3ZTU2YWI4MSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.Fm65vRrM_vuHLnd427D-9D27hTMGQDu2zrCwf6ULqGw) The bubble content is a render fragment so it can contain anything you want, even another chat bubble even...