gitea/web_src
wxiaoguang 529bac1950
Polyfill the window.customElements (#23592)
Related: #23590

Reference:
https://github.com/webcomponents/polyfills/tree/master/packages/webcomponentsjs

It seems that there are some users using old browsers, so the
`window.customElements` need polyfill.

The Custom Elements would help a lot for Gitea's UI problems, including:

* `<span class="js-pretty-number">`
* `<time data-format>`

So it's worth get polyfill.

---------

Co-authored-by: delvh <dev.lh@web.de>
2023-03-20 23:17:56 +08:00
..
css Fix dropdown icon misalignment when using fomantic icon (#23558) 2023-03-18 22:24:26 -04:00
fomantic Fix Fomantic UI's `touchstart` fastclick, always use `click` for click events (#23065) 2023-02-27 22:43:04 +08:00
js Polyfill the window.customElements (#23592) 2023-03-20 23:17:56 +08:00
svg Convert `<div class="button">` to `<button class="button">` (#23337) 2023-03-14 11:34:09 +08:00