-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Add top author stats to activity page #9615
Conversation
8376af0
to
98f01ad
Compare
I have no Idear why but the time-periode-drop-down-menue dont work on chrome anymore with this PR :( EDIT: Firefox also affected |
There 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.
LGTM. The time-period-drop-down-menu mentioned by @6543 is worth a look; perhaps one of the updated libraries affected that, or the problem is in master already and not related to this PR.
There 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.
lgtm beside time-period-drop-down-menu
As what @6543 said, time-period-drop-down-menu is broken. |
There 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.
blocking per @lunny comment
any progress why this time-period-drop-down-menu thinkg is broken? |
98f01ad
to
2bdef3e
Compare
@techknowlogick @6543 somehow dropdown stops to work if placed inside Vue app, so I moved move app to smaller scope, works now |
2bdef3e
to
2c5d728
Compare
@@ -6,6 +6,8 @@ import './publicPath.js'; | |||
import './gitGraphLoader.js'; | |||
import './semanticDropdown.js'; | |||
|
|||
import ActivityTopAuthors from './components/ActivityTopAuthors.vue'; |
There 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.
Outside this PR, we should maybe start doing code-splitting and lazy load components that are not always displayed/used now that we "build" all the frontend.
Does @lunny and @techknowlogick concerns are solved ? |
Codecov Report
@@ Coverage Diff @@
## master #9615 +/- ##
=========================================
Coverage ? 42.31%
=========================================
Files ? 605
Lines ? 79296
Branches ? 0
=========================================
Hits ? 33552
Misses ? 41605
Partials ? 4139
Continue to review full report at Codecov.
|
@techknowlogick need your review |
@lafriks some stats seems to have changed. |
Displays top ten authors from git history in specified period of time ordered in from most commits to least