1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-06 04:23:43 -04:00
gitea/web_src/js
silverwind d64063277d
Multiple improvements for comment edit diff (#21990)
- Use explicit avatar size so when JS copies the HTML, the size gets
copied with it
- Replace icon font use with SVG
- Improve styling and diff rendering
- Sort lists in `svg.js`

Fixes: https://github.com/go-gitea/gitea/issues/21924

<img width="933" alt="Screenshot 2022-11-30 at 17 52 17"
src="https://user-images.githubusercontent.com/115237/204859608-f322a8f8-7b91-45e4-87c0-82694e574115.png">

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
2022-12-02 11:42:34 +02:00
..
components
features Multiple improvements for comment edit diff (#21990) 2022-12-02 11:42:34 +02:00
markup Fix markdown anchor re-clicking (#21931) 2022-11-26 19:15:44 +08:00
modules
standalone
test
bootstrap.js
index.js
jquery.js
serviceworker.js
svg.js Multiple improvements for comment edit diff (#21990) 2022-12-02 11:42:34 +02:00
svg.test.js
utils.js
utils.test.js