Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
WEBUI: EPG - add direct navigation for title/channel/genre
- Loading branch information
Showing
3 changed files
with
76 additions
and
15 deletions.
There are no files selected for viewing
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| ../../../../vendor/famfamsilk/zoom.png |
d201a7aThere 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.
@perexg - I wonder if we now need an 'info' button to bring up the programme details in the light of this change. We now have inconsistent behaviour: click on a title, and it filters; click on it again, and you get the programme details as previously, unless you've filtered down to a partial match (e.g. filtering on "News" to give "News" and "News HD"), in which case clicking on the former will give information while the latter will simply filter further. Another click and you'll get the information.
You can, of course, click on one of the unfiltered fields (e.g. start time), but that's not as obvious as an info icon - which would also be consistent with the DVR grid entries.
d201a7aThere 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.
@ProfYaffle : Ideally, the click on the zoom icon should do the filter job, but it's not so easy to implement this in the standard extjs classes, so I gave up.
I added the info icon now..
d201a7aThere 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.
@perexg So here's a question... now we have the info icon, do we need the zoom icon, or is there some other way to say "you can filter on this field" - font weight? colour? format (underline, italic)? Might make things look cleaner.
d201a7aThere 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.
I replaced the zoom icon with the small blue triangle like the red one for the changed fields. I think it looks better now...
d201a7aThere 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.
Yup, agreed - much less cluttered. Thanks.
btw, while clicking on an entry filters the list properly, I don't think the filter value is then passed to autorec... not the channel, anyway, it seems to work with tag and title.
d201a7aThere 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.
Channel filter issue is fixed in commit b528de6 . Thanks.