0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-01-21 03:32:50 +01:00
gitea/web_src/js
wxiaoguang b573512312
Correctly query the primary button in a form (#32438)
The "primary button" is used at many places, but sometimes they might
conflict (due to button switch, hidden panel, dropdown menu, etc).

Sometimes we could add a special CSS class for the buttons, but
sometimes not (see the comment of QuickSubmit)

This PR introduces `querySingleVisibleElem` to help to get the correct
primary button (the only visible one), and prevent from querying the
wrong buttons.

Fix #32437

---------

Co-authored-by: silverwind <me@silverwind.io>
2024-11-07 04:21:53 +08:00
..
components Fix a number of typescript issues (#32308) 2024-10-31 14:57:40 +00:00
features Correctly query the primary button in a form (#32438) 2024-11-07 04:21:53 +08:00
markup
modules Add some handy markdown editor features (#32400) 2024-11-04 10:14:36 +00:00
render
standalone
utils Correctly query the primary button in a form (#32438) 2024-11-07 04:21:53 +08:00
vendor Fix a number of typescript issues (#32308) 2024-10-31 14:57:40 +00:00
webcomponents Fix a number of typescript issues (#32308) 2024-10-31 14:57:40 +00:00
bootstrap.test.ts
bootstrap.ts
globals.d.ts
globals.ts
htmx.ts
index.ts Fix milestone deadline and date related problems (#32339) 2024-11-05 07:46:40 +00:00
svg.test.ts
svg.ts
types.ts
utils.test.ts
utils.ts
vitest.setup.ts