gitea/web_src/js/utils
silverwind 38844e0869
Always pass 6-digit hex color to monaco ()
Monaco can not deal with color formats other than 6-digit hex, so we
convert the colors for it via new
[`tinycolor2`](https://github.com/bgrins/TinyColor) dependency (5kB
minzipped).

Also, with the addition of the module, we can replace the existing
`hexToRGBColor` usage, I verified it is compatible with the current
tests before removing the function.

Fixes: https://github.com/go-gitea/gitea/issues/25770
..
color.js Always pass 6-digit hex color to monaco ()
color.test.js Always pass 6-digit hex color to monaco ()
dom.js Improve "goto issue by number" button ()
match.js rename tributeValues to mentionValues ()
match.test.js Update emoji set to Unicode 15 ()
url.js Refactor branch/tag selector to Vue SFC ()
url.test.js Refactor branch/tag selector to Vue SFC ()