gitea/public/img
KN4CK3R 56ab5ec9ea
Use filename as id/class prefix. (#16997) (#17000)
Currently the svg minifier (`make svg`) rewrites all `id` and `class` attributes in svg files. Every file gets the ids `a, b, ...`. If multiple svgs with ids are used on a page these ids are conflicting and the results are broken images.

| minified ids | unique ids |
| - | - |
| ![grafik](https://user-images.githubusercontent.com/1666336/132579375-59d3996f-c4e5-43b8-8c8d-82280c90d9e3.png) | ![grafik](https://user-images.githubusercontent.com/1666336/132579413-05bf9285-4e3b-4d0d-8f95-90b212405b05.png) |

This PR adds a prefix (the filename) to every id/class.

Follow up problem: Because we embed svg images there are duplicated ids if one svg image is used multiple times on a page. As those ids refer to the same content it may be no real problem because browser handle that fine.
2021-09-09 10:47:28 +01:00
..
auth #12897 - add mastodon provider (#13293) 2020-10-25 14:21:49 -04:00
emoji Add forge emojies (#16296) 2021-07-02 16:04:57 +02:00
svg Use filename as id/class prefix. (#16997) (#17000) 2021-09-09 10:47:28 +01:00
404.png Optimize png images via Google zopflipng [ci skip] (#1639) 2017-04-30 20:04:36 +08:00
500.png Optimize png images via Google zopflipng [ci skip] (#1639) 2017-04-30 20:04:36 +08:00
apple-touch-icon.png Clean up SVG (#13680) 2020-12-17 16:33:53 -05:00
avatar_default.png Clean up SVG (#13680) 2020-12-17 16:33:53 -05:00
checkmark.png ui for repo/create page 2014-03-03 00:22:20 +08:00
dingtalk.ico Add dingtalk webhook (#2777) 2017-11-21 06:26:43 +02:00
discord.png Implementation of discord webhook (#2402) 2017-08-28 13:06:45 +08:00
failed.png Store task errors following migrations and display them (#13246) 2020-10-23 19:46:35 -04:00
favicon.png Clean up SVG (#13680) 2020-12-17 16:33:53 -05:00
favicon.svg Clean up SVG (#13680) 2020-12-17 16:33:53 -05:00
feishu.png Add feishu webhook support (#10229) 2020-02-12 08:48:28 +00:00
gitea.svg Consolidate Logos and update README header (#14136) 2021-01-01 14:04:35 -05:00
gogs.ico Add Gitea Webhook (#1755) 2017-05-29 02:17:15 -05:00
loading.png optimize public/img/loading.png (#10372) 2020-02-19 16:16:30 -06:00
logo.png Consolidate Logos and update README header (#14136) 2021-01-01 14:04:35 -05:00
logo.svg Update JS dependencies (#15033) 2021-03-22 05:04:19 +01:00
matrix.svg Add Matrix webhook (#10831) 2020-03-28 15:09:55 +02:00
msteams.png fix apple-touch-icon, regenerate images (#10065) 2020-01-30 08:05:40 +02:00
openid-16x16.png optimize all images in public/img (#6427) 2019-03-25 17:23:17 -04:00
repo_default.png fix apple-touch-icon, regenerate images (#10065) 2020-01-30 08:05:40 +02:00
slack.png optimize all images in public/img (#6427) 2019-03-25 17:23:17 -04:00
telegram.png fix apple-touch-icon, regenerate images (#10065) 2020-01-30 08:05:40 +02:00