FelipeFTN / Emoji-Copy

😄 Emoji copy is a versatile extension designed to simplify emoji selection and clipboard management.
https://extensions.gnome.org/extension/6242/emoji-copy/
GNU General Public License v3.0
106 stars 12 forks source link

Added search ordering based on history. #59

Closed moalhaddar closed 3 months ago

moalhaddar commented 3 months ago

Hello

This PR fixes a minor annoying thing that i face, each time i select an emoji it stays at the end of the search list.

This PR fixes that by maintaining the number of clicks of each emoji in sqlite and ordering based on that instead of the description length.

Regards,

moalhaddar commented 3 months ago

Hello @FelipeFTN

Thanks for the approval, i'll commit the comments soon.

I also have other minor bug fixes that i found, should i commit them in this same release or in another PR?

FelipeFTN commented 3 months ago

Nice! Don't worry, take your time with this PR! 💯 As soon as you're ready to go, just let me know and I'll merge it right away! 🙏

moalhaddar commented 3 months ago

I have added extra changes on this PR:

This PR should be ready now. 🚀