-
-
Notifications
You must be signed in to change notification settings - Fork 382
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
UI: show date time on hover over time items #756
Conversation
Maybe ISO standard for the time isn't the way to do this but it's trivial to change. Do you all want the duration to be like this too? EDIT: I've changed it to be formatted in |
@9p4 you have to look at https://ci.woodpecker-ci.org/woodpecker-ci/woodpecker/build/1955/27 format and linting :) |
I've fixed everything except for the restriction on the CSS import. The recommended method of importing the tooltip with |
…into linked-build-items
…into linked-build-items
thanks :) - i would say - let it merge 🚀 |
Adds a tooltip that shows the date and time when hovering over "started at" times.
Resolves #707