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/web_src/js
silverwind e82f3caa6b
Always use HTML attributes for avatar size (#31509)
Many avatars were rendered in HTML with certain width/height but then
resized again in CSS. This was pointless so I removed all these cases
and made the HTML size match the previous render size.

Also did a few CSS cleanups in the tribute rendering:

<img width="648" alt="image"
src="https://github.com/go-gitea/gitea/assets/115237/cb2fafb3-5e20-46e9-814f-07df20038beb">
9 months ago
..
components Add initial typescript config and use it for eslint,vitest,playwright (#31186) 9 months ago
features Always use HTML attributes for avatar size (#31509) 9 months ago
markup Use `querySelector` over alternative DOM methods (#31280) 9 months ago
modules Make toast support preventDuplicates (#31501) 9 months ago
render Use vitest globals (#27102) 2 years ago
standalone Make toast support preventDuplicates (#31501) 9 months ago
utils Make toast support preventDuplicates (#31501) 9 months ago
vendor Refactor image diff (#31444) 9 months ago
webcomponents Add initial typescript config and use it for eslint,vitest,playwright (#31186) 9 months ago
bootstrap.js Check if reverse proxy is correctly configured (#30890) 11 months ago
bootstrap.test.js Avoid duplicate JS error messages on UI (#28873) 1 year ago
globals.js Bump htmx to 2.0.0 (#31413) 9 months ago
htmx.js Bump htmx to 2.0.0 (#31413) 9 months ago
index.js Refactor dropzone (#31482) 9 months ago
svg.js Update JS any PY dependencies, remove workarounds (#30085) 1 year ago
svg.test.js Use vitest globals (#27102) 2 years ago
utils.js Improve attachment upload methods (#30513) 9 months ago
utils.test.js Improve attachment upload methods (#30513) 9 months ago
vitest.setup.js Move vitest setup file to root (#29097) 1 year ago