]> source.dussan.org Git - gitea.git/commit
Change commit status icons to SVG (#20736)
authorsilverwind <me@silverwind.io>
Tue, 9 Aug 2022 21:55:29 +0000 (23:55 +0200)
committerGitHub <noreply@github.com>
Tue, 9 Aug 2022 21:55:29 +0000 (23:55 +0200)
commit89505ac650c8bce17554bc001a00673741e21528
tree78b190f8b4ca1be67b54cd05dc2f238d98f527d1
parent7009eb9a24a800b7fb884b54f81885815ea4d286
Change commit status icons to SVG (#20736)

* Fix commit status popover and switch to svg icons

* margin tweak

* fix integration, use warning sign for error to match previous

* remove fix from here, will be a new pr

* use top/bottom positioning

* vertically center

* use no-entry over alert oction

* add exclamation icon

* fix test selector

* more test fixes
integrations/pull_status_test.go
integrations/repo_commits_test.go
public/img/svg/gitea-exclamation.svg [new file with mode: 0644]
templates/repo/commit_status.tmpl
templates/repo/commit_statuses.tmpl
web_src/js/features/repo-commit.js
web_src/svg/gitea-exclamation.svg [new file with mode: 0644]