discourse/app
David Taylor 928f000b4b
FIX: Use <textarea> for theme translations (#14322)
Translations are often multi-line. Using a regular `<input>` doesn't allow newlines, so if you try to edit a multiline theme translation, all the line breaks will be removed.

This commit updates the theme translations UI to use `<textarea>`, just like the core translation editing UI.
2021-09-13 18:57:19 +01:00
..
assets FIX: Use <textarea> for theme translations (#14322) 2021-09-13 18:57:19 +01:00
controllers FIX: Don't publish PM archive events to acting user. (#14291) 2021-09-10 09:20:50 +08:00
helpers DEV: Allow us to use Ember CLI assets in production 2021-08-05 08:32:33 -04:00
jobs DEV: Do not clean up chat message uploads (#14267) 2021-09-07 13:33:48 -05:00
mailers UX: suspend forever time period messages (#13776) 2021-07-20 14:42:08 +04:00
models FIX: Don't publish PM archive events to acting user. (#14291) 2021-09-10 09:20:50 +08:00
serializers FEATURE: Display new/unread count in browse more messages for PMs. (#14188) 2021-09-07 12:30:40 +08:00
services FIX: perform `agree_and_keep` action only if possible. (#13967) 2021-09-06 11:41:44 +05:30
views FIX: Ember CLI was being hijacked before potential errors 2021-09-08 16:07:54 -04:00