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
william-allspice 88f5d33ab2
Fix race condition in mermaid observer (#32599)
This Pull Request addresses a race condition in the updateIframeHeight
function where it is sometimes called when the iframe is not fully
loaded or accessible resulting in an alarming error message for the
user.

To address this we:
1. Add defensive programming within the updateIframeHeight function
2. Delay instantiating the intersection observer until the iframe has
loaded

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
3 months ago
..
components Fix some places which doesn't repsect org full name setting (#32243) 3 months ago
features Fixed Issue of Review Menu Shown Behind (#32631) 3 months ago
markup Fix race condition in mermaid observer (#32599) 3 months ago
modules Fix some typescript issues (#32586) 3 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 Fixed Issue of Review Menu Shown Behind (#32631) 3 months ago
vendor Remove jQuery import from some files (#32512) 3 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 Fix some typescript issues (#32586) 3 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 Refactor sidebar label selector (#32460) 3 months ago
svg.test.ts Fix a number of Typescript issues (#31877) 6 months ago
svg.ts Fix a number of typescript issues (#32459) 3 months ago
types.ts Fix some typescript issues (#32586) 3 months ago
utils.test.ts Add avif image file support (#32508) 3 months ago
utils.ts Add avif image file support (#32508) 3 months ago
vitest.setup.ts Fix a number of Typescript issues (#31877) 6 months ago