carloscuesta / gitmoji

An emoji guide for your commit messages. 😜
https://gitmoji.dev
MIT License
15.84k stars 805 forks source link

Feature Idea: Pin Emojis to Top #870

Open nabeelvalley opened 3 years ago

nabeelvalley commented 3 years ago

Often I find myself using a specific subset of emojis (particularly via the Gitmoji site)

It would be useful if I could Pin a specific emoji to the top of the list so that I don't have to scroll to find/search for the emoji

johannchopin commented 3 years ago

Hey @nabeelvalley 👋 That would be a nice improvement do you have time and will to implement it? 😄

FelixLgr commented 1 year ago

How about a right-click menu? something like this

image
vhoyer commented 1 year ago

The problem with adding just a context menu (aka right-click menu), is the lack of affordance to the user, there is no way for a user to identify that this action exists, and interacting with this by keyboard is also not ideal.

The context menu comes as a good addition to an already present intractable button on the ui, but as a stand-alone it losses a lot of it's value.

I like the idea of a context menu, I think it's more elegant than only adding the "pin" action to the card, if you want to provide a design suggestion of said "more button", it is welcomed, taking into consideration the discussion already present on the related PR from @johannchopin

References:

FelixLgr commented 1 year ago

Indeed, the implementation and use of a context menu (for computers and phones) is not necessarily great. We will have to see in the future if someone has the time and desire to do it!"