1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-01 17:05:48 +00:00
gitea/web_src/js/components
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
..
.eslintrc.yaml Implement contributors graph (#27882) 2024-02-15 23:21:13 +01:00
ActionRunStatus.vue Fix incorrect tailwind migration (#30007) 2024-03-22 20:51:29 +01:00
ActivityHeatmap.vue Enforce trailing comma in JS on multiline (#30002) 2024-03-22 14:06:53 +00:00
ContextPopup.vue Fix and rewrite contrast color calculation, fix project-related bugs (#30237) 2024-04-07 16:19:25 +00:00
DashboardRepoList.vue Remove fomantic input module (#30194) 2024-03-31 16:06:06 +00:00
DiffCommitSelector.vue Migrate font-family to tailwind (#30118) 2024-03-28 08:31:07 +00:00
DiffFileList.vue Migrate font-family to tailwind (#30118) 2024-03-28 08:31:07 +00:00
DiffFileTree.vue Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
DiffFileTreeItem.vue Enforce trailing comma in JS on multiline (#30002) 2024-03-22 14:06:53 +00:00
PullRequestMergeForm.vue Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
RepoActionView.vue Action view mobile improvements and fixes (#30309) 2024-04-07 12:41:42 +00:00
RepoActivityTopAuthors.vue Enforce trailing comma in JS on multiline (#30002) 2024-03-22 14:06:53 +00:00
RepoBranchTagSelector.vue Refactor all .length === 0 patterns in JS (#30045) 2024-03-25 18:37:55 +00:00
RepoCodeFrequency.vue Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
RepoContributors.vue Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
RepoRecentCommits.vue Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
ScopedAccessTokenSelector.vue Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00