gitea/web_src/js
Kilisei 181db69e0c
Use `shallowRef` instead of `ref` in `.vue` files where possible (#34813)
This PR improves some `.vue` components by using `shallowRef instead of
ref`, which `should improve performance`. It's probably not significant,
but it's an improvement because Vue no longer deep watches the ref
(shallowRef). Also i used `useTemplateRef` instead of `ref`.

---------

Signed-off-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2025-06-22 21:37:03 +08:00
..
components Use `shallowRef` instead of `ref` in `.vue` files where possible (#34813) 2025-06-22 21:37:03 +08:00
features Edit file workflow for creating a fork and proposing changes (#34240) 2025-06-22 12:43:43 +00:00
markup
modules Rework delete org and rename org UI (#34762) 2025-06-21 18:21:48 +00:00
render
standalone
utils Add repo file tree item link behavior (#34730) 2025-06-20 02:28:19 +08:00
vendor
webcomponents
bootstrap.test.ts
bootstrap.ts
globals.d.ts
globals.ts
htmx.ts
index.ts
svg.test.ts
svg.ts
types.ts
utils.test.ts
utils.ts
vitest.setup.ts