You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Opliko 47e7e9572c Add loading=lazy tag to avatars
There is no reason why avatars should be a blocking reasorce, and browsers are now adding support for lazy loading of images (and iframes). According to [caniuse.com](https://caniuse.com/#feat=loading-lazy-attr) 62% of users use a browser that supports this attribute.

So there doesn't seem to be any downside to just adding this attribute here. It won't affect browsers that don't support it and might speed up page loads on browsers that do.
5 years ago
..
images feat: revamp email templates to be more style agnostic (#7375) 6 years ago
language feat: manifest.json improvements from #8126 (#8264) 5 years ago
less feat: #5272, allow changing user groups from manage users page 5 years ago
openapi fix(openapi): remove account and group upload routes 5 years ago
src Add loading=lazy tag to avatars 5 years ago
uploads tweak gitignores, closes #5250 8 years ago
vendor feat: local redoc view on development mode only 5 years ago
.eslintrc Remove public eslint `templates` global 8 years ago
.jshintrc ESlint no-undef, remove global comments 8 years ago
503.html fix mixed content warning on 503 status page and installer 9 years ago
favicon.ico
js-enabled.css fix: removal of scroll anchoring code in favour of browser handling 6 years ago
logo.png Pass tests 8 years ago