smarter canvas updates, only update when a change is detected

This commit is contained in:
2023-07-31 14:06:40 -06:00
parent e987df30d3
commit 70db40867c
13 changed files with 465 additions and 204 deletions

View File

@@ -84,6 +84,11 @@
>
Sync With Canvas
</button>
@if(planner.LoadingCanvasData)
{
<Spinner />
}
</div>
<CourseDetails />
}