forgejo/web_src/js
silverwind ca39d74363
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.

(cherry picked from commit 94512ee0628dc0d2b697441a4355ace54b6515cd)
2024-03-20 08:46:29 +01:00
..
components Add <overflow-menu>, rename webcomponents (#29400) 2024-03-20 08:46:29 +01:00
features Fix Citation modal responsiveness and clipboard copy (#29799) 2024-03-20 08:46:29 +01:00
markup Use more specific selector for name links (#29679) 2024-03-11 23:36:59 +07:00
modules Add <overflow-menu>, rename webcomponents (#29400) 2024-03-20 08:46:29 +01:00
render
standalone
utils Support pasting URLs over markdown text (#29566) 2024-03-11 23:36:59 +07:00
vendor
webcomponents Add <overflow-menu>, rename webcomponents (#29400) 2024-03-20 08:46:29 +01:00
bootstrap.js Suppress error from monaco-editor (#29684) 2024-03-11 23:37:00 +07:00
bootstrap.test.js
htmx.js
index.js Filter Repositories by type (#29231) 2024-03-06 12:10:46 +08:00
jquery.js
svg.js
svg.test.js
utils.js
utils.test.js
vitest.setup.js