gitea/web_src/js/components
Giteabot 74dfadb543
Fix circular spin animation direction (#35785) (#35823)
Backport #35785 by @lutinglt

Wait for the status icon to rotate clockwise instead of counterclockwise

before:
![GIF 2025-10-30
10-50-07](https://github.com/user-attachments/assets/3771b0bf-44e4-45a0-bde5-1b2b3dd8ba2a)

after:
![GIF 2025-10-30
10-50-43](https://github.com/user-attachments/assets/c45307fe-39a4-4e60-b48e-9d922c407565)

This can be merged to 1.25

Signed-off-by: 鲁汀 <131967983+lutinglt@users.noreply.github.com>
Signed-off-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: 鲁汀 <131967983+lutinglt@users.noreply.github.com>
Co-authored-by: lutinglt <lutinglt@users.noreply.github.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2025-11-03 09:37:01 +00:00
..
ActionRunStatus.vue Fix circular spin animation direction (#35785) (#35823) 2025-11-03 09:37:01 +00:00
ActivityHeatmap.vue Use `shallowRef` instead of `ref` in `.vue` files where possible (#34813) 2025-06-22 21:37:03 +08: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