-
Notifications
You must be signed in to change notification settings - Fork 276
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
Angular #24
Angular #24
Conversation
94c9223
to
adfb91e
Compare
I need a Python dev to add in |
@OmgImAlexis can you describe the TODO comments, for how you want them as references for you in python, html/mako and js code? For ex: for html: js: python: |
As long as it's a comment with Python's commenting is |
@labrys do you know how we can avoid needing a
|
@OmgImAlexis all dicts could be returned as json with tornado so unless you have changed the default behaviour you should just pass it as dict.
|
@Hellowlol that works a lot better, thanks for that. Edit: Just noticed we get |
For some reason |
If you are using the combined widgets file ( And while I am happy you guys are using my fork of tablesorter, I recently found this Angular UI Grid package which might be a better fit for your project. It doesn't have any dependencies, and I think they did a really nice job on it. |
… for tablesorter headers when scrolling
- Still needs testing and more work, but its a start
Fix display shows with invalid indexer id (should not happen) Fix display shows when prev or next airing information is invalid (e.g. series doesn't have a next or previous date)
@pymedusa/developers Closing this as we're changing how the angular branch will be done. |
Proposed changes in this pull request:
Remove
layout/main.mako
Add
index.mako
as default route, this will wrap all other routes and act aslayouts/main.mako
Add angular and the needed deps
404s now return
{ "status": 404 }
instead of rendering the 404.mako filehometablesorter
can be added to any home layout table to have tablesorter load on it, e.g.<table tablesorter ng-repeat="showList in showLists">
Redirects are changing from
return self.redirect('/home')
towith
state
being the ui-state that needs to be loaded orurl
being the url it needs to redirect to. For external links it's best to use theurl
parameter and for internal links use ui-state as that means angular can handle it without needing to know the base-url.anon-href="http://example.com"
should be used instead ofhref="${anon_url('http://example.com')"
TODO:
POST
routes for saving.nowrap
in tablesorter