forgejo/web_src/js
silverwind f5593d08dc
Use clippie module to copy to clipboard (#23801)
Externalize clipboard copying to the
[clippie](https://github.com/silverwind/clippie) module which I feel I
can maintain outside this repo for shared benefit with my other
projects.

The module is feature-equivalent to the previous code and has one
improvement where it sets `aria-hidden` on the fallback textarea,
preventing screen readers from picking it up. Also it support `Array` of
`content` as well to copy multiple items at once, in case it's ever
needed.
2023-04-02 17:25:36 +08:00
..
components Improve action log display with control chars (#23820) 2023-04-01 20:57:05 +08:00
features Use clippie module to copy to clipboard (#23801) 2023-04-02 17:25:36 +08:00
markup update to mermaid v10 (#23178) 2023-03-04 00:39:07 -05:00
modules Fix dropdown direction behavior (#23806) 2023-03-30 13:53:51 -04:00
standalone
test
utils Remove assertion debug code for show/hide refactoring (#23576) 2023-04-02 00:03:00 -04:00
webcomponents Polyfill the window.customElements (#23592) 2023-03-20 23:17:56 +08:00
bootstrap.js
index.js Remove jQuery ready usage (#23858) 2023-04-01 18:40:22 -04:00
jquery.js
serviceworker.js
svg.js Improve <SvgIcon> to make it output svg node and optimize performance (#23570) 2023-03-23 11:24:16 +08:00
svg.test.js Improve <SvgIcon> to make it output svg node and optimize performance (#23570) 2023-03-23 11:24:16 +08:00
utils.js
utils.test.js