gitea/web_src/js
silverwind 94512ee062
Fix Citation modal responsiveness and clipboard copy (#29799)
The modal was broken in two ways:

- On small screens, the input box was partially hanging outside the
modal. Fixed with flexbox and increased modal width.
- The clipboard copy was not working because the modal had both
`data-clipboard-text` and `data-clipboard-target`, while we only support
one of those. Made a small tweak in clipboard as well so that it will
still fall back to target if text is empty.
2024-03-15 02:38:13 +00:00
..
components Add `<overflow-menu>`, rename webcomponents (#29400) 2024-03-15 02:05:31 +00:00
features Fix Citation modal responsiveness and clipboard copy (#29799) 2024-03-15 02:38:13 +00:00
markup Use more specific selector for `name` links (#29679) 2024-03-08 23:21:45 +00:00
modules Add `<overflow-menu>`, rename webcomponents (#29400) 2024-03-15 02:05:31 +00:00
render
standalone
utils Support pasting URLs over markdown text (#29566) 2024-03-08 15:15:58 +00:00
vendor
webcomponents Add `<overflow-menu>`, rename webcomponents (#29400) 2024-03-15 02:05:31 +00:00
bootstrap.js Suppress error from monaco-editor (#29684) 2024-03-09 18:37:29 +01:00
bootstrap.test.js
htmx.js Auto-update the system status in admin dashboard (#29163) 2024-02-16 02:52:25 +00:00
index.js Filter Repositories by type (#29231) 2024-03-03 10:18:34 +00:00
jquery.js
svg.js Artifact deletion in actions ui (#27172) 2024-02-18 10:33:50 +00:00
svg.test.js
utils.js enforce maxlength in frontend (#29389) 2024-02-25 14:31:15 +00:00
utils.test.js
vitest.setup.js