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
David Taylor f51b48b421
PERF: Improve lazy-load performance in Safari
Safari starts loading images as soon as attributes are modified. Modern browsers all prefer the srcset attribute over src, so we should remove srcset last, and add it first.
2020-04-21 19:05:33 +01:00
..
assets PERF: Improve lazy-load performance in Safari 2020-04-21 19:05:33 +01:00
controllers DEV: Use more specific error responses (#9472) 2020-04-21 03:50:20 +02:00
helpers FEATURE: improve rendering of RSS feeds 2020-04-20 16:08:24 +10:00
jobs DEV: Remove bypass_bump from CookedPostProcessor (#9468) 2020-04-21 03:48:19 +02:00
mailers FEATURE: High priority bookmark reminder notifications (#9290) 2020-04-01 09:09:20 +10:00
models FIX: Reject invalid Category slugs (#9473) 2020-04-21 03:50:50 +02:00
serializers FEATURE: Add created_at column to user_badges (#9463) 2020-04-20 10:03:25 -07:00
services FIX: Make InlineUploads handle more URL formats (#9467) 2020-04-21 03:47:48 +02:00
views FEATURE: improve rendering of RSS feeds 2020-04-20 16:08:24 +10:00