gitea/templates/base
silverwind 9269a038a4
Direct avatar rendering (#13649)
* Direct avatar rendering

This adds new template helpers for avatar rendering which output image
elements with direct links to avatars which makes them cacheable by the
browsers.

This should be a major performance improvment for pages with many avatars.

* fix avatars of other user's profile pages

* fix top border on user avatar name

* uncircle avatars

* remove old incomplete avatar selector

* use title attribute for name and add it back on blame

* minor refactor

* tweak comments

* fix url path join and adjust test to new result

* dedupe functions
2020-12-03 19:46:11 +01:00
..
alert.tmpl Return the full rejection message and errors in flash errors (#13221) 2020-10-20 19:50:10 -04:00
alert_details.tmpl Return the full rejection message and errors in flash errors (#13221) 2020-10-20 19:50:10 -04:00
delete_modal_actions.tmpl Replace footer and modal icons with SVG (#13245) 2020-10-21 22:07:33 +01:00
footer.tmpl Enable linting of JS inside templates (#13708) 2020-11-28 01:01:33 +02:00
footer_content.tmpl Replace footer and modal icons with SVG (#13245) 2020-10-21 22:07:33 +01:00
head.tmpl Expose default theme in meta and API (#13809) 2020-12-03 13:53:21 +01:00
head_navbar.tmpl Direct avatar rendering (#13649) 2020-12-03 19:46:11 +01:00
paginate.tmpl Unifies pagination template usage (#6531) (#6533) 2019-04-20 00:15:19 -04:00