-
Notifications
You must be signed in to change notification settings - Fork 6
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
Provide (configurable) filters for file tree #30
Comments
We're currently filtering quite a few things already. The logic is On Wed, Jul 10, 2013 at 9:20 AM, Pete Muir [email protected] wrote:
Jason Porter |
We could fairly easily add client side filters with checkboxes if you want On Wednesday, July 10, 2013, Jason Porter wrote:
Wes Bos |
For example, I would like to only show .adoc files - hide all those nasty haml files, dot-files etc. |
And I would like to be able to configure a given filter set as defaults - see #32 |
client side or server side? On Wed, Jul 10, 2013 at 9:43 AM, Pete Muir [email protected] wrote:
Jason Porter |
Any update on this? If we want to do this client-side I can get started on implementing it. |
I can do it server side for now, though in the future it would be good to do this during the settings call (which files to display) On Mon, Jul 15, 2013 at 7:58 AM, Wes Bos [email protected] wrote:
|
Is this done? |
I don't think we ever did this, its set to some default filters. |
The back end should support it, but there's nothing in the front end to ask for a filter Sent from my iPhone
|
We need to be able to configure filters for the file tree - in particular for this release we need to be able to show files with a given extension. It probably makes sense to make this configurable (not necessarily exposed to the user).
The text was updated successfully, but these errors were encountered: