Notebooks: Log telemetry when all markdown cells rendered (#5862)

* Log telemetry when all markdown cells rendered

* Enable referencing previous telemetry timestamps

* Fix broken unit test to do a null check

* Undo loading icon changes in textcelll

* Addressing PR comments

* PR comments II
This commit is contained in:
Chris LaFreniere
2019-06-10 21:55:49 -07:00
committed by GitHub
parent d15a3fcc98
commit 86a3217e98
9 changed files with 74 additions and 18 deletions

View File

@@ -5,7 +5,6 @@
*--------------------------------------------------------------------------------------------*/
-->
<div style="overflow: hidden; width: 100%; height: 100%; display: flex; flex-flow: column" (mouseover)="hover=true" (mouseleave)="hover=false">
<loading-spinner [loading]="isLoading"></loading-spinner>
<div class="notebook-text" style="flex: 0 0 auto;">
<code-component *ngIf="isEditMode" [cellModel]="cellModel" (onContentChanged)="handleContentChanged()" [model]="model" [activeCellId]="activeCellId">
</code-component>