-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add log line anchor for action logs #25532
Conversation
I found scroll-margin-top working pretty well, and no need to use And changed href to not use absolute path. Updated demo in the description. Ready for review again. |
Should that fix #25532 (comment)? |
Yes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall LGTM except the strange await loadJob
, but it doesn't block
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
* giteaofficial/main: use css on labels (go-gitea#25626) Get latest commit statuses from database instead of git data on dashboard for repositories (go-gitea#25605) Add log line anchor for action logs (go-gitea#25532) Support displaying diff stats in PR tab bar (go-gitea#25387) [skip ci] Updated licenses and gitignores
Close #24593
Some behavior:
Some Notes:
loadJob
socurrentJobStepsStates
can be initialized and used inhashChangeListener
.Demo:
Untitled.mov