moved assignment editing to its own page

This commit is contained in:
2023-08-31 15:12:01 -06:00
parent 3ae110d22a
commit ebb9cd4d2e
9 changed files with 145 additions and 103 deletions

View File

@@ -17,11 +17,11 @@
void handleClick(MouseEventArgs e, LocalCourse course)
{
logger.LogInformation("here");
@* logger.LogInformation("here"); *@
planner.LocalCourse = course;
Navigation.NavigateTo("/course/" + course.Name);
Console.WriteLine("navigated to course detail");
}
}
<div class="text-center">