0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-30 16:45:51 +01:00
gitea/web_src/less
gempir e460b6ef4d
Fix PR file tree folders no longer collapsing (#22864)
Collapsing folders currently just throws a console error

```
index.js?v=1.19.0~dev-403-gb6b8feb3d:10 TypeError: this.$set is not a function
    at Proxy.handleClick (index.js?v=1.19.0~dev-403-gb6b8feb3d:58:7159)
    at index.js?v=1.19.0~dev-403-gb6b8feb3d:58:6466
    at index.js?v=1.19.0~dev-403-gb6b8feb3d:10:93922
    at ce (index.js?v=1.19.0~dev-403-gb6b8feb3d:10:1472)
    at Q (index.js?v=1.19.0~dev-403-gb6b8feb3d:10:1567)
    at HTMLDivElement.$e (index.js?v=1.19.0~dev-403-gb6b8feb3d:10:79198)
```

This PR fixes this and allows folders to be collapsed again.

Also:
- better cursor interaction with folders
- added some color to the diff detail stats
- remove green link color from all the file names

Screenshots:

![image](https://user-images.githubusercontent.com/9765622/218269712-2f3dda55-6d70-407f-8d34-2a5d9c8df548.png)

![image](https://user-images.githubusercontent.com/9765622/218269714-6ce8a954-daea-4ed6-9eea-8b2323db4d8f.png)

---------

Co-authored-by: zeripath <art27@cantab.net>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2023-02-12 10:34:46 +08:00
..
chroma
code
codemirror
console
features Preview images for Issue cards in Project Board view (#22112) 2023-02-11 16:12:41 +08:00
markup
modules
shared
standalone
themes
_actions.less Implement actions (#21937) 2023-01-31 09:45:19 +08:00
_admin.less
_base.less Fix notification and stopwatch empty states (#22845) 2023-02-11 21:45:58 +00:00
_dashboard.less
_editor.less
_explore.less
_font_i18n.less
_form.less Add new captcha: cloudflare turnstile (#22369) 2023-02-05 15:29:03 +08:00
_home.less
_install.less
_organization.less
_package.less
_repository.less Fix PR file tree folders no longer collapsing (#22864) 2023-02-12 10:34:46 +08:00
_review.less
_runner.less Implement actions (#21937) 2023-01-31 09:45:19 +08:00
_svg.less
_tribute.less
_user.less
animations.less
helpers.less Fix notification and stopwatch empty states (#22845) 2023-02-11 21:45:58 +00:00
index.less Implement actions (#21937) 2023-01-31 09:45:19 +08:00
variables.less