Saleh Yusefnejad

Results 108 issues of Saleh Yusefnejad

Currently, the `clear` method of the `ViewManager` class is using the `Object.values` method on the views list which is a `Map` as follows: ![image](https://user-images.githubusercontent.com/6169846/169267720-94c4f691-331f-430f-80ca-090366276da6.png) since the `Object.values` does not work...

the Bit.BlazorUI.Charts project has some missing settings in its project file to generate a correct nuget package after updating to .NET 7

bug
area / components

The Playground projects currently only act as the Demo projects for the Bit BlazorUI library. So the Playground should be replaced with `Demo` everywhere.

area / components
enhancement

Based on #2765, it is very important to have a code analyzer to warn the developers about `async void` usages.

high priority

Add the `TodoTemplate` and Bit `BlazorUI` demo applications (Android, iOS, Windows) to their corresponding stores.

feature

the new BitCarousel component needs the following improvements: - ...

The current implementation of the MessageBox component is very simple and needs to be improved by adding some required functionality like custom Icon options, custom button options, and a special...

area / templates
enhancement

Responsive item counts configuration in the `BitCarousel` component: the Carousel should be able to respond to the window size and dynamically handle the visible item count.

area / BlazorUI
feature

Currently, the specificity in the styles of the Bit BlazorUI components is so low that any global styling can override it easily. it is required to improve this specificity a...

area / components
enhancement