You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/web_src/js
a1012112796 c4b2808b89
make `show stats` work when only one file changed (#32244)
fix https://github.com/go-gitea/gitea/issues/32226

in https://github.com/go-gitea/gitea/pull/27775 , it do some changes to
only show diff file tree when more than one file changed. But looks it
also break the `diff-file-list` logic, which looks not expected change.
so try fix it.

/cc @silverwind 

example view:

![image](https://github.com/user-attachments/assets/281e9c4f-a269-4d36-94eb-a132058aea87)

Signed-off-by: a1012112796 <1012112796@qq.com>
4 months ago
..
components Fix checkbox bug on private/archive filter (#32236) 5 months ago
features make `show stats` work when only one file changed (#32244) 4 months ago
markup Update mermaid to v11 (#31913) 6 months ago
modules Add types to various low-level functions (#31781) 7 months ago
render Fix a number of Typescript issues (#31877) 6 months ago
standalone Fix a number of Typescript issues (#31877) 6 months ago
utils Fix a number of Typescript issues (#31877) 6 months ago
vendor Convert frontend code to typescript (#31559) 8 months ago
webcomponents Convert frontend code to typescript (#31559) 8 months ago
bootstrap.test.ts Convert frontend code to typescript (#31559) 8 months ago
bootstrap.ts Add types to fetch,toast,bootstrap,svg (#31627) 7 months ago
globals.d.ts Move web globals to `web_src/js/globals.d.ts` (#31943) 6 months ago
globals.ts Convert frontend code to typescript (#31559) 8 months ago
htmx.ts Fix a number of Typescript issues (#31877) 6 months ago
index.ts Fix a number of Typescript issues (#31877) 6 months ago
svg.test.ts Fix a number of Typescript issues (#31877) 6 months ago
svg.ts Add types to fetch,toast,bootstrap,svg (#31627) 7 months ago
types.ts Fix a number of Typescript issues (#31877) 6 months ago
utils.test.ts Fix a number of Typescript issues (#31877) 6 months ago
utils.ts Fix a number of Typescript issues (#31877) 6 months ago
vitest.setup.ts Fix a number of Typescript issues (#31877) 6 months ago