forgejo/web_src/js/components
silverwind e88218f4be
Fix heatmap first color being unused (#22158)
Backport #22157. vue3-calendar-heatmap has the behaviour that the first
and second colors are mapped to values null and 0, meaning the second
color was not used as intended for values > 0. I think this is a
behaviour change from previous vue2 version that was missed during the
upgrade.

This change makes first and second values the same, so the heatmap can
now use one additional color for meaningful values.
2022-12-18 15:18:07 +02:00
..
.eslintrc.yaml
ActivityHeatmap.vue Fix heatmap first color being unused (#22158) 2022-12-18 15:18:07 +02:00
ContextPopup.vue
DashboardRepoList.js
DiffFileList.vue
DiffFileTree.vue
DiffFileTreeItem.vue
PullRequestMergeForm.vue
RepoActivityTopAuthors.vue
RepoBranchTagDropdown.js
VueComponentLoader.js Update JS dependencies and eslint config (#21388) 2022-10-10 20:02:20 +08:00