This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/discourse
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
..
adapters DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
components FIX: Tooltip for unlisted topics wasn't shown in topic list 2019-01-15 16:13:06 +01:00
controllers FEATURE: Allow the base font size to be changed on a per-user basis (#6859) 2019-01-14 13:21:46 +00:00
helpers DEV: s/Em/Ember (#6874) 2019-01-11 17:54:23 +01:00
initializers FIX: Fix registration dialog popup for 'full screen' social logins 2019-01-12 12:08:13 +00:00
lib FIX: Prevent layout changes while images are lazy-loading 2019-01-15 17:35:55 +00:00
mixins DEV: s/Em/Ember (#6874) 2019-01-11 17:54:23 +01:00
models FEATURE: Allow the base font size to be changed on a per-user basis (#6859) 2019-01-14 13:21:46 +00:00
pre-initializers DEV: upgrades from Ember 2.13 to Ember 3.5.1 (#6808) 2019-01-10 11:06:01 +01:00
raw-views FIX: Tooltip for unlisted topics wasn't shown in topic list 2019-01-15 16:13:06 +01:00
routes UX: sort admins and moderators by last seen date on /about page 2019-01-15 17:26:11 +05:30
services DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
templates FIX: expandAllPinned was not resetting after visiting a category 2019-01-14 13:02:25 -05:00
widgets FIX: Tooltip for unlisted topics wasn't shown in topic list 2019-01-15 16:13:06 +01:00
mapping-router.js.es6 DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00