Meinrad Recheis

Results 472 comments of Meinrad Recheis

The table strings are already localizable. When you look at the [MudTablePager](https://github.com/Garderoben/MudBlazor/blob/master/src/MudBlazor/Components/Table/MudTablePager.razor.cs) the following properties are for localizing the "Rows per page" string and the "1-10 of 88" string: -...

We are also going to add RTL-indifferent spacing classes like Vuetify has https://next.vuetifyjs.com/en/styles/spacing/#how-it-works ![image](https://user-images.githubusercontent.com/44090/98486090-94275880-221b-11eb-8242-1201fdbbfaf2.png)

Here are things that need to be fixed in RTL mode: - [x] Alert spacing of icon - [x] Autocomplete text and position of arrow - [x] Select text and...

@zHaytam do you want to slowly grind away on this issue?

This issue is now organized in our feature requests project at https://github.com/Garderoben/MudBlazor/projects/11 Leaving the issue open because it is actively worked on.

To anybody with RTL experience, @T-Alkathiri, @zHaytam, @mRmEEeZ, etc. Please look let us know what you think regarding circular progress and switch (originally posted by @JonBunator in #1789): 1. In...

Just merged RTLProvider. Thanks to @JonBunator 🥇🥇🥇 RTL support is complete now. We'll release this in v5.1.0 You can try it out beforehand on dev.mudblazor.com

If we add M3 support it would have to be in parallel to the current design. So first we need to add the structures to enable switching themes and find...

I have posted the question in the contrib team discord channel. Hopefully someone will find the time to help out.

By the way, when applying margins always use LTR/RTL-invariant margins (`start` instead of `left` and `end` instead of `right`), see our margin classes `ml-*` vs `ms-*`.