feat: add already reacted emojis to top of picker list (attempt #2)#64
Merged
Conversation
…23#2) Note: this second attempt was easier to accomplish than trying to deal with the merge conflicts in chojs23#58 after the refactoring of the reaction picker. The functionality is otherwise the same. ## Problem When a message has had a reaction, statistically it is likely that another person may want to react similarly. Currently, you need to know the name of the reaction (may be difficult for server-specific custom reactions/emojis). ## Proposed solution When opening the picker, we find the reactions that have already been used and put them at the top of the list, using new keyboard shortcuts (I've chosen to use `qwertyuiop` as the list, but I'm open to alternative suggestions if this doesn't align with the direction of the project) to avoid overwriting the original `1..9` ones. ### Screenshot <img width="911" height="339" alt="Screenshot 2026-05-12 at 11 38 33 PM" src="https://github.com/user-attachments/assets/5969687f-c0df-4d75-9ef7-4b7d93be1422" />
Contributor
Author
|
@chojs23 Conflicts are resolved; this should be ready to go now |
Owner
|
@nexxai Thanks! |
chojs23
approved these changes
May 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note: this second attempt was easier to accomplish than trying to deal with the merge conflicts in #58 after the refactoring of the reaction picker. The functionality is otherwise the same.
Problem
When a message has had a reaction, statistically it is likely that another person may want to react similarly. Currently, you need to know the name of the reaction (may be difficult for server-specific custom reactions/emojis).
Proposed solution
When opening the picker, we find the reactions that have already been used and put them at the top of the list, using new keyboard shortcuts (I've chosen to use
qwertyuiopas the list, but I'm open to alternative suggestions if this doesn't align with the direction of the project) to avoid overwriting the original1..9ones.Screenshot