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
HesterG 640a88fa09
Add log line anchor for action logs (#25532)
Close #24593

Some behavior:

- If log step line in hash exists, expand the step and scroll to the log
line.
- If step exists but line not exists, the step will be expanded.
- If step not exists, stays on the job's page.

Some Notes:

- Changed mounted to async because need to await for first `loadJob` so
`currentJobStepsStates` can be initialized and used in
`hashChangeListener `.

---------

Co-authored-by: silverwind <me@silverwind.io>
Co-authored-by: wxiaoguang <wxiaoguang@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 Introduce shared template for search inputs (#25338) 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 Highlight viewed files differently in the PR filetree (#24956) 2 years ago
PullRequestMergeForm.vue Remove more unused Fomantic variants (#25292) 2 years ago
RepoActionView.vue Add log line anchor for action logs (#25532) 2 years ago
RepoActivityTopAuthors.vue Refactor dashboard repo list to Vue SFC (#23405) 2 years ago
RepoBranchTagSelector.vue Use flex to align SVG and text (#25163) 2 years ago
ScopedAccessTokenSelector.vue Change access token UI to select dropdowns (#25109) 2 years ago