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
silverwind 21b8ec29aa
Add `eslint-plugin-vue-scoped-css` (#26720)
Adds
[eslint-plugin-vue-scoped-css](https://github.com/future-architect/eslint-plugin-vue-scoped-css)
and fixes discovered issues which are:

- 1 unused selector
- 3 selectors with `.full.height` parent in a `<style scoped>` block so
the rule could not find the parent. Move these into the unscoped block
instead. They worked before and after.
1 year ago
..
.eslintrc.yaml Add `eslint-plugin-vue-scoped-css` (#26720) 1 year ago
ActionRunStatus.vue Enable `vue/html-closing-bracket-spacing` eslint rule (#24987) 2 years ago
ActivityHeatmap.vue Make the color of zero-contribution-squares in the activity heatmap more subtle (#24758) 2 years ago
ContextPopup.vue Always pass 6-digit hex color to monaco (#25780) 2 years ago
DashboardRepoList.vue Fix organization list in dashboard (#26650) 1 year ago
DiffCommitSelector.vue Fix tooltip of commit select button (#26472) 1 year ago
DiffFileList.vue Refactor diffFileInfo / DiffTreeStore (#24998) 2 years ago
DiffFileTree.vue Rewrite the DiffFileTreeItem and fix misalignment (#26565) 1 year ago
DiffFileTreeItem.vue Rewrite the DiffFileTreeItem and fix misalignment (#26565) 1 year ago
PullRequestMergeForm.vue Remove more unused Fomantic variants (#25292) 2 years ago
RepoActionView.vue Add `eslint-plugin-vue-scoped-css` (#26720) 1 year ago
RepoActivityTopAuthors.vue Refactor dashboard repo list to Vue SFC (#23405) 2 years ago
RepoBranchTagSelector.vue Fix doubled box-shadow in branch dropdown menu (#26678) 1 year ago
ScopedAccessTokenSelector.vue Change access token UI to select dropdowns (#25109) 2 years ago