]> cat aescling's git repositories - mastodon.git/commit
Add language dropdown to compose in web UI
authorEugen Rochko <eugen@zeonfederated.com>
Mon, 16 May 2022 09:18:35 +0000 (11:18 +0200)
committersingle-right-quote <11325618-aescling@users.noreply.gitlab.com>
Thu, 26 May 2022 06:50:06 +0000 (02:50 -0400)
commitdc2247c657676c83e450c8a2d221ffd08eef564d
treede05b2b907b7c51d89636d979061e86de9dde1f8
parent690ba673cf7d736ad5c9e087fdef16c2b7e2beae
Add language dropdown to compose in web UI

https://github.com/mastodon/mastodon/pull/18420

* Update yarn.lock

For https://gitlab.com/kibicat/mastodon/-/merge_requests/15

* Add missing comma

For https://gitlab.com/kibicat/mastodon/-/merge_requests/15

This was causing the list of supported languages to not be serialized to
the front end. Very sneaky mistake. ---cat
15 files changed:
app/javascript/mastodon/actions/compose.js
app/javascript/mastodon/actions/languages.js [new file with mode: 0644]
app/javascript/mastodon/features/compose/components/compose_form.js
app/javascript/mastodon/features/compose/components/language_dropdown.js [new file with mode: 0644]
app/javascript/mastodon/features/compose/components/text_icon_button.js
app/javascript/mastodon/features/compose/containers/language_dropdown_container.js [new file with mode: 0644]
app/javascript/mastodon/initial_state.js
app/javascript/mastodon/locales/defaultMessages.json
app/javascript/mastodon/locales/en.json
app/javascript/mastodon/reducers/compose.js
app/javascript/mastodon/reducers/settings.js
app/javascript/styles/mastodon/components.scss
app/serializers/initial_state_serializer.rb
package.json
yarn.lock