bitplatform icon indicating copy to clipboard operation
bitplatform copied to clipboard

Build all of your apps using what you already know and love ❤️

Results 326 bitplatform issues
Sort by recently updated
recently updated
newest added

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

Add **DetailsList** Component based on [Microsoft FluentUI Design](https://developer.microsoft.com/en-us/fluentui#/controls/web/detailslist).

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

The `component-details` API which is implemented in the `Playground.Api` project, needs to be tested and used in the demo pages of the components.

area / components
feature

The default value of parameters with an interface type is returned incorrectly in the result of the component-details API as follows: ![image](https://user-images.githubusercontent.com/6169846/172781852-ebbad510-589b-4a10-b577-c057372c5286.png)

area / components
enhancement

The icon page renders with delay. This delay is probably because of the number of icons rendered on this page.

area / BlazorUI
enhancement