## Description ## Type of Change - [ ] 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 change) - [ ] Documentation update - [ ] Refactoring (no functional changes) - [ ] CI/CD or build changes ## Related Issues Fixes # ## Testing - [ ] I have added tests that prove my fix/feature works - [ ] Existing tests pass locally with my changes - [ ] I have tested manually (describe below) ### Manual Testing Steps ## Checklist - [ ] My code follows the project's style guidelines - [ ] I have performed a self-review of my code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have updated the documentation accordingly - [ ] I have updated CHANGELOG.md (if user-facing changes) - [ ] My changes generate no new warnings - [ ] Any dependent changes have been merged and published ## Screenshots