gitea/web_src/js/components
Giteabot 5842cd23a6
Contribution heatmap improvements (#35876) (#35880)
Backport #35876 by @silverwind

1. Set a fixed height on the element, preventing the content after the
element from shifting on page load. This uses CSS [container query
length
units](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_containment/Container_queries#container_query_length_units)
as I saw no other way because of the non-linear scaling of the element.
2. Move the "total-contributions" text into the existing vue slot,
eliminating the need for absolute positioning.

Co-authored-by: silverwind <me@silverwind.io>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2025-11-06 08:51:49 +00:00
..
ActionRunStatus.vue Fix circular spin animation direction (#35785) (#35823) 2025-11-03 09:37:01 +00:00
ActivityHeatmap.vue Contribution heatmap improvements (#35876) (#35880) 2025-11-06 08:51:49 +00:00
ContextPopup.vue Fix "ref-issue" handling in markup (#35739) (#35771) 2025-10-29 19:03:02 +08:00
DashboardRepoList.vue Fix some log and UI problems (#34863) 2025-06-26 00:32:50 +08:00
DiffCommitSelector.vue Fix bug when review pull request commits (#35192) 2025-08-03 10:23:10 -07:00
DiffFileTree.vue Add repo file tree item link behavior (#34730) 2025-06-20 02:28:19 +08:00
DiffFileTreeItem.vue Use `shallowRef` instead of `ref` in `.vue` files where possible (#34813) 2025-06-22 21:37:03 +08:00
PullRequestMergeForm.vue Use `shallowRef` instead of `ref` in `.vue` files where possible (#34813) 2025-06-22 21:37:03 +08:00
RepoActionView.vue Fix circular spin animation direction (#35785) (#35823) 2025-11-03 09:37:01 +00:00
RepoActivityTopAuthors.vue Update JS and PY deps (#35191) 2025-08-01 07:24:26 +00:00
RepoBranchTagSelector.vue Update eslint to v9 (#35485) 2025-09-14 19:15:06 +03:00
RepoCodeFrequency.vue Fix circular spin animation direction (#35785) (#35823) 2025-11-03 09:37:01 +00:00
RepoContributors.vue Fix circular spin animation direction (#35785) (#35823) 2025-11-03 09:37:01 +00:00
RepoRecentCommits.vue Fix circular spin animation direction (#35785) (#35823) 2025-11-03 09:37:01 +00:00
ViewFileTree.vue Use `shallowRef` instead of `ref` in `.vue` files where possible (#34813) 2025-06-22 21:37:03 +08:00
ViewFileTreeItem.vue Fix circular spin animation direction (#35785) (#35823) 2025-11-03 09:37:01 +00:00
ViewFileTreeStore.ts Update tab title when navigating file tree (#35757) (#35772) 2025-10-29 14:04:19 +00:00