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
Giteabot 8e798ebbdf
Fix fullscreen for action (#25200) (#25207)
Backport #25200 by @HesterG

An error occurs when clicking on `show full screen` on action page.

<img width="1440" alt="Screen Shot 2023-06-12 at 13 06 52"
src="https://github.com/go-gitea/gitea/assets/17645053/1d4ded3c-fb77-4dd8-9201-24d0696f96eb">


class name has changed in #25134, so the selector is not working. 
Enhance the selectors to fix this.

Co-authored-by: HesterG <hestergong@gmail.com>
2 years ago
..
.eslintrc.yaml Enable `vue/html-closing-bracket-spacing` eslint rule (#24987) 2 years 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 Enable `vue/html-closing-bracket-spacing` eslint rule (#24987) 2 years ago
DashboardRepoList.vue Fix mobile navbar and misc cleanups (#25134) (#25169) 2 years ago
DiffFileList.vue Refactor diffFileInfo / DiffTreeStore (#24998) 2 years ago
DiffFileTree.vue Show file tree by default (#25052) 2 years ago
DiffFileTreeItem.vue Refactor diffFileInfo / DiffTreeStore (#24998) 2 years ago
PullRequestMergeForm.vue Enable `vue/html-closing-bracket-spacing` eslint rule (#24987) 2 years ago
RepoActionView.test.js Improve action log display with control chars (#23820) 2 years ago
RepoActionView.vue Fix fullscreen for action (#25200) (#25207) 2 years ago
RepoActivityTopAuthors.vue Refactor dashboard repo list to Vue SFC (#23405) 2 years ago
RepoBranchTagSelector.vue Use correct selector for hiding RSS icon link in the branch selector dropdown (#25080) 2 years ago
ScopedAccessTokenSelector.vue Redesign Scoped Access Tokens (#24767) 2 years ago