-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Migrate ActivityHeatmap to Vue SFC #10953
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
Migrate ActivityHeatmap to Vue SFC #10953
Conversation
Signed-off-by: Gary Kim <[email protected]>
@gary-kim heatmap works just fine but "dashboard-repos" are gone ?!? |
Dont remove alias in |
Signed-off-by: Gary Kim <[email protected]>
Okay then. Added it back in here. At some point, I'll go through to see what's left using compile on the browser and migrate them. |
Codecov Report
@@ Coverage Diff @@
## master #10953 +/- ##
==========================================
- Coverage 43.63% 43.60% -0.03%
==========================================
Files 597 597
Lines 83923 83923
==========================================
- Hits 36619 36594 -25
- Misses 42794 42817 +23
- Partials 4510 4512 +2
Continue to review full report at Codecov.
|
make L-G-T-M work. |
Follow up to #10188
Migrate ActivityHeatmap to use Vue SFC and compile at build time.
Signed-off-by: Gary Kim [email protected]