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 5bd0773741
Dont show expansion for empty actions steps (#29977)
This hides the chevron icon and makes the step header unclickable for
skipped steps because there is no content to expand on those.

Before:

<img width="272" alt="Screenshot 2024-03-21 at 20 06 47"
src="https://github.com/go-gitea/gitea/assets/115237/9bb328d1-6f74-48a9-af19-de9b351e3707">

After:
<img width="295" alt="Screenshot 2024-03-21 at 20 03 07"
src="https://github.com/go-gitea/gitea/assets/115237/72a26e14-5a28-4606-8c3c-184b405872c8">

---------

Co-authored-by: Giteabot <teabot@gitea.io>
1 year ago
..
components Dont show expansion for empty actions steps (#29977) 1 year ago
features Various code view improvements (#30014) 1 year ago
markup Small refactors in anchors.js (#29947) 1 year ago
modules Enforce trailing comma in JS on multiline (#30002) 1 year ago
render Use vitest globals (#27102) 2 years ago
standalone Enforce trailing comma in JS on multiline (#30002) 1 year ago
utils Enforce trailing comma in JS on multiline (#30002) 1 year ago
vendor Vendor `jquery.are-you-sure` with strict mode fixes (#26901) 2 years ago
webcomponents Enforce trailing comma in JS on multiline (#30002) 1 year ago
bootstrap.js Fix JS error and improve error message styles (#29963) 1 year ago
bootstrap.test.js Avoid duplicate JS error messages on UI (#28873) 1 year ago
htmx.js Auto-update the system status in admin dashboard (#29163) 1 year ago
index.js Filter Repositories by type (#29231) 1 year ago
jquery.js Forbid variables containing jQuery collections not having the `$` prefix (#29839) 1 year ago
svg.js Enforce trailing comma in JS on multiline (#30002) 1 year ago
svg.test.js Use vitest globals (#27102) 2 years ago
utils.js enforce maxlength in frontend (#29389) 1 year ago
utils.test.js Use vitest globals (#27102) 2 years ago
vitest.setup.js Move vitest setup file to root (#29097) 1 year ago