Add emoji autosuggestion buttons to the keyboard UI #138
Labels
feature
New feature or request
hacktoberfest
Included as a part of Hacktoberfest
help wanted
Extra attention is needed
Terms
Description
Something that's needed for #66 is the buttons that would be used for autosuggestions. This issue would add these in. We'd like two different sets of buttons - one with two buttons for phones and one with three buttons for tablets. Each set should span the width of the third autosuggest button, and the distance between the emoji buttons should be the distance between the autosuggest buttons.
The set of two buttons for phones should have buttons widths that are:
(WIDTH_OF_THIRD_AUTOSUGGEST_BUTTON - DISTANCE_BETWEEN_AUTOSUGGEST_BUTTONS) / 2
The set of three buttons for tablets should have buttons widths that are:
(WIDTH_OF_THIRD_AUTOSUGGEST_BUTTON - (DISTANCE_BETWEEN_AUTOSUGGEST_BUTTONS * 2)) / 3
The reason the distance between the autosuggest buttons is factored in twice for the tablet buttons is that we have three buttons and thus two spaces between them :)
For this issue we can color the buttons to show that they're present and available for use. The tablet buttons should be placed on top of the phone buttons so the phone buttons can be seen below. Both sets of buttons can be placed on top of the third autosuggestion button. We can make the tablet buttons red and the phone buttons orange for now, or just distinct colors.
Contribution
Happy to support with this and review eventually, or can also work on it myself as is needed 😊
The text was updated successfully, but these errors were encountered: