1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-02 03:46:01 -04:00
gitea/modules/util
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
..
filebuffer Add io.Closer guidelines (#29387) 2024-02-25 13:05:23 +00:00
rotatingfilewriter
color_test.go Fix and rewrite contrast color calculation, fix project-related bugs (#30237) 2024-04-07 16:19:25 +00:00
color.go Fix and rewrite contrast color calculation, fix project-related bugs (#30237) 2024-04-07 16:19:25 +00:00
error.go
file_unix_test.go
file_unix.go
file_windows.go
io_test.go
io.go
keypair_test.go Use crypto/sha256 (#29386) 2024-02-25 13:32:13 +00:00
keypair.go Use crypto/sha256 (#29386) 2024-02-25 13:32:13 +00:00
legacy_test.go
legacy.go
pack_test.go
pack.go
paginate_test.go
paginate.go
path_test.go
path.go
remove.go
sanitize_test.go
sanitize.go
sec_to_time_test.go
sec_to_time.go
shellquote_test.go
shellquote.go
slice_test.go
slice.go Performance improvements for pull request list page (#29900) 2024-03-21 14:13:08 +01:00
string_test.go
string.go
timer_test.go
timer.go
truncate_test.go
truncate.go
url.go
util_test.go Add API for Variables (#29520) 2024-03-28 20:40:35 +00:00
util.go Clean up log messages (#30313) 2024-04-07 19:17:06 +08:00