Scribe-iOS
Scribe-iOS copied to clipboard
Expand emoji completions in case of few autocompletions
Terms
- [X] I have searched open and closed feature requests
- [X] I agree to follow Scribe-iOS' Code of Conduct
Description
There's a question of whether this feature will even be done, so first this issue will serve as a discussion of our options :) As discussed in #51, once #277 is finished we'll have cases where we have emoji autocompletions, but then there are no other autocompletions such that the second auto action area is blank. I'm generally of the opinion that as many autosuggestions and autocompletions should be being shown at all times, but then am open for other opinions 😊🙏
A version of this is shown below for the German word Kuss meaning kiss (WIP feature for #277 below):
As shown, once we have two emoji autocompletions at the end there still will be nothing in the middle autocompletion place, so the question is do we add emoji options there? This would require edits to the emoji autosuggestion outputs, as as of now we're only getting a maximum of three options per word.
Contribution
Happy to discuss this with people and work towards implementing it myself or helping someone else who has interest 😊
- Currently blocked by #277