You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
9 years ago
..
actions OEmbed support for PreviewCard (#2337) 9 years ago
components Sync a locale files for JavaScript (#2513) 9 years ago
containers Fix various regressions (#2466) 9 years ago
features fix(dropdowns): Allow for dropdowns to fill full column (#2684) 9 years ago
locales Updating Indonesian locale (#2644) 9 years ago
middleware Add eslint-plugin-jsx-a11y (#1651) 9 years ago
reducers Fix #2402 - Add Idempotency-Key header to PostStatusService that prevents (#2419) 9 years ago
selectors Avoid re-loading already loaded relationships. Also fixes issue where wrong 9 years ago
store Replace howler.js with simple <audio />, will hopefully resolve 9 years ago
.gitkeep
api.jsx Fix #1491 - Fix broken notifications, broken Link header parsing for exclude_types (#1548) 9 years ago
emoji.jsx Improve emojis - use SVGs where possible 9 years ago
is_mobile.jsx Try to detect iOS and *not* autoplay any videos 9 years ago
link_header.jsx Add eslint-plugin-jsx-a11y (#1651) 9 years ago
rtl.jsx Fix #186 - Add RTL support to the compose form textarea and statuses output 9 years ago
stream.jsx Send initial state in a <script type="application/json"> tag (#1806) 9 years ago
uuid.jsx Fix #2402 - Add Idempotency-Key header to PostStatusService that prevents (#2419) 9 years ago