0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-09-13 20:59:13 +02:00
gitea/web_src/js
silverwind 3a187eace5
Fix EOL handling in web editor (#27141)
Fixes https://github.com/go-gitea/gitea/issues/27136.

This does the following for Monaco's EOL setting:

1. Use editorconfig setting if present
2. Use the file's dominant line ending as detected by monaco, which uses
LF for empty file
2023-09-24 19:51:02 +00:00
..
components Use fetch helpers instead of fetch (#27026) 2023-09-19 00:50:30 +00:00
features Fix EOL handling in web editor (#27141) 2023-09-24 19:51:02 +00:00
markup
modules Fix Fomantic UI dropdown icon bug when there is a search input in menu (#27225) 2023-09-24 21:07:57 +08:00
render Update JS dependencies (#26586) 2023-08-19 10:18:39 +02:00
standalone
test Replace 'userxx' with 'orgxx' in all test files when the user type is org (#27052) 2023-09-14 02:59:53 +00:00
utils
vendor Vendor jquery.are-you-sure with strict mode fixes (#26901) 2023-09-06 00:02:44 +00:00
webcomponents
bootstrap.js Remove joinPaths function (#26833) 2023-08-31 02:46:44 +00:00
index.js Add "dir=auto" for input/textarea elements by default (#26735) 2023-09-07 08:00:20 +00:00
jquery.js
svg.js
svg.test.js
utils.js Remove joinPaths function (#26833) 2023-08-31 02:46:44 +00:00
utils.test.js Remove joinPaths function (#26833) 2023-08-31 02:46:44 +00:00