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/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>
10 months ago
..
filebuffer Add `io.Closer` guidelines (#29387) 11 months ago
rotatingfilewriter Replace `interface{}` with `any` (#25686) 2 years ago
color.go Fix and rewrite contrast color calculation, fix project-related bugs (#30237) 10 months ago
color_test.go Fix and rewrite contrast color calculation, fix project-related bugs (#30237) 10 months ago
error.go Replace `interface{}` with `any` (#25686) 2 years ago
file_unix.go Implement FSFE REUSE for golang files (#21840) 2 years ago
file_unix_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
file_windows.go Implement FSFE REUSE for golang files (#21840) 2 years ago
io.go Fix profile render when the README.md size is larger than 1024 bytes (#25131) 2 years ago
io_test.go Fix profile render when the README.md size is larger than 1024 bytes (#25131) 2 years ago
keypair.go Use `crypto/sha256` (#29386) 11 months ago
keypair_test.go Use `crypto/sha256` (#29386) 11 months ago
legacy.go Implement FSFE REUSE for golang files (#21840) 2 years ago
legacy_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
pack.go Replace `interface{}` with `any` (#25686) 2 years ago
pack_test.go Add support for incoming emails (#22056) 2 years ago
paginate.go Replace `interface{}` with `any` (#25686) 2 years ago
paginate_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
path.go Upgrade to golangci-lint@v1.55.0 (#27756) 1 year ago
path_test.go Use a general approach to access custom/static/builtin assets (#24022) 2 years ago
remove.go Implement FSFE REUSE for golang files (#21840) 2 years ago
sanitize.go Implement FSFE REUSE for golang files (#21840) 2 years ago
sanitize_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
sec_to_time.go Store and use seconds for timeline time comments (#25392) 2 years ago
sec_to_time_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
shellquote.go Implement FSFE REUSE for golang files (#21840) 2 years ago
shellquote_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
slice.go Performance improvements for pull request list page (#29900) 11 months ago
slice_test.go Replace `util.SliceXxx` with `slices.Xxx` (#26958) 1 year ago
string.go Add option to disable ambiguous unicode characters detection (#28454) 1 year ago
string_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
timer.go Rewrite queue (#24505) 2 years ago
timer_test.go Use a general approach to access custom/static/builtin assets (#24022) 2 years ago
truncate.go Add ability to set multiple redirect URIs in OAuth application UI (#25072) 2 years ago
truncate_test.go Use more specific test methods (#24265) 2 years ago
url.go Add `RemoteAddress` to mirrors (#26952) 1 year ago
util.go Clean up log messages (#30313) 10 months ago
util_test.go Add API for `Variables` (#29520) 10 months ago