Artyom M.

Results 26 issues of Artyom M.

## Description Resolves #4579 ## How Has This Been Tested? Unit tests. ## Types of changes - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New...

## Description fixes #5015 replaces this PR #5052 Made by analogue from `mudScrollSpy.js` https://github.com/MudBlazor/MudBlazor/blob/66894b28cdee27b576ae5a82841c6bbbf519efc3/src/MudBlazor/TScripts/mudScrollSpy.js#L12 ## How Has This Been Tested? with reproducing the steps from the #5015 and verifying that...

### Feature request type Enhance component ### Component name MudCarousel ### Is your feature request related to a problem? I would want to have a property to disable the swipe...

enhancement
triage

AnimateWindow - https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-animatewindow BringWindowToTop - https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-bringwindowtotop

api request

Lets Say you have Client and Server. If you merge Client with Scs and CommonLib(ScsService) with some ILMerge tool, then the method execution stops to work. I noticed that the...

## Description Resolves #1839 Check my comment for more details https://github.com/MudBlazor/MudBlazor/issues/1839#issuecomment-1211460905 I guess this is the best way to solve it without making drastic / breaking changes to dialogs system....

API change

If you have for example product.name it won't work, while common MatTableDataSource allows such approach.

This fixes(#18) the problem when you open modal page with withNavigation parameter set to true and close the modal page not using the CloseModalAsync method and as result you get...

If you use `_navigationHelper.OpenModalAsync(someview, true)` then if you somehow close the modal page without `_navigationHelper.CloseModalAsync()` method then the `NavigateToAsync` on mainpage won't be possible, because the `private NavigationPage? _modalNavigationPage` in...

## Description Fixes: https://github.com/MudBlazor/MudBlazor/issues/7700 Fixes: https://github.com/MudBlazor/MudBlazor/discussions/7434 Old popover system is trying to initialize (connect) popover only once in `OnAfterRenderAsync` https://github.com/MudBlazor/MudBlazor/blob/748f2dd393079caf66d0789cb02ec1fefe0a1b2e/src/MudBlazor/Components/Popover/MudPopoverBase.cs#L110 While new popover system will try to do it every...

bug
PR: needs review