0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-25 08:11:19 +01:00
gitea/web_src/js
silverwind 8bb0a03eaa
Import sortablejs only once (#25936)
Previously, `sortablejs` was imported twice, once synchronously and once
asynchronously, leading to webpack creating duplicate output code (once
in the index bundle, and once in a separate chunk). Fix this by always
asynchronously importing it. This was one of the build warnings observed
when trying to build with vite.
2023-07-17 18:06:37 +00:00
..
components Always pass 6-digit hex color to monaco (#25780) 2023-07-09 12:17:22 +02:00
features Import sortablejs only once (#25936) 2023-07-17 18:06:37 +00:00
markup
modules Import sortablejs only once (#25936) 2023-07-17 18:06:37 +00:00
render Add custom ansi colors and CSS variables for them (#25546) 2023-06-28 15:38:55 +02:00
standalone Add toasts to UI (#25449) 2023-06-27 02:45:24 +00:00
test
utils Always pass 6-digit hex color to monaco (#25780) 2023-07-09 12:17:22 +02:00
webcomponents
bootstrap.js
index.js
jquery.js
svg.js Support downloading raw task logs (#24451) 2023-06-29 10:58:56 +08:00
svg.test.js
utils.js
utils.test.js