]> source.dussan.org Git - gitea.git/commit
Lazy-load issue reviewers and assignees avatars (#13526)
authorsilverwind <me@silverwind.io>
Thu, 12 Nov 2020 05:55:34 +0000 (06:55 +0100)
committerGitHub <noreply@github.com>
Thu, 12 Nov 2020 05:55:34 +0000 (07:55 +0200)
commit4117a443c27cc5b8af75be32ed6949d028694eff
treee76c2423c95e7030a6afc73a479d1c44fc5cbf75
parent6838bacc4c5e7c8742dc009ad63eafb0b0201f9c
Lazy-load issue reviewers and assignees avatars (#13526)

The avatars inside the dropdowns were previously fetched every time a
Pull Request was opened resulting in potential unnecessary downloads.
This lazy-loads through the newish loading=lazy attribute.

Also did a few minor adjustments on the file.
templates/repo/issue/view_content/sidebar.tmpl