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
yp05327 4aec1f87a4
Remove highlight in repo list (#24675)
Before:

![image](https://github.com/go-gitea/gitea/assets/18380374/aa5e9f1f-48ff-4e9f-a693-23a34e390760)
After:

![image](https://github.com/go-gitea/gitea/assets/18380374/a4b58a6c-4ea3-4ded-80df-2e650d39a1d3)

private or internal repos have `lock` icon, no need to add highlights to
them.
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 Remove highlight in repo list (#24675) 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 RSS icon fixes (#24476) 2 years ago