gitea/web_src/js/components
silverwind eef9406c6b
Contribution heatmap improvements (#35876)
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: wxiaoguang <wxiaoguang@gmail.com>
2025-11-06 09:23:48 +07:00
..
ActionRunStatus.vue Fix circular spin animation direction (#35785) 2025-11-02 08:30:13 +07:00
ActivityHeatmap.vue Contribution heatmap improvements (#35876) 2025-11-06 09:23:48 +07:00
ContextPopup.vue Enable `vue/require-typed-ref` eslint rule (#35764) 2025-10-29 17:42:06 +07:00
DashboardRepoList.vue Fix some log and UI problems (#34863) 2025-06-26 00:32:50 +07: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 +07:00
DiffFileTreeItem.vue Use `shallowRef` instead of `ref` in `.vue` files where possible (#34813) 2025-06-22 21:37:03 +07:00
PullRequestMergeForm.vue Use `shallowRef` instead of `ref` in `.vue` files where possible (#34813) 2025-06-22 21:37:03 +07:00
RepoActionView.vue Fix circular spin animation direction (#35785) 2025-11-02 08:30:13 +07:00
RepoActivityTopAuthors.vue Update JS and PY deps (#35191) 2025-08-01 07:24:26 +07:00
RepoBranchTagSelector.vue Update eslint to v9 (#35485) 2025-09-14 19:15:06 +07:00
RepoCodeFrequency.vue Fix circular spin animation direction (#35785) 2025-11-02 08:30:13 +07:00
RepoContributors.vue Fix circular spin animation direction (#35785) 2025-11-02 08:30:13 +07:00
RepoRecentCommits.vue Fix circular spin animation direction (#35785) 2025-11-02 08:30:13 +07:00
ViewFileTree.vue Use `shallowRef` instead of `ref` in `.vue` files where possible (#34813) 2025-06-22 21:37:03 +07:00
ViewFileTreeItem.vue Fix circular spin animation direction (#35785) 2025-11-02 08:30:13 +07:00
ViewFileTreeStore.ts Update tab title when navigating file tree (#35757) 2025-10-29 13:38:09 +07:00