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/templates
HesterG da461b5a08
Improvements for action detail page (#24718)
Close #24625 

Main changes:

1. For the left panel, show rerun icon only on hover, and add style when
the job is selected, and removed icon on the "rerun all" button and
modify the text on the button


https://github.com/go-gitea/gitea/assets/17645053/cc437a17-d2e9-4f1b-a8cf-f56e53962767

2. Adjust fonts, and add on hover effects to the log lines. And add
loading effect when the job is done and the job step log is expanded for
the first time. (With reference to github)


https://github.com/go-gitea/gitea/assets/17645053/2808d77d-f402-4fb0-8819-7aa0a018cf0c

3. Add `gt-ellipsis` to `step-summary-msg` and `job-brief-name`

<img width="898" alt="ellipsis"
src="https://github.com/go-gitea/gitea/assets/17645053/e2fb7049-3125-4252-970d-15b0751febc7">

4. Fixed
https://github.com/go-gitea/gitea/issues/24625#issuecomment-1541380010
by adding explicit conditions to `ActionRunStatus.vue` and `status.tmpl`

5. Adjust some css styles

---------

Co-authored-by: silverwind <me@silverwind.io>
2 years ago
..
admin Rewrite logger system (#24726) 2 years ago
api/packages/pypi Remove incorrect HTML self close tag (#23748) 2 years ago
base Remove meta charset from HTML5 documents (#24744) 2 years ago
code Use data-tooltip-content for tippy tooltip (#23649) 2 years ago
custom
devtest Improve button-ghost, remove tertiary button (#24692) 2 years ago
explore Change `join_on` translation to `joined_on` and include placeholder for the date (#24550) 2 years ago
mail Remove incorrect HTML self close tag (#23748) 2 years ago
org Remove svg.svg class, restore .rss-icon (#24667) 2 years ago
package Add CRAN package registry (#22331) 2 years ago
projects Update pin and add pin-slash (#24669) 2 years ago
repo Improvements for action detail page (#24718) 2 years ago
shared Change `--font-weight-bold` to `--font-weight-semibold` and 600 value, introduce new font weight variables (#24827) 2 years ago
status Remove meta charset from HTML5 documents (#24744) 2 years ago
swagger Add CRAN package registry (#22331) 2 years ago
user Change `--font-weight-bold` to `--font-weight-semibold` and 600 value, introduce new font weight variables (#24827) 2 years ago
home.tmpl Improve home page template, fix Sort dropdown menu flash (#23856) 2 years ago
install.tmpl Unification of registration fields order (#24737) 2 years ago
post-install.tmpl Remove incorrect HTML self close tag (#23748) 2 years ago