-
Notifications
You must be signed in to change notification settings - Fork 165
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
Inconsistency between Chart Panel and Authorship Panel #1004
Comments
The Code Panel and Chart Panel look very different from each other. Making them be more similar can enhance the user experience. Let's - make file title similar to Github's way of displaying - change background for Code and Commit Panel to white - change sidebar color to grey
…poSense into refactor-panels-css * 'refactor-panels-css' of https://github.com/Tejas2805/RepoSense: [reposense#1109] Config.json: include active author and pug file format (reposense#1123) [reposense#1004] Make Code Panel consistent with Chart Panel (reposense#1080) [reposense#1005, reposense#1010] Code Panel: match font with GitHub and break lines when overflow (reposense#1008) [reposense#1076] Author: add a `isIgnoringFile` method (reposense#1085)
…se#1080) The Code Panel and Chart Panel look very different from each other. Making them be more similar can enhance the user experience. Let's - make file title similar to Github's way of displaying - change background for Code and Commit Panel to white - change sidebar color to grey
@damithc Anything else required for this issue? |
Will look into it and get back. |
@damithc Are you referring to - left panel having color background and the right panel not having it? |
Yes. |
But will have the color background in the right panel have some use? We are using it in the left panel, to show colors that are being shown in the contribution bar. No such use case in right panel. Should I still go ahead with it ? |
@damithc Need your opinion on it. |
I think we should do it if only for consistency's sake. We might also find some use for it later. e.g., we can use the repeat the file type label for each file to indicate under which file type we consider the file. |
There are inconsistencies in the design between the different panels. One aspect that varies is the fonts used in terms of the font sizes and families. Let us standardize the font sizes across the Vue front-end using mixins. Let us also set the font family for sans-serif to be Titillium Web and monospace to be GitHub's default font.
The current Chart Panel and Authorship Panel use different font size, color, background color and header height. As suggested by Prof, we can try to make the 2 panels more similar to make the website look more consistent.
The text was updated successfully, but these errors were encountered: