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

Type to filter timeline #33

Open
funkatron opened this issue Jul 15, 2009 · 2 comments
Open

Type to filter timeline #33

funkatron opened this issue Jul 15, 2009 · 2 comments

Comments

@funkatron
Copy link
Member

we should be able to start typing on the keyboard in a timeline view, and it should filter the timeline based on our input. needs to be easy to dismiss, and should mirror the look and feel of the standard filter list widget for this (even though we don't use a Mojo list widget).

@thynctank
Copy link
Contributor

If we use a FilterList you get this out of the box, right? I'm still not clear why you didn't just use their templating, but I haven't dug through the code enough. This is something I'm interested in looking at at some point.

@funkatron
Copy link
Member Author

I didn't use their templating because all it does is simple macro replacement. there's no support for control structures. I wanted some basic logic (like if/else) in the templates, and you don't get that with them. I'm sure you could work around this to shoehorn in the list widget, though. OTOH, I prefer stuff that lets us create components we can put in SpazCore and use elsewhere, so a filtering view component like this on the timeline would be really handy. I've already converted a couple of the timelines in 0.5.2 to use the spazcore Timeline library.

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

No branches or pull requests

2 participants