Fixes # (issue)
If there is not an issue for this, please create one first. This is used to tracking purposes and also helps use understand why this PR exists
- Bug fix (non-breaking change which fixes an issue)
- Chore (refactoring code, technical debt, workflow improvements)
- Enhancement (small improvements)
- New feature (non-breaking change which adds functionality)
- Breaking change (fix or feature that would cause existing functionality to not work as expected)
- This change requires a documentation update
- Read Contributing Guide
- Self-reviewed my own code
- Tested my code in a local environment
- Commented on my code in hard-to-understand areas
- Checked for warnings, there are none
- Removed all
console.logs - Merged the latest changes from main onto my branch with
git pull origin main - My changes don't cause any responsiveness issues
- If a UI change was made: Added a screen recording or screenshots to this PR
- Updated the UnInbox Docs if changes were necessary