Brief description of what this PR does and why.
- Bug fix (non-breaking change that fixes an issue)
- New feature (non-breaking change that adds functionality)
- Breaking change (fix or feature that would cause existing functionality to not work as expected)
- Documentation update
- Security improvement
- Performance improvement
Fixes #(issue number)
- I have tested these changes locally
- I have added tests that prove my fix is effective or that my feature works
- All existing tests pass
- No sensitive data is logged or exposed
- Cryptographic operations follow best practices
- Input validation is properly implemented
- No new security vulnerabilities introduced
Add screenshots for UI changes
- My code follows the project's coding standards
- I have performed a self-review of my code
- I have commented my code, particularly in hard-to-understand areas
- My changes generate no new warnings
- I have updated documentation if needed