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 2774671584
Fix heatmap first color being unused (#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.

Before:
<img width="710" alt="Screenshot 2022-12-18 at 09 17 58"
src="https://user-images.githubusercontent.com/115237/208288347-df4973af-8ebd-4582-b828-bec948ffdf60.png">

After:
<img width="709" alt="Screenshot 2022-12-18 at 09 18 15"
src="https://user-images.githubusercontent.com/115237/208288350-e0b85aa2-6925-4a37-83d2-89e2518c91ce.png">

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2 years ago
..
.eslintrc.yaml Fix eslint parsing errors, remove eslint-plugin-html (#20323) 2 years ago
ActivityHeatmap.vue Fix heatmap first color being unused (#22157) 2 years ago
ContextPopup.vue Refactor from Vue2 to Vue3 (#20044) 2 years ago
DashboardRepoList.js Refactor from Vue2 to Vue3 (#20044) 2 years ago
DiffFileList.vue Refactor from Vue2 to Vue3 (#20044) 2 years ago
DiffFileTree.vue Refactor from Vue2 to Vue3 (#20044) 2 years ago
DiffFileTreeItem.vue Add filetree on left of diff view (#21012) 2 years ago
PullRequestMergeForm.vue feat: add button to quickly clear merge message (#21548) 2 years ago
RepoActivityTopAuthors.vue Split `index.js` to separate files (#17315) 3 years ago
RepoBranchTagDropdown.js Refactor from Vue2 to Vue3 (#20044) 2 years ago
VueComponentLoader.js Update JS dependencies and eslint config (#21388) 2 years ago