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
silverwind b55a31eb6a
Fix mermaid diagram height when initially hidden (#32457)
In a hidden iframe, `document.body.clientHeight` is not reliable. Use
`IntersectionObserver` to detect the visibility change and update the
height there.

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

<img width="885" alt="image"
src="https://github.com/user-attachments/assets/a95ef6aa-27e7-443f-9d06-400ef27919ae">
4 months ago
..
components Fix a number of typescript issues (#32308) 4 months ago
features Add reviewers selection to new pull request (#32403) 4 months ago
markup Fix mermaid diagram height when initially hidden (#32457) 4 months ago
modules Refactor language menu and dom utils (#32450) 4 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 Refactor language menu and dom utils (#32450) 4 months ago
vendor Fix a number of typescript issues (#32308) 4 months ago
webcomponents Fix a number of typescript issues (#32308) 4 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 milestone deadline and date related problems (#32339) 4 months ago
svg.test.ts Fix a number of Typescript issues (#31877) 6 months ago
svg.ts Fix suggestions for issues (#32380) 4 months ago
types.ts Refactor issue page info (#32445) 4 months ago
utils.test.ts Fix suggestions for issues (#32380) 4 months ago
utils.ts Refactor issue page info (#32445) 4 months ago
vitest.setup.ts Fix a number of Typescript issues (#31877) 6 months ago