Saleh Yusefnejad
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...
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...
The new BitDataGrid component requires to have unit tests ASAP.
Currently, there are some deprecated features of the highlight.js is used in the BlazorUI demo project as shown in the following image: 
Pressing the `Escape` key on the keyboard should dismiss the BitModal.
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...
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...
It is required to develop the `Social login` feature for the template project. The Google authentication is enough for now.
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...
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...