forgejo/web_src/js/components
silverwind 38844e0869
Always pass 6-digit hex color to monaco (#25780)
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
2023-07-09 12:17:22 +02:00
..
.eslintrc.yaml
ActionRunStatus.vue
ActivityHeatmap.vue
ContextPopup.vue Always pass 6-digit hex color to monaco (#25780) 2023-07-09 12:17:22 +02:00
DashboardRepoList.vue Introduce shared template for search inputs (#25338) 2023-06-22 10:27:35 +00:00
DiffFileList.vue
DiffFileTree.vue Show file tree by default (#25052) 2023-06-02 23:39:01 +08:00
DiffFileTreeItem.vue Highlight viewed files differently in the PR filetree (#24956) 2023-06-25 08:46:30 +08:00
PullRequestMergeForm.vue Remove more unused Fomantic variants (#25292) 2023-06-17 08:15:33 +00:00
RepoActionView.vue Several fixes for mobile UI (#25634) 2023-07-04 17:45:45 +00:00
RepoActivityTopAuthors.vue
RepoBranchTagSelector.vue Use flex to align SVG and text (#25163) 2023-06-14 16:40:15 +00:00
ScopedAccessTokenSelector.vue Change access token UI to select dropdowns (#25109) 2023-06-13 15:55:48 +08:00