Skip to content
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 23 commits into from Jul 11, 2012
Merged

Conversation

thezoggy
Copy link
Contributor

@thezoggy thezoggy commented Jul 6, 2012

No description provided.

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.
… 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.
…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).
midgetspy added a commit that referenced this pull request Jul 11, 2012
@midgetspy midgetspy merged commit 4f76b12 into midgetspy:development Jul 11, 2012
@arogl
Copy link

arogl commented Jul 12, 2012

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"?

@thezoggy
Copy link
Contributor Author

yeah just the header label is wrong, i'll fix that in a moment. thanks for catching this!

@twe4ked
Copy link

twe4ked commented Sep 11, 2012

Looks great guys, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants