mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 07:38:33 -06:00
working on canvas sync
This commit is contained in:
@@ -70,13 +70,20 @@
|
||||
{
|
||||
<div class="mb-3">
|
||||
<button
|
||||
@onclick="@(() => planner.LocalCourse = null)"
|
||||
@onclick="planner.Clear"
|
||||
class="btn btn-primary"
|
||||
>
|
||||
Select New Course
|
||||
</button>
|
||||
<CourseSettings />
|
||||
<AssignmentTemplateManagement />
|
||||
|
||||
<button
|
||||
class="btn btn-outline-primary"
|
||||
@onclick="planner.SyncWithCanvas"
|
||||
>
|
||||
Sync With Canvas
|
||||
</button>
|
||||
</div>
|
||||
<CourseDetails />
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user