mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 15:48:32 -06:00
courses go in their own page
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
protected override void OnInitialized()
|
||||
{
|
||||
planner.StateHasChanged += reload;
|
||||
planner.LocalCourse = null;
|
||||
}
|
||||
|
||||
private void reload()
|
||||
@@ -76,7 +77,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
@if(planner.LocalCourse != null)
|
||||
@* @if(planner.LocalCourse != null)
|
||||
{
|
||||
<div class="mb-3 d-flex justify-content-between" style="height: 4em;">
|
||||
<div class="my-auto">
|
||||
@@ -113,7 +114,7 @@
|
||||
}
|
||||
</div>
|
||||
<CourseDetails />
|
||||
}
|
||||
} *@
|
||||
<br>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user