Quick explanation about the issue that the PR is aiming to solve
Example: This PR refers to issue #issue_number, that reports that some features are missing.
Describe your code changes for reviewers. Explain your code changes and how does it solve the issue described
Example: This diff adds a new provider to handle the mentioned issue, so user can access it by using the new useFeature()
hook, which implements the method A. Reference: reference_link
If your PR adds a new feature, it might be a good idea to describe what is the proper use for it. Remember to clarify this in your code.
Example: This hook can be used every time you want to fetch the User data.
Link the dependencies (if needed) from backend and/or pi-ui
Example: Depends on politeia#pr and pi-ui#pr
Add images that illustrate the UI changes, by adding at least 2 pics regarding the previous version and the one that the PR is implementing.