github-contributions-ios
github-contributions-ios copied to clipboard
feat: leverage `EntityStringQuery`
Describe the solution you'd like
EntityStringQuery is a great API that will allow:
- provide usernames a user added in the app earlier
- provide usernames a user entered in other widgets
- enter arbitrary usernames (as right now)
- something else (requires creativity 😄)
Implementing EntityStringQuery will provide better user experience.
Additional context
A downside is that EntityStringQuery requires iOS 16.0+.