Closes #
- 🐛 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
- 🌍 Translation (new language or translation update)
- 🔧 Refactoring (code change that neither fixes a bug nor adds a feature)
- 🧪 Tests (adding or updating tests)
- Tested on Linux
- Tested on macOS
- Tested on Windows
- Tested in development mode (
npm run tauri dev)
- My code follows the project's code style
- I have run
npm run lint:alland fixed any issues - I have updated the documentation if needed
- My changes don't introduce any new warnings
- I have tested my changes thoroughly