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.
gitea/templates
Giteabot 0f265a2489
Don't autosize textarea in diff view (#26233) (#26244)
Backport #26233 by @silverwind

Resizing the comment editor can be a very expensive operation because it
triggers page reflows, which on large PRs can take upwards of seconds to
complete. Disable this mechanism on the diff page only where we know
that the page can get large.

Fixes https://github.com/go-gitea/gitea/issues/26201 for the textarea
editor.

I don't think this can be fixed for EasyMDE because as far as I can
tell, it exposes no option to disable this resizing.

Co-authored-by: silverwind <me@silverwind.io>
2 years ago
..
admin Display deprecated warning in admin panel pages as well as in the log file (#26094) (#26154) 2 years ago
api/packages/pypi Remove incorrect HTML self close tag (#23748) 2 years ago
base Align language menu icon and fit the footer area (#25556) (#25563) 2 years ago
code Use data-tooltip-content for tippy tooltip (#23649) 2 years ago
custom Add footer extra links template (#9576) 5 years ago
devtest Make "cancel" buttons have proper type in modal forms (#25618) (#25641) 2 years ago
explore Fix repo search broken because of profile page added (#25455) (#25467) 2 years ago
mail Remove incorrect HTML self close tag (#23748) 2 years ago
org Button and color enhancements (#24989) (#25176) 2 years ago
package RPM Registry: Show zypper commands for SUSE based distros as well (#25981) (#26020) 2 years ago
projects Remove test string (#25447) (#25448) 2 years ago
repo Don't autosize textarea in diff view (#26233) (#26244) 2 years ago
shared Don't autosize textarea in diff view (#26233) (#26244) 2 years ago
status Show OAuth2 errors to end users (#25261) (#25271) 2 years ago
swagger fix Missing 404 swagger response docs for /admin/users/{username} (#26086) (#26089) 2 years ago
user Fixed incorrect locale references (#26218) (#26222) 2 years ago
home.tmpl Improve home page template, fix Sort dropdown menu flash (#23856) 2 years ago
install.tmpl Show correct SSL Mode on "install page" (#25818) (#25838) 2 years ago
post-install.tmpl Remove incorrect element ID on "post-install" page (#25104) (#25129) 2 years ago