Saleh Yusefnejad

Results 108 issues of Saleh Yusefnejad

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

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...

area / components
feature

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.

area / components
enhancement

The default value of parameters with the `EventCallback` types is returned incorrectly in the result of the component-details API as follows: ![image](https://user-images.githubusercontent.com/6169846/172679804-e416ff7d-8936-4cc7-882d-796985964057.png)

area / components
enhancement

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/

area / templates

- Unitegration tests - Automated UI tests - End-to-End tests - and more...

area / templates
feature

what should be the access modifier (public, internal, private ...) of these members: - variables or property used for binding values into the .razor files - private field used only...

area / components
enhancement

in order to have fully-featured XHR requests for CORS-enabled API servers, we need to add `WithCredential` options to enable clients to send requests with stored credentials in cookies or headers....

area / BlazorUI
feature