gitea/web_src/js
silverwind 40395ce582
Update mermaid to v11 (#31913)
Update mermaid to
[v11](https://github.com/mermaid-js/mermaid/releases/tag/v11.0.0) and
enable the new [`suppressErrorRendering`
option](https://github.com/mermaid-js/mermaid/pull/4359) to ensure
mermaid never renders error elements into the DOM (we have per-chart
error rendering, so don't need it). Tested various chart types.

BTW, I was unable to reproduce that error rendering from mermaid with
`suppressErrorRendering: false` and I thought we had some CSS to hide
the error element, but I could not find it, not even in git history.
2024-08-25 17:23:13 +00:00
..
components Fix overflowing content in action run log (#31842) 2024-08-16 23:34:27 -04:00
features Actions support workflow dispatch event (#28163) 2024-08-18 22:38:40 -04:00
markup Update mermaid to v11 (#31913) 2024-08-25 17:23:13 +00:00
modules Add types to various low-level functions (#31781) 2024-08-10 09:46:48 +00:00
render Convert frontend code to typescript (#31559) 2024-07-07 15:32:30 +00:00
standalone Convert frontend code to typescript (#31559) 2024-07-07 15:32:30 +00:00
utils Add types to various low-level functions (#31781) 2024-08-10 09:46:48 +00:00
vendor Convert frontend code to typescript (#31559) 2024-07-07 15:32:30 +00:00
webcomponents Convert frontend code to typescript (#31559) 2024-07-07 15:32:30 +00:00
bootstrap.test.ts Convert frontend code to typescript (#31559) 2024-07-07 15:32:30 +00:00
bootstrap.ts Add types to fetch,toast,bootstrap,svg (#31627) 2024-07-25 23:31:24 +00:00
globals.ts Convert frontend code to typescript (#31559) 2024-07-07 15:32:30 +00:00
htmx.ts Add types for js globals (#31586) 2024-07-11 10:20:51 +00:00
index.ts Actions support workflow dispatch event (#28163) 2024-08-18 22:38:40 -04:00
svg.test.ts Convert frontend code to typescript (#31559) 2024-07-07 15:32:30 +00:00
svg.ts Add types to fetch,toast,bootstrap,svg (#31627) 2024-07-25 23:31:24 +00:00
types.ts Add types to fetch,toast,bootstrap,svg (#31627) 2024-07-25 23:31:24 +00:00
utils.test.ts Convert frontend code to typescript (#31559) 2024-07-07 15:32:30 +00:00
utils.ts Convert frontend code to typescript (#31559) 2024-07-07 15:32:30 +00:00
vitest.setup.ts Convert frontend code to typescript (#31559) 2024-07-07 15:32:30 +00:00