mastodon/app/assets/javascripts/components
Stephen Burgess 33b9e8d461 fix(dropdowns): Allow for dropdowns to fill full column (#2684)
* fix(dropdowns): Allow for dropdowns to fill full column

When the text inside a dropdown is longer than it is for English, the text is truncated which can result in a less-than-usable experience for languages such as German with longer words. This commit addresses the following:

* Allow the dropdown to expand to the entire width of the column based on the length of the text in the dropdown
* Align active dropdown arrow in relation to the trigger rather than the dropdown
* Show the right hand side of the dropdown which was previously hidden (could not see border radius)
* Ensure the three places dropdowns of status, account, and emoji appear well in Chrome, Firefox, Safari

* fix(emoji-dropdown): Restore emoji dropdown caret
2017-05-01 18:13:10 +02:00
..
actions OEmbed support for PreviewCard (#2337) 2017-04-27 14:42:22 +02:00
components Sync a locale files for JavaScript (#2513) 2017-04-27 12:03:28 +02:00
containers Fix various regressions (#2466) 2017-04-26 04:40:27 +02:00
features fix(dropdowns): Allow for dropdowns to fill full column (#2684) 2017-05-01 18:13:10 +02:00
locales Updating Indonesian locale (#2644) 2017-04-30 11:35:15 -04:00
middleware Add eslint-plugin-jsx-a11y (#1651) 2017-04-15 13:27:27 +02:00
reducers Fix #2402 - Add Idempotency-Key header to PostStatusService that prevents (#2419) 2017-04-25 15:04:49 +02:00
selectors Avoid re-loading already loaded relationships. Also fixes issue where wrong 2017-04-02 22:02:38 +02:00
store Replace howler.js with simple <audio />, will hopefully resolve 2017-03-13 17:12:30 +01:00
.gitkeep
api.jsx Fix #1491 - Fix broken notifications, broken Link header parsing for exclude_types (#1548) 2017-04-11 22:53:58 +02:00
emoji.jsx Improve emojis - use SVGs where possible 2017-03-29 22:27:24 +02:00
is_mobile.jsx
link_header.jsx Add eslint-plugin-jsx-a11y (#1651) 2017-04-15 13:27:27 +02:00
rtl.jsx
stream.jsx Send initial state in a <script type="application/json"> tag (#1806) 2017-04-15 02:32:42 +02:00
uuid.jsx Fix #2402 - Add Idempotency-Key header to PostStatusService that prevents (#2419) 2017-04-25 15:04:49 +02:00