]> source.dussan.org Git - gitea.git/commit
Replace more icons with SVG, repo search tweaks (#13860)
authorsilverwind <me@silverwind.io>
Wed, 9 Dec 2020 19:03:19 +0000 (20:03 +0100)
committerGitHub <noreply@github.com>
Wed, 9 Dec 2020 19:03:19 +0000 (14:03 -0500)
commitc85bb6263503ebd335863f413214a775973a1fac
tree4264266101a847d0895d6c9ad6442f9cb240b1db
parent6edfa6bc88ed73fc5a31f1b2fe9f5587c932ada7
Replace more icons with SVG, repo search tweaks (#13860)

* Replace more icons with SVG

- Replace remaining icons on admin page with SVG
- Fix vertical menu background on arc-green
- Minor improvments to frontpage repo search
- More icon replacements here and there

* fix integration

* whitespace tweak

* add comment

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
30 files changed:
integrations/auth_ldap_test.go
public/img/svg/gitea-double-chevron-left.svg [new file with mode: 0644]
public/img/svg/gitea-double-chevron-right.svg [new file with mode: 0644]
templates/admin/auth/list.tmpl
templates/admin/config.tmpl
templates/admin/emails/list.tmpl
templates/admin/monitor.tmpl
templates/admin/notice.tmpl
templates/admin/org/list.tmpl
templates/admin/queue.tmpl
templates/admin/repo/list.tmpl
templates/admin/repo/unadopted.tmpl
templates/admin/user/list.tmpl
templates/base/paginate.tmpl
templates/repo/branch/list.tmpl
templates/repo/branch_dropdown.tmpl
templates/repo/diff/new_review.tmpl
templates/repo/issue/branch_selector_field.tmpl
templates/repo/projects/list.tmpl
templates/repo/settings/lfs_pointers.tmpl
templates/repo/settings/webhook/list.tmpl
templates/user/dashboard/repolist.tmpl
templates/user/settings/applications.tmpl
templates/user/settings/applications_oauth2.tmpl
templates/user/settings/grants_oauth2.tmpl
templates/user/settings/repos.tmpl
web_src/js/index.js
web_src/less/_base.less
web_src/svg/gitea-double-chevron-left.svg [new file with mode: 0644]
web_src/svg/gitea-double-chevron-right.svg [new file with mode: 0644]