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/app
Sam cfb81b7895
FIX: show retina avatars on Chrome (#11480)
chromium may report float device pixel ratio below 1.5 that is still clearly retina:

```
window.devicePixelRatio
1.4999998807907104
```

We used to round this down to 1 and not provide these browsers with retina avatars.

New algorithm is much more forgiving, anything over 1.1 gets 2x images, anything over 2.1 gets 3x images.
2020-12-14 09:39:10 +11:00
..
adapters DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
components FIX: Posts with Staff Colors were excluded from the group activity 2020-12-11 11:52:03 -05:00
controllers Revert "UX: When requiring user fields at signup, also mark default fields as required (#11356)" (#11475) 2020-12-11 12:09:56 -05:00
helpers DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
initializers DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
lib FIX: show retina avatars on Chrome (#11480) 2020-12-14 09:39:10 +11:00
mixins Revert "DEV: Wrap Ember.run.debounce. (#11352)" (#11465) 2020-12-10 16:48:25 -03:00
models FIX: Show 'New' filter when 'none' subcategory set (#11474) 2020-12-11 18:24:32 +02:00
pre-initializers DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
raw-views DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
routes FIX: Build correct topic list filter (#11473) 2020-12-11 14:20:48 +02:00
services DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
templates Revert "UX: When requiring user fields at signup, also mark default fields as required (#11356)" (#11475) 2020-12-11 12:09:56 -05:00
widgets Revert "DEV: Wrap Ember.run.debounce. (#11352)" (#11465) 2020-12-10 16:48:25 -03:00
app.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
mapping-router.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00