## Description Brief description of the changes in this PR. ## 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 ## Related Issues Fixes #(issue number) ## Changes Made - Change 1 - Change 2 - Change 3 ## Testing Describe the tests you ran to verify your changes: - [ ] Tested on emulator (API level: ) - [ ] Tested on physical device (model: ) - [ ] Unit tests pass - [ ] UI looks correct in light and dark mode ## Screenshots (if applicable) | Before | After | |--------|-------| | | | ## Checklist - [ ] My code follows the project's style guidelines - [ ] I have performed a self-review of my code - [ ] I have commented my code where necessary - [ ] I have updated the documentation if needed - [ ] My changes generate no new warnings - [ ] Any dependent changes have been merged and published