gitea/web_src/js
silverwind 1b762fc5d8
Remove vendored copy of fomantic-dropdown (#15193)
jQuery 3.6.0 seems to have broke the dropdown focus handling (focus
would get stuck on the dropdown) in this module which we have vendored
on top of fomantic for accessibility improvements.

Either downgrading jQuery to 3.5.1 or removing the vendor copy seems to
resolve the issue and I opted for removing the copy because I think such
changes should be done upstream and the removal also lightens the JS by
155kB before minify/gzip.

Fixes: https://github.com/go-gitea/gitea/issues/15172

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
2021-03-30 19:27:06 +02:00
..
components Heatmap days clickable (#13935) 2021-02-20 17:08:58 -05:00
features Update JS dependencies (#15033) 2021-03-22 05:04:19 +01:00
markdown Fix Anchor jumping with escaped query components (#14969) 2021-03-12 18:59:13 +00:00
standalone docs: swagger show models by default (#14880) 2021-03-07 22:19:14 +01:00
easymde.js Switch from SimpleMDE to EasyMDE (#13333) 2020-11-10 14:16:30 -05:00
index.js Remove vendored copy of fomantic-dropdown (#15193) 2021-03-30 19:27:06 +02:00
jquery.js Upgrade jQuery to 3.5.0, remove jQuery-Migrate, fix deprecations (#11055) 2020-04-18 18:46:29 -04:00
publicpath.js Fix webpack chunk loading with STATIC_URL_PREFIX (#11526) 2020-05-20 23:33:31 +01:00
serviceworker.js Fix serviceworker output file and misc improvements (#11562) 2020-05-24 08:36:40 +01:00
svg.js Dropdowns, Labels fixes and more CSS tweaks (#13733) 2020-11-29 01:22:04 -05:00
utils.js Fix CJK fonts again and misc. font issues (#14575) 2021-03-19 00:43:43 +01:00