about summary refs log tree commit diff
path: root/app/javascript/mastodon/features/compose/components/emoji_picker_dropdown.js
AgeCommit message (Expand)Author
2023-02-20Rename JSX files with proper `.jsx` extension (#23733)Renaud Chaput
2023-01-30Upgrade ESlint to v8 (#23305)Nick Schonning
2023-01-11Fix dropdown menu positions when scrolling (#22916)Peter Simonsson
2022-11-05Fix compose form submission reloading web interface (#19762)Claire
2022-02-16Fix opening the emoji picker scrolling the single-column view to the top (#17...Claire
2021-06-01Add assets from Twemoji 13.1.0 (#16345)Eugen Rochko
2020-11-05Bump detect-passive-events from 1.0.5 to 2.0.1 (#15003)dependabot[bot]
2020-10-13Change how CDN_HOST is passed down to make assets build reproducible (#14381)ThibG
2020-08-08Fix crash when failing to load emoji picker (#14525)ThibG
2020-06-20Fix modifier key to keep the EmojiPicker on macOS (#14096)Takeshi Umeda
2020-05-31Allow Ctrl-click to keep EmojiPicker window open (#13896)Brian C. Lindner
2020-01-23Add announcements (#12662)Eugen Rochko
2019-06-28Add categories for custom emojis (#11196)Eugen Rochko
2019-03-30Fix emoji-mart crashing web UI on search by reverting the upgrade to 2.10.0 (...Eugen Rochko
2019-03-16fix: update to emoji-mart 2.10.0 (#10281)Nolan Lawson
2018-09-14Upgrade Babel to version 7.0.0 (#5925)Yamagishi Kazutoshi
2018-09-13Auto-focus emoji picker's search field (#8688)ThibG
2018-06-10Rename emoji sheet to avoid caching issue (#7777)Renato "Lond" Cerqueira
2018-05-03Place emoji picker top if it is closer to the bottom of the viewport (fixes #...ThibG
2017-11-01Refactor initial state: auto_play_gif (#5576)Nolan Lawson
2017-10-08Track frequently used emojis in web UI (#5275)Eugen Rochko
2017-10-07Fix custom emoji in emoji picker, persist skin tone (#5258)Eugen Rochko
2017-10-07Make auto-play GIFs preference affect custom emojis in web UI (#5254)Eugen Rochko
2017-10-06Compress and combine emoji data (#5229)Nolan Lawson
2017-10-06import only Overlay from react-overlays (#5235)Nolan Lawson
2017-10-03Fix #5079, fix #5186 - Emoji picker fixes (#5187)Eugen Rochko
2017-10-02Code-split emoji-mart picker and data (#5175)Nolan Lawson
2017-09-24Dropdown triangles a bit nicer, smoother scrolling on touch (#5062)Eugen Rochko
2017-09-23Add emoji autosuggest (#5053)Eugen Rochko
2017-09-23Add custom emojis to the emoji picker (#5052)Eugen Rochko
2017-09-23Switch from EmojiOne to Twemoji, different emoji picker (#5046)Eugen Rochko
2017-07-29Improve accessibility (part 6) (#4435)Sorin Davidoi
2017-07-28Improve accessibility (part 4) (#4408)Sorin Davidoi
2017-07-14Fix #4149, fix #1199 - Store emojis as unicode (#4189)Eugen Rochko
2017-07-08Lazy load components (#3879)Sorin Davidoi
2017-06-23Use Class and Property Decorators (#3730)Yamagishi Kazutoshi
2017-06-23Remove unused variables (#3906)Yamagishi Kazutoshi
2017-06-06Improve ESLint rules for JSX (#3608)Yamagishi Kazutoshi
2017-06-06Add quotes ESLint rules (#3602)Yamagishi Kazutoshi
2017-06-01Add ESLint rule (object-curly-spacing) (#3498)Yamagishi Kazutoshi
2017-05-25Name the Webpack chunks (#3291)Nolan Lawson
2017-05-20Improve eslint rules (#3147)Yamagishi Kazutoshi
2017-05-19Replace inline styles with stylesheet (#3115)Yamagishi Kazutoshi
2017-05-12Use ES Class Fields & Static Properties (#3008)Yamagishi Kazutoshi
2017-05-07add asynchronous emojione-picker (code-splitting) (#2863)Nolan Lawson
2017-05-03Replace sprockets/browserify with Webpack (#2617)Eugen Rochko