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

Feature Enhancement: Detailed information for overview file breakdown. #127

Closed
NathanaelA opened this issue Jun 15, 2017 · 4 comments
Closed

Comments

@NathanaelA
Copy link

For example one repo that I'm looking at looks like:

6 Languages	
Markdown 2 files 23% of project
TypeScript 2 files 23% of project
Unknown 2 files 23% of project
JSON 1 files 12% of project
Javascript 1 files 12% of project
git-ignore 1 files 12% of project

I would love to be able to click on any of those and see the files they are, and if possible the file names that show up are clickable to actually view the source.

@boyter
Copy link
Owner

boyter commented Jun 15, 2017

Sounds reasonable. It ties in somewhat with #89 requires a few changes on the a backend to support it at this point though.

boyter added a commit that referenced this issue Sep 6, 2017
@boyter
Copy link
Owner

boyter commented Sep 6, 2017

So sitting in master. I have some code that allows this to happen. What it does is piggybacks of the literal search option and links to a search that displays the above.

Its not integrated into the same page however. Still thinking about if that should be the case.

The below shows the output for a project and then me clicking through to see Kotlin code.

screen shot 2017-09-07 at 8 34 50 am

screen shot 2017-09-07 at 8 35 40 am

@NathanaelA
Copy link
Author

NathanaelA commented Sep 6, 2017

@boyter - Ben, this would be awesome. It doesn't have to be the same page; it is perfectly fine to reuse the rest of the system to keep it consistent. :-D

@boyter
Copy link
Owner

boyter commented Sep 7, 2017

Well it was more about me being lazy because its easier to implement :)

boyter added a commit that referenced this issue Sep 11, 2017
@boyter boyter closed this as completed Sep 26, 2017
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