]> cat aescling's git repositories - mastodon.git/commit
Track frequently used emojis in web UI (#5275)
authorEugen Rochko <eugen@zeonfederated.com>
Sun, 8 Oct 2017 19:47:15 +0000 (21:47 +0200)
committerGitHub <noreply@github.com>
Sun, 8 Oct 2017 19:47:15 +0000 (21:47 +0200)
commit488584bfc15ace3a097947f5190b73354aaa19e9
tree62626f95ab5a3451c5be87d3ee2906d2e19ab45e
parent0717d9b3e6904a4dcd5d2dc9e680cc5b21c50e51
Track frequently used emojis in web UI (#5275)

* Track frequently used emojis in web UI

* Persist emoji usage, but debounce commits to the settings API

* Fix #5144 - Add tooltips to picker

* Display only 2 lines of frequently used emojis
app/javascript/mastodon/actions/compose.js
app/javascript/mastodon/actions/emojis.js [new file with mode: 0644]
app/javascript/mastodon/actions/settings.js
app/javascript/mastodon/features/compose/components/emoji_picker_dropdown.js
app/javascript/mastodon/features/compose/containers/emoji_picker_dropdown_container.js
app/javascript/mastodon/reducers/settings.js
package.json
yarn.lock