discourse/app/assets/javascripts/admin/addon
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
..
adapters
components UX: Normalize sizing for inputs, buttons, dropdowns (#14226) 2021-09-09 11:01:56 -04:00
controllers FIX: Use <textarea> for theme translations (#14322) 2021-09-13 18:57:19 +01:00
helpers DEV: prettier 2.2.1 (#11862) 2021-01-27 12:39:20 +01:00
mixins DEV: Use key over the deprecated keyCode (#13795) 2021-08-09 11:41:36 +02:00
models FIX: Revoking admin or moderator status doesn't require refresh to delete/anonymize/merge user (#14073) 2021-08-19 09:57:16 +08:00
routes FEATURE: Add option to grant badge multiple times to users using Bulk Award (#13571) 2021-07-15 05:53:26 +03:00
services FEATURE: Penalty history improvements (#13359) 2021-07-12 11:36:56 -07:00
templates UX: Fix mobile styling for admin color schemes (#14314) 2021-09-13 13:43:57 -04:00