bitplatform
bitplatform copied to clipboard
Build all of your apps using what you already know and love ❤️
By removing the redundant font files from the Bit Components project (#2098) the removed assets should be accessible for users the need them through a new Nuget package which is...
Currently, the `Component Details` API does not have any implementation to return the `Enum`s used in the component which is mandatory for the demo pages.
The default value of parameters with the `EventCallback` types is returned incorrectly in the result of the component-details API as follows: 
Considering [FluentUI Design](https://developer.microsoft.com/en-us/fluentui#/controls/web/modal) we should add missing features to BitModal including the following items: - Is draggable - Keep in bounds
We are using file to keep snapshot of pulumi in ``TodoTemplate.Iac`` project. It should be change the way to keep them in azure blob storage instead of file.
Pivot component in fluent UI has a property named OverflowBehaior which determines the way how component deals with overflown items which have two items menu as shown in the image...
Implementing the policies and features required by the GDPR (General Data Protection Regulation) is required. The GDPR is described here: https://gdpr.eu/what-is-gdpr/
- Unitegration tests - Automated UI tests - End-to-End tests - and more...
Implement the `BitIcon` component based on the corresponding Icon component in the Fluent UI library: https://developer.microsoft.com/en-us/fluentui#/controls/web/icon
We should save the filters per user in the local storage/index DB (Needs R&D) and retrieve them if the user opened the to-do page sometimes later. Also, we must save...