gitea/web_src/css
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
..
chroma Various code view improvements (#30014) 2024-03-24 12:14:03 +00:00
codemirror Remove EasyMDE focus outline on text (#25328) 2023-06-18 04:10:07 +00:00
editor Clean up diff header css and reduce global textarea min-height (#29232) 2024-02-18 14:51:21 +00:00
features Fix and rewrite contrast color calculation, fix project-related bugs (#30237) 2024-04-07 16:19:25 +00:00
markup Markup color and font size fixes (#30282) 2024-04-06 23:06:27 +02:00
modules Add `--page-spacing` variable, fix admin dashboard notice (#30302) 2024-04-07 15:45:36 +00:00
repo Fix and rewrite contrast color calculation, fix project-related bugs (#30237) 2024-04-07 16:19:25 +00:00
shared Migrate `gt-hidden` to `tw-hidden` (#30046) 2024-03-24 18:23:38 +00:00
standalone Add toasts to UI (#25449) 2023-06-27 02:45:24 +00:00
themes Fix and rewrite contrast color calculation, fix project-related bugs (#30237) 2024-04-07 16:19:25 +00:00
actions.css Action view mobile improvements and fixes (#30309) 2024-04-07 12:41:42 +00:00
admin.css User details page (#26713) 2023-08-31 11:21:18 +02:00
base.css Add `--page-spacing` variable, fix admin dashboard notice (#30302) 2024-04-07 15:45:36 +00:00
dashboard.css Remove fomantic label module (#30081) 2024-03-27 09:58:02 +00:00
explore.css Introduce `.secondary-nav` and handle `.page-content` spacing universally (#29982) 2024-03-22 23:54:09 +00:00
font_i18n.css Fix `@font-face` overrides (#24855) 2023-05-24 01:48:51 +00:00
form.css Fix checkboxes on mobile view, remove some dead css (#30308) 2024-04-07 14:36:33 +02:00
helpers.css Move and simplify tab-size helpers (#30196) 2024-03-31 11:22:28 +00:00
home.css avoid hard-coding height in language dropdown menu (#25986) 2023-07-19 23:30:57 +02:00
index.css Remove fomantic list module (#30281) 2024-04-06 21:33:45 +00:00
install.css Make "install page" respect environment config (#25648) 2023-07-09 22:43:37 +00:00
org.css Remove fomantic checkbox module (#30162) 2024-03-29 04:56:01 +00:00
repo.css Fix and rewrite contrast color calculation, fix project-related bugs (#30237) 2024-04-07 16:19:25 +00:00
review.css Fix: The interface is broken when modifying code comments under mobile devices (#30125) 2024-03-27 08:13:12 +00:00
user.css Introduce `.secondary-nav` and handle `.page-content` spacing universally (#29982) 2024-03-22 23:54:09 +00:00