discourse/app
David Taylor b69e57e2f3 FIX: Prevent layout changes while images are lazy-loading
This commit moves the temporary image to be adjacent to the original image in the DOM. Previously the temporary image was appended to the parent element. Normally this makes no difference because the temporary element has position:absolute. However, if the `:last-child` selector is being used on the parent, it can cause layout changes during loading.
2019-01-15 17:35:55 +00:00
..
assets FIX: Prevent layout changes while images are lazy-loading 2019-01-15 17:35:55 +00:00
controllers FIX: add meta details for user summary page 2019-01-14 19:49:14 +05:30
helpers FEATURE: Allow the base font size to be changed on a per-user basis (#6859) 2019-01-14 13:21:46 +00:00
jobs DEV: remove uploaded_meta_id column from category (#6725) 2019-01-10 09:37:21 +08:00
mailers FEATURE: Use email_site_title in From of digest emails 2019-01-04 17:06:19 +01:00
models UX: sort admins and moderators by last seen date on /about page 2019-01-15 17:26:11 +05:30
serializers UX: sort admins and moderators by last seen date on /about page 2019-01-15 17:26:11 +05:30
services FEATURE: Allow the base font size to be changed on a per-user basis (#6859) 2019-01-14 13:21:46 +00:00
views UX: better help text for private invite-only instance 2019-01-12 18:40:00 +05:30