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
silverwind dcb607d3cf
Make pending commit status yellow again (#25935)
With the introduction of Actions, the pending commit icon has changed
from yellow to grey for Drone integrations which never set the "running"
status, so it stays in "pending" until completion.

I find it better to have this icon colored like on 1.19. Now both the
"pending" and "running" icons look the same, but I guess we could add an
animation to the "running" state similar to GitHub has to it later.

Before:
<img width="339" alt="Screenshot 2023-07-17 at 19 14 19"
src="https://github.com/go-gitea/gitea/assets/115237/2f4886e4-74fd-42ea-b59e-9af8f141bf1f">

After:
<img width="335" alt="Screenshot 2023-07-17 at 19 14 30"
src="https://github.com/go-gitea/gitea/assets/115237/53189642-e72d-47f6-9cbe-f14eda28f730">

Also, it matches GH's icon:

<img width="466" alt="image"
src="https://github.com/go-gitea/gitea/assets/115237/5804ff90-d223-4a3c-8093-7a9abbaacf87">

---------

Co-authored-by: delvh <dev.lh@web.de>
2 years ago
..
admin Enable H014 and H023 djlint rules (#25786) 2 years ago
api/packages/pypi Remove incorrect HTML self close tag (#23748) 2 years ago
base Enable H014 and H023 djlint rules (#25786) 2 years ago
code Fix inconsistent user profile layout across tabs (#25625) 2 years ago
custom Add footer extra links template (#9576) 5 years ago
devtest Make "cancel" buttons have proper type in modal forms (#25618) 2 years ago
explore Fix inconsistent user profile layout across tabs (#25625) 2 years ago
mail Add template linting via djlint (#25212) 2 years ago
org Following up fixes for "Fix inconsistent user profile layout across tabs" (#25739) 2 years ago
package Restructure issue list template, styles (#25750) 2 years ago
projects Fix margin on the new/edit project page. (#25885) 2 years ago
repo Make pending commit status yellow again (#25935) 2 years ago
shared Restructure issue list template, styles (#25750) 2 years ago
status Replace fomantic divider module with our own (#25539) 2 years ago
swagger Fix bug of branches API with tests (#25578) 2 years ago
user Enable H014 and H023 djlint rules (#25786) 2 years ago
home.tmpl Improve home page template, fix Sort dropdown menu flash (#23856) 2 years ago
install.tmpl Show correct SSL Mode on "install page" (#25818) 2 years ago
post-install.tmpl Remove incorrect element ID on "post-install" page (#25104) 2 years ago