A few sentences describing the overall goals of the pull request's commits.
Please follow a Before/After kind of approach for explaining your changes and attach screenshots if any.
Impacted Areas in Application
List general components of the application that this PR will affect:
Steps to Test or Reproduce
Outline the steps to test or reproduce the PR here.
Related PRs
If you PR is related to other part of PR, list them here
PR Checklist:
[ ] My code follows the style guidelines of this project and I have double check my own code
[ ] I have made corresponding changes to the documentation, if any
[ ] My changes generate no new warnings
[ ] I have added tests that prove my fix is effective or that my feature works
[ ] I have run npm run test and be sure all test pass
[ ] I have run npm run build:dev and be sure no error blovk the build
[ ] I have test locally that everything run as expected
Related Issue
Link here the issue related to this PR, if any,
Description
A few sentences describing the overall goals of the pull request's commits. Please follow a Before/After kind of approach for explaining your changes and attach screenshots if any.
Impacted Areas in Application
List general components of the application that this PR will affect:
Steps to Test or Reproduce
Outline the steps to test or reproduce the PR here.
Related PRs
If you PR is related to other part of PR, list them here
PR Checklist:
npm run test
and be sure all test passnpm run build:dev
and be sure no error blovk the build