mirror of https://github.com/go-gitea/gitea.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5d09023f13
Gitea treat JS errors seriously, so sometimes the JS errors caused by 3rdparty code (eg: browser extensions) would also be reported on Gitea UI: TypeError: WeakMap key undefined (caused by extension DarkReader's bug) #28861 To avoid fill the user's screen with a lot of error messages, this PR merges the same error messages into one, like this: ```js <div class="page-content"> <div class="... js-global-error" data-global-error-msg-compact="testmsg1" data-global-error-msg-count="2">test msg 1 (2)</div> <div class="... js-global-error" data-global-error-msg-compact="testmsg2" data-global-error-msg-count="1">test msg 2</div> </div> ``` |
1 year ago | |
---|---|---|
.. | ||
components | 1 year ago | |
features | 1 year ago | |
markup | 1 year ago | |
modules | 1 year ago | |
render | 1 year ago | |
standalone | 2 years ago | |
test | 1 year ago | |
utils | 1 year ago | |
vendor | 1 year ago | |
webcomponents | 1 year ago | |
bootstrap.js | 1 year ago | |
bootstrap.test.js | 1 year ago | |
index.js | 1 year ago | |
jquery.js | 5 years ago | |
svg.js | 1 year ago | |
svg.test.js | 1 year ago | |
utils.js | 1 year ago | |
utils.test.js | 1 year ago |