-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cleanup admin settings js files #31116
Conversation
202ad84
to
da8fa76
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, how many warnings does this remove? 😄
Not enough, still so many to go 😜 |
Arf, need rebase |
da8fa76
to
0c138d8
Compare
When rebasing I noticed, I had a bit more changes locally to fix one issue with the enabling and disabling apps. Now errors are properly handled and most importantly when enabling an app there is no error anymore. I moved the entire rebuild-navigation method to webpack and ported it to vanillajs. I also ported to @nextcloud/dialog |
0c138d8
to
a6b5dae
Compare
* Move admin.js to webpack, so that this use the bundled jquery files instead of the deprecated window.$ Also fixing formatting * Remove log.js that seems to be from a time where logreader was bundled with server and I couldn't find an usage of it anymore * Fix recent regression in rebuild navigation function (now not depending on jquery anymore and bundled by webpack). Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
b576cef
to
e1f8b09
Compare
Move admin.js to webpack, so that this uses the bundled jquery files
instead of the deprecated window.$ Also fixing formatting
Remove log.js that seems to be from a time when logreader was bundled
with server and I couldn't find an usage of it anymore