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.
gitea/web_src/js/components
Yarden Shoham 4810fe55e3
Add status indicator on main home screen for each repo (#24638)
It will show the calculated commit status state of the latest commit on
the default branch for each repository in the dashboard repo list

- Closes #15620

# Before

![image](https://github.com/go-gitea/gitea/assets/20454870/aa1326c7-43c0-458a-a798-3102c766bcf9)

# After

![image](https://github.com/go-gitea/gitea/assets/20454870/8658cc03-2224-442a-b1c8-bf64126e4575)

---------

Signed-off-by: Yarden Shoham <git@yardenshoham.com>
Co-authored-by: delvh <dev.lh@web.de>
Co-authored-by: Giteabot <teabot@gitea.io>
2 years ago
..
.eslintrc.yaml Update eslints for Vue 3 (#23935) 2 years ago
ActionRunStatus.vue Attach a tooltip to the action status icon (#24614) 2 years ago
ActivityHeatmap.vue Localize activity heatmap (except tooltip) (#24131) 2 years ago
ContextPopup.vue Modify luminance calculation and extract related functions into single files (#24586) 2 years ago
DashboardRepoList.vue Add status indicator on main home screen for each repo (#24638) 2 years ago
DiffFileList.vue Use data-tooltip-content for tippy tooltip (#23649) 2 years ago
DiffFileTree.vue Update the value of the `diffEnd` when click `Show More` btn in the DiffFileTree (#24069) 2 years ago
DiffFileTreeItem.vue Use reactive store to share data between components (#23996) 2 years ago
PullRequestMergeForm.vue Refactor branch/tag selector to Vue SFC (#23421) 2 years ago
RepoActionView.test.js Improve action log display with control chars (#23820) 2 years ago
RepoActionView.vue Make the actions control button look like an actual button (#24611) 2 years ago
RepoActivityTopAuthors.vue Refactor dashboard repo list to Vue SFC (#23405) 2 years ago
RepoBranchTagSelector.vue Remove svg.svg class, restore .rss-icon (#24667) 2 years ago