discourse/app
David Taylor 1e66e4602f
UX: Update styling of readonly values in signup form (#13886)
During some authentication flows (e.g. external auth with validated emails), some fields on the signup form are readonly. Previously, they were rendered in a simple `<span>`, with no associated label. This commit makes them render in a disabled `<input>` field, so that the styling matches the rest of the form.

A subtle background is added to the disabled input to distinguish them from editable inputs.
2021-07-29 09:19:44 -05:00
..
assets UX: Update styling of readonly values in signup form (#13886) 2021-07-29 09:19:44 -05:00
controllers FIX: allows authentication data to be present in bootstrap (#13885) 2021-07-29 15:01:11 +02:00
helpers FIX: Assets for the theme tests page are not compressed (#13736) 2021-07-14 22:52:35 +03:00
jobs DEV: Move private message topic tracking state publish into sidekiq. 2021-07-29 14:57:19 +08:00
mailers UX: suspend forever time period messages (#13776) 2021-07-20 14:42:08 +04:00
models FIX: Update draft count after creating a post (#13884) 2021-07-29 17:06:11 +03:00
serializers FEATURE: Show draft count in user menu and activity (#13812) 2021-07-27 14:05:33 +03:00
services FIX: Reduce input of to_tsvector to follow limits (#13806) 2021-07-28 18:25:14 +03:00
views FIX: use correct URL in schema markup for post images. (#13847) 2021-07-26 21:39:51 +05:30