mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-25 23:28:33 -06:00
added monaco editor to assignment page
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
<div style="height: 100vh;" class="m-0 p-1">
|
||||
@if (loading)
|
||||
{
|
||||
<Spinner />
|
||||
@@ -65,4 +65,5 @@
|
||||
@if (planner.LocalCourse != null && assignmentContext.Assignment != null)
|
||||
{
|
||||
<AssignmentForm />
|
||||
}
|
||||
}
|
||||
</div>
|
||||
@@ -18,15 +18,17 @@
|
||||
<link href="css/site.css" rel="stylesheet" />
|
||||
<link href="Management.Web.styles.css" rel="stylesheet" />
|
||||
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
|
||||
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Kanit&family=Mukta&family=Roboto&family=Sofia+Sans+Condensed:wght@400;500&display=swap"
|
||||
rel="stylesheet">
|
||||
|
||||
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,600&display=swap" rel="stylesheet">
|
||||
<link rel="icon" type="image/png" href="favicon.png" />
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">
|
||||
|
||||
|
||||
<link rel="icon" type="image/png" href="favicon.png" />
|
||||
<component type="typeof(HeadOutlet)" render-mode="ServerPrerendered" />
|
||||
</head>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user