1
1
mirror of https://github.com/go-gitea/gitea synced 2024-07-07 10:35:48 +00:00
gitea/web_src/js/features
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">
2024-06-28 21:29:15 +00:00
..
admin Split common-global.js into separate files (#31438) 2024-06-21 15:40:33 +08:00
comp Fix JS error with disabled attachment and easymde (#31511) 2024-06-28 13:59:22 +08:00
autofocus-end.js When the title in the issue has a value, set the text cursor at the end of the text. (#30090) 2024-03-27 15:20:10 +08:00
captcha.js Enforce trailing comma in JS on multiline (#30002) 2024-03-22 14:06:53 +00:00
citation.js Use querySelector over alternative DOM methods (#31280) 2024-06-10 22:49:33 +02:00
clipboard.js Fix Citation modal responsiveness and clipboard copy (#29799) 2024-03-15 02:38:13 +00:00
code-frequency.js Use querySelector over alternative DOM methods (#31280) 2024-06-10 22:49:33 +02:00
codeeditor.js Remove obsolete monaco workaround (#30893) 2024-05-08 02:42:33 +00:00
colorpicker.js Use querySelector over alternative DOM methods (#31280) 2024-06-10 22:49:33 +02:00
common-button.js Split common-global.js into separate files (#31438) 2024-06-21 15:40:33 +08:00
common-fetch-action.js Split common-global.js into separate files (#31438) 2024-06-21 15:40:33 +08:00
common-form.js Refactor image diff (#31444) 2024-06-22 04:52:09 +00:00
common-issue-list.js Use querySelector over alternative DOM methods (#31280) 2024-06-10 22:49:33 +02:00
common-issue-list.test.js Use vitest globals (#27102) 2023-09-27 04:37:13 +00:00
common-organization.js Fix initCompLabelEdit not being called (#29198) 2024-02-16 17:03:52 +01:00
common-page.js Refactor image diff (#31444) 2024-06-22 04:52:09 +00:00
contextpopup.js Rework and fix stopwatch (#30732) 2024-04-30 14:52:46 +00:00
contributors.js Use querySelector over alternative DOM methods (#31280) 2024-06-10 22:49:33 +02:00
copycontent.js Use querySelector over alternative DOM methods (#31280) 2024-06-10 22:49:33 +02:00
dropzone.js Improve attachment upload methods (#30513) 2024-06-27 09:31:49 +00:00
emoji.js Update JS and PY dependencies (#27501) 2023-10-08 00:16:20 +00:00
eventsource.sharedworker.js Enforce trailing comma in JS on multiline (#30002) 2024-03-22 14:06:53 +00:00
file-fold.js Update JS dependencies (#27922) 2023-11-06 21:14:32 +00:00
heatmap.js Use querySelector over alternative DOM methods (#31280) 2024-06-10 22:49:33 +02:00
imagediff.js Refactor image diff (#31444) 2024-06-22 04:52:09 +00:00
install.js Use querySelector over alternative DOM methods (#31280) 2024-06-10 22:49:33 +02:00
notification.js Use querySelector over alternative DOM methods (#31280) 2024-06-10 22:49:33 +02:00
org-team.js Remove jQuery calls that have no effect on showElem and hideElem (#30110) 2024-03-26 19:38:37 +00:00
pull-view-file.js Use querySelector over alternative DOM methods (#31280) 2024-06-10 22:49:33 +02:00
recent-commits.js Use querySelector over alternative DOM methods (#31280) 2024-06-10 22:49:33 +02:00
repo-branch.js Remove jQuery from the create/rename branch modals (except Fomantic) (#30109) 2024-03-27 11:40:21 +01:00
repo-code.js Add initial typescript config and use it for eslint,vitest,playwright (#31186) 2024-06-28 16:15:51 +00:00
repo-code.test.js Use vitest globals (#27102) 2023-09-27 04:37:13 +00:00
repo-commit.js Fix elipsis button not working if the last commit loading is deferred (#29544) 2024-03-02 19:31:59 +00:00
repo-common.js Refactor and fix archive link bug (#30535) 2024-04-19 00:45:50 +08:00
repo-diff-commit.js Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
repo-diff-commitselect.js Use querySelector over alternative DOM methods (#31280) 2024-06-10 22:49:33 +02:00
repo-diff-filetree.js Use querySelector over alternative DOM methods (#31280) 2024-06-10 22:49:33 +02:00
repo-diff.js Make toast support preventDuplicates (#31501) 2024-06-27 13:58:38 +00:00
repo-editor.js Refactor dropzone (#31482) 2024-06-27 01:01:20 +08:00
repo-findfile.js Use querySelector over alternative DOM methods (#31280) 2024-06-10 22:49:33 +02:00
repo-findfile.test.js Use vitest globals (#27102) 2023-09-27 04:37:13 +00:00
repo-graph.js Use querySelector over alternative DOM methods (#31280) 2024-06-10 22:49:33 +02:00
repo-home.js Use querySelector over alternative DOM methods (#31280) 2024-06-10 22:49:33 +02:00
repo-issue-content.js Remove jQuery class from the comment edit history (#30186) 2024-03-30 23:09:46 +01:00
repo-issue-edit.js Refactor dropzone (#31482) 2024-06-27 01:01:20 +08:00
repo-issue-list.js Use querySelector over alternative DOM methods (#31280) 2024-06-10 22:49:33 +02:00
repo-issue-pr-form.js Use querySelector over alternative DOM methods (#31280) 2024-06-10 22:49:33 +02:00
repo-issue-pr-status.js Fix the overflow style for "Hide all checks" (#27932) 2023-11-07 18:53:35 +00:00
repo-issue.js Refactor dropzone (#31482) 2024-06-27 01:01:20 +08:00
repo-legacy.js Fix JS error when creating new issue (#31383) 2024-06-16 02:07:21 +00:00
repo-migrate.js Use querySelector over alternative DOM methods (#31280) 2024-06-10 22:49:33 +02:00
repo-migration.js Use querySelector over alternative DOM methods (#31280) 2024-06-10 22:49:33 +02:00
repo-projects.js Use querySelector over alternative DOM methods (#31280) 2024-06-10 22:49:33 +02:00
repo-release.js Use querySelector over alternative DOM methods (#31280) 2024-06-10 22:49:33 +02:00
repo-search.js Filter Repositories by type (#29231) 2024-03-03 10:18:34 +00:00
repo-settings.js Use querySelector over alternative DOM methods (#31280) 2024-06-10 22:49:33 +02:00
repo-template.js Enforce trailing comma in JS on multiline (#30002) 2024-03-22 14:06:53 +00:00
repo-unicode-escape.js Remove jQuery from the Unicode escape button (#29369) 2024-02-24 20:11:51 +01:00
repo-wiki.js Enforce trailing comma in JS on multiline (#30002) 2024-03-22 14:06:53 +00:00
sshkey-helper.js Use querySelector over alternative DOM methods (#31280) 2024-06-10 22:49:33 +02:00
stopwatch.js Improve logout from worker (#30775) 2024-04-30 15:35:42 +00:00
tablesort.js JS refactors (#22227) 2022-12-24 00:03:11 +08:00
tribute.js Always use HTML attributes for avatar size (#31509) 2024-06-28 21:29:15 +00:00
user-auth-webauthn.js Use querySelector over alternative DOM methods (#31280) 2024-06-10 22:49:33 +02:00
user-auth.js Split common-global.js into separate files (#31438) 2024-06-21 15:40:33 +08:00
user-settings.js Use querySelector over alternative DOM methods (#31280) 2024-06-10 22:49:33 +02:00