Saleh Yusefnejad

Results 108 issues of Saleh Yusefnejad

In order to be sure that the PWA works in all situations, it is required to have a manual reset cache feature added to the `Bswup` so users can quickly...

area / bswup
enhancement

Since the `#region` is a VS-only feature, it is not recommended to be used in open source projects like the Bit Platform projects. it is required to remove it from...

enhancement

The new BitDataGrid component requires to have unit tests ASAP.

area / components
enhancement

Currently, there are some deprecated features of the highlight.js is used in the BlazorUI demo project as shown in the following image: ![image](https://user-images.githubusercontent.com/6169846/179394108-522cb5fb-4779-4356-a0b7-153e32654265.png)

area / components
enhancement

Pressing the `Escape` key on the keyboard should dismiss the BitModal.

area / BlazorUI
feature

Currently, the `Playground` project does not have the required implementations to provide the `PreRendering` feature which is available in the TodoTemplate project. It is needed to have this feature in...

area / components
feature

Currently, in order to create a concrete type of a generic component the following line is implemented: ```cs var concreteComponentType = componentType.IsGenericType ? componentType.MakeGenericType(typeof(string)) : componentType; ``` in this line...

area / components
enhancement

It is required to develop the `Social login` feature for the template project. The Google authentication is enough for now.

area / templates
feature

Currently, there are some fonts embedded in the Bit Components project which can be simply removed to reduce the size of the NuGet package. The `Segoe-UI fonts are available on...

area / components
enhancement

By removing the redundant font files (#2098) it's better to remove the `BitIconName` enum and its infrastructure from all over the components project and move its functionality to the assets...

area / components
enhancement