forgejo/web_src/js
silverwind 547a619744
fix double border and border-radius on empty action steps ()
Before, double border-bottom and incorrect border-radius:

<img width="914" alt="Screenshot 2024-03-16 at 14 46 31"
src="https://github.com/go-gitea/gitea/assets/115237/6ea63c42-754c-420c-a0f5-c889a8507d9f">

After, both fixed:

<img width="917" alt="Screenshot 2024-03-16 at 14 45 59"
src="https://github.com/go-gitea/gitea/assets/115237/9d3f2dba-6b22-441d-8e99-5809d5f1f1c0">

(cherry picked from commit 43aa914b1750add631698a7fd57d76f743b0489b)
2024-03-20 08:46:30 +01:00
..
components fix double border and border-radius on empty action steps () 2024-03-20 08:46:30 +01:00
features Forbid jQuery .prop and fix related issues () (followup) 2024-03-20 08:46:30 +01:00
markup Use more specific selector for name links () 2024-03-11 23:36:59 +07:00
modules Forbid HTML injection using jQuery () 2024-03-20 08:46:30 +01:00
render Use vitest globals () 2023-09-27 04:37:13 +00:00
standalone [FRONTEND] fix javascript linting errors 2024-02-25 23:43:58 +01:00
utils Support pasting URLs over markdown text () 2024-03-11 23:36:59 +07:00
vendor Vendor jquery.are-you-sure with strict mode fixes () 2023-09-06 00:02:44 +00:00
webcomponents Use Temporal.PlainDate for absolute dates () 2024-03-20 08:46:29 +01:00
bootstrap.js Suppress error from monaco-editor () 2024-03-11 23:37:00 +07:00
bootstrap.test.js Avoid duplicate JS error messages on UI () 2024-01-21 14:23:08 +00:00
htmx.js Auto-update the system status in admin dashboard () 2024-02-17 23:24:31 +01:00
index.js Filter Repositories by type () 2024-03-06 12:10:46 +08:00
jquery.js Forbid variables containing jQuery collections not having the $ prefix () 2024-03-20 08:46:30 +01:00
svg.js Artifact deletion in actions ui () 2024-02-23 09:06:14 +01:00
svg.test.js Use vitest globals () 2023-09-27 04:37:13 +00:00
utils.js enforce maxlength in frontend () 2024-02-26 22:30:27 +01:00
utils.test.js Use vitest globals () 2023-09-27 04:37:13 +00:00
vitest.setup.js [gitea] Move vitest setup file to root () 2024-02-10 10:53:43 +01:00