-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
SickBeard UI - html5 #431
Merged
Merged
SickBeard UI - html5 #431
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…n.js -- http://blog.jqueryui.com/2012/04/jquery-ui-1-8-19/ Upgrade: jquery-1.7.1.min.js -> jquery-1.7.2.min.js -- http://blog.jquery.com/2012/03/21/jquery-1-7-2-released/
Created new favicon and apple-touch-icon to cover iOS and Android devices (fallback).
…bit more flexibility and makes things look nicer (had to hack in temp.css until css rewrite is done). Created all notifier images from official logos or higher quality sources, trimmed extra whitespace and used png.
…ackend changes as the image filename is hardcoded). Removed legacy provider images and added _missing.png_ as a possible defunct/default image we can use for the history page.
…eir navbar. Customized so it mimics what we had before. Tested in IE8+ without any problems. Need to add responsive css (media query) for those with tiny resolutions. Modified _browser.js_ to use bootstrap button instead jui -- also added some code to help with minification later on.
…te bug on rootDir editing.
…s it was not needed.
… to hover there was a side effect of the js logic trying to parse the href as a selector.. this resulted in an invalid regex expression being processed by jQuery. Added the class `.disabled` to the navbar dropdown which the function tests just before the problematic logic is ran.
…ed though. Took the opportunity to just use base encoding for the images since they were so small. That way we could save 3 http request per table while also removing the images and embedded css.
…ags. Leaving in commented out CSS for future testing.
…e enabler look a little nicer when showing divs. Ran code through jsLint.
…icon, used glyphicon as base but made it look similar to what we had before.
…g, spacing, and underscores in selectors): - https://developer.mozilla.org/en/underscores_in_class_and_id_names - http://www.markdotto.com/2011/11/29/css-property-order/
…busting. Updated api-builder to reflect recent changes.
…rroneous comment tail from showing up (can't put a comment inside another comment). Minor tweaks and fixes for menu and config.
… around on the screen (calculating if it could be shown on the viewpoint). Added bg color to currently selected menu section.
…a larger image than needed. Also ran the sb header, banner, and poster default images through **optipng** with the settings `-o7 --strip "all"`.
…tween browsers. Using Helevetica for H1.title if available as it looks a little nicer :) Fixed tableClick.js selector.
…orrent providers if either one is unchecked. Added nzb.su image rather than use default nn one. Added dognzb image as well.. will only show up if you name the provider `dognzb`.
Upgrade: jquery-ui-1.8.17.custom.min.js -> jquery-ui-1.8.21.custom.min.js -- http://blog.jqueryui.com/2012/06/jquery-ui-1-8-21/ Upgrade: jquery-1.7.1.min.js -> jquery-1.7.2.min.js -- http://blog.jquery.com/2012/03/21/jquery-1-7-2-released/ Upgrade: jquery.pnotify-1.0.2.min.js -> jquery.pnotify-1.2.0.min.js -- Now tracked under github @ https://github.com/sciactive/pnotify/commits/master -- New notice type 'success', ability to pin notices, shadow enabled by default (turned off), bootstrap styling support
…th updated to reflect this branch's changes.
…point.html#representation-error On python 2.6 and earlier the sb-api version number would be expressed incorrectly, `0.2` would look like `0.20000000000000001`. Since binary float-point is unpredictable we now just use a simple int for the version number. This keeps backwards compatibility and makes it easy to test (vs if we used a string).
With the change in the custom naming code should the logic of line 130 in data\interfaces\default\manage.tmpl be reversed, or should the column heading for "Season Folders" be changed to "Flatten Folders"? |
yeah just the header label is wrong, i'll fix that in a moment. thanks for catching this! |
Looks great guys, thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.