-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
UI: Update jQuery to 1.11.3 #901
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
Conversation
Hello Sonarr Team! As part of Hacktober, I was poking around repos of OS software I have seen before, and noticed your UI might want a little love =) I am a javascript developer in the US and would love to help out(much more than this little change). I was wondering if there was a UI punchlist? Things I see so far:
But I have some bandwidth and over the next few months I would love to he 8000 lp out in any way =) Let me know |
Thanks for reaching out.
Is there a particular part where this wasn't done? We definitely intended to overhaul everything when it was converted and I haven't seen any cases where it was missed that I recall.
We've updated a number of the libraries in some other UI changes we've been working on (much larger than dependency updates). We've looked at bower before (and used it professionally), but we haven't really considered adding it to Sonarr, as we tend to version lock things to make sure we're not breaking something, though automatically fetching libraries is certainly helpful.
This is already done as part of the build process. |
Sounds good! As far as the minify, when I start Sonarr, at least the vendor files are all unminified. So there may be a bug there. --Brendan Gaulin (508) 728-3582 On Fri, Oct 30, 2015 at 1:09 AM, Mark McDowall notifications@github.com
|
At the moment we don't minify it, I was mistaken before, I'll let @kayone comment, but we may want to minify vendor.js, but we previously didn't see massive transfer gains since its gzipped from the server. |
Sorry for the delay, if you're interested in helping out on the UI side send us an email to hello at sonarr.tv and we can give you some ideas on where we're going with things. |
Just a simple version bump to jQuery. Fixes an IOS bug in 8.2 and 8.3