1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-18 16:14:32 +01:00
gitea/web_src/js
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
..
components Add log line anchor for action logs (#25532) 2023-07-03 01:08:49 +00:00
features Replace fomantic divider module with our own (#25539) 2023-06-29 20:24:22 +08:00
markup
modules Add toasts to UI (#25449) 2023-06-27 02:45:24 +00:00
render Add custom ansi colors and CSS variables for them (#25546) 2023-06-28 15:38:55 +02:00
standalone Add toasts to UI (#25449) 2023-06-27 02:45:24 +00:00
test
utils Update emoji set to Unicode 15 (#25595) 2023-06-29 16:29:48 +00:00
webcomponents
bootstrap.js
index.js
jquery.js
svg.js Support downloading raw task logs (#24451) 2023-06-29 10:58:56 +08:00
svg.test.js
utils.js
utils.test.js