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.
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
1 year ago
..
.eslintrc.yaml Enable `vue/html-closing-bracket-spacing` eslint rule (#24987) 1 year ago
ActionRunStatus.vue Enable `vue/html-closing-bracket-spacing` eslint rule (#24987) 1 year ago
ActivityHeatmap.vue Make the color of zero-contribution-squares in the activity heatmap more subtle (#24758) 1 year ago
ContextPopup.vue Always pass 6-digit hex color to monaco (#25780) 1 year ago
DashboardRepoList.vue Introduce shared template for search inputs (#25338) 1 year ago
DiffFileList.vue Refactor diffFileInfo / DiffTreeStore (#24998) 1 year ago
DiffFileTree.vue Show file tree by default (#25052) 1 year ago
DiffFileTreeItem.vue Highlight viewed files differently in the PR filetree (#24956) 1 year ago
PullRequestMergeForm.vue Remove more unused Fomantic variants (#25292) 1 year ago
RepoActionView.vue Several fixes for mobile UI (#25634) 1 year ago
RepoActivityTopAuthors.vue Refactor dashboard repo list to Vue SFC (#23405) 1 year ago
RepoBranchTagSelector.vue Use flex to align SVG and text (#25163) 1 year ago
ScopedAccessTokenSelector.vue Change access token UI to select dropdowns (#25109) 1 year ago