## Description Brief description of what this PR changes. ## 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 not work as expected) - [ ] Documentation update - [ ] Security fix - [ ] Performance improvement - [ ] Code quality improvement ## Testing - [ ] I have tested this change locally - [ ] I have added tests for this change - [ ] All existing tests pass - [ ] I have run the linter and it passes (`npm run lint`) ## Checklist - [ ] My code follows the project's coding conventions - [ ] I have reviewed my own code - [ ] I have made corresponding changes to the documentation - [ ] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] New and existing unit tests pass locally with my changes - [ ] Any dependent changes have been merged and published in downstream modules ## Screenshots (if applicable) Add screenshots to help explain your changes, especially for UI modifications. ## Additional Context Add any other context about the problem here. ## Security Considerations - [ ] This change does not introduce any security vulnerabilities - [ ] I have considered the security implications of this change - [ ] If this change handles user input, it has been properly sanitized/validated ## Performance Impact - [ ] This change does not negatively impact performance - [ ] I have tested the performance impact of this change ## Breaking Changes If this PR introduces breaking changes, please describe them here and how users should migrate.