0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-01-01 11:04:43 +01:00
gitea/web_src/js/features
silverwind 36887ed392
Fix and rewrite contrast color calculation, fix project-related bugs (#30237)
1. The previous color contrast calculation function was incorrect at
least for the `#84b6eb` where it output low-contrast white instead of
black. I've rewritten these functions now to accept hex colors and to
match GitHub's calculation and to output pure white/black for maximum
contrast. Before and after:
<img width="94" alt="Screenshot 2024-04-02 at 01 53 46"
src="https://github.com/go-gitea/gitea/assets/115237/00b39e15-a377-4458-95cf-ceec74b78228"><img
width="90" alt="Screenshot 2024-04-02 at 01 51 30"
src="https://github.com/go-gitea/gitea/assets/115237/1677067a-8d8f-47eb-82c0-76330deeb775">

2. Fix project-related issues:

- Expose the new `ContrastColor` function as template helper and use it
for project cards, replacing the previous JS solution which eliminates a
flash of wrong color on page load.
- Fix a bug where if editing a project title, the counter would get
lost.
- Move `rgbToHex` function to color utils.

@HesterG fyi

---------

Co-authored-by: delvh <dev.lh@web.de>
Co-authored-by: Giteabot <teabot@gitea.io>
2024-04-07 16:19:25 +00:00
..
admin Remove fomantic checkbox module (#30162) 2024-03-29 04:56:01 +00:00
comp replace jquery-minicolors with coloris (#30055) 2024-03-29 04:00:07 +01: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
citation.js
clipboard.js
code-frequency.js
codeeditor.js
colorpicker.js Replace coloris with vanilla-colorful (#30201) 2024-04-03 09:15:06 +00:00
common-global.js Remove fomantic input module (#30194) 2024-03-31 16:06:06 +00:00
common-issue-list.js
common-issue-list.test.js
common-organization.js
contextpopup.js
contributors.js
copycontent.js Remove fomantic input module (#30194) 2024-03-31 16:06:06 +00:00
dropzone.js
emoji.js
eventsource.sharedworker.js
file-fold.js
heatmap.js
imagediff.js Remove jQuery class from the image diff (#30140) 2024-03-29 12:40:17 +00:00
install.js
notification.js Remove jQuery class from the notification count (#30172) 2024-03-29 17:17:21 +00: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
recent-commits.js
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 Remove jQuery class from the code range selection (#30173) 2024-03-29 18:08:54 +01:00
repo-code.test.js
repo-commit.js
repo-common.js Fix download buttons on branches page (#30147) 2024-03-27 21:05:49 +01:00
repo-diff-commit.js
repo-diff-commitselect.js
repo-diff-filetree.js
repo-diff.js Remove jQuery class from the diff view (#30176) 2024-03-29 18:51:44 +00:00
repo-editor.js Remove jQuery class from the commit button (#30178) 2024-03-29 20:24:17 +01:00
repo-findfile.js
repo-findfile.test.js
repo-graph.js
repo-home.js Remove most jQuery function calls from the repository topic box (#30191) 2024-03-31 15:39:50 +00:00
repo-issue-content.js Remove jQuery class from the comment edit history (#30186) 2024-03-30 23:09:46 +01:00
repo-issue-list.js Make a distinction between active and selected in the issue author dropdown (#30207) 2024-03-31 11:27:39 +00:00
repo-issue-pr-form.js
repo-issue-pr-status.js
repo-issue.js Remove jQuery class from the repo-issue.js file (#30192) 2024-03-31 12:01:21 +00:00
repo-legacy.js Refactor dropzone (#30232) 2024-04-02 02:16:38 +08:00
repo-migrate.js
repo-migration.js
repo-projects.js Fix and rewrite contrast color calculation, fix project-related bugs (#30237) 2024-04-07 16:19:25 +00:00
repo-release.js
repo-search.js
repo-settings.js Remove jQuery class from the repository branch settings (#30184) 2024-03-30 22:30:00 +01:00
repo-template.js
repo-unicode-escape.js
repo-wiki.js
sshkey-helper.js
stopwatch.js
tablesort.js
tribute.js
user-auth-webauthn.js
user-auth.js
user-settings.js