0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-01-19 04:45:44 +01:00
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>
2023-07-03 01:08:49 +00:00
..
.eslintrc.yaml
ActionRunStatus.vue
ActivityHeatmap.vue
ContextPopup.vue
DashboardRepoList.vue Introduce shared template for search inputs (#25338) 2023-06-22 10:27:35 +00:00
DiffFileList.vue
DiffFileTree.vue
DiffFileTreeItem.vue Highlight viewed files differently in the PR filetree (#24956) 2023-06-25 08:46:30 +08:00
PullRequestMergeForm.vue
RepoActionView.vue Add log line anchor for action logs (#25532) 2023-07-03 01:08:49 +00:00
RepoActivityTopAuthors.vue
RepoBranchTagSelector.vue
ScopedAccessTokenSelector.vue