-
Notifications
You must be signed in to change notification settings - Fork 380
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed FluentCodeEditor (and associated settings)
Removed old nav alternatives
- Loading branch information
Showing
261 changed files
with
2 additions
and
73,096 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,9 +36,6 @@ | |
</style> | ||
<link href="FluentUI.Demo.Client.styles.css" rel="stylesheet" /> | ||
|
||
<!-- Monaco editor --> | ||
<link rel="stylesheet" data-name="vs/editor/editor.main" href="_content/Microsoft.FluentUI.AspNetCore.Components/lib/monaco-editor/min/vs/editor/editor.main.min.css"> | ||
|
||
<!-- highlight --> | ||
<link rel="stylesheet" title="light" href="https://cdn.jsdelivr.net/npm/@highlightjs/[email protected]/styles/vs.min.css"> | ||
<link rel="stylesheet" title="dark" disabled="disabled" href="https://cdn.jsdelivr.net/npm/@highlightjs/[email protected]/styles/vs2015.min.css"> | ||
|
@@ -78,13 +75,6 @@ | |
<script src="js/site.js"></script> | ||
<script src="_content/FluentUI.Demo.Shared/js/theme.js" type="module"></script> | ||
|
||
<!-- Monaco Editor --> | ||
<script src="_content/Microsoft.FluentUI.AspNetCore.Components/lib/monaco-editor/min/vs/loader.min.js"></script> | ||
<script>require.config({ paths: { 'vs': '_content/Microsoft.FluentUI.AspNetCore.Components/lib/monaco-editor/min/vs' } });</script> | ||
<script src="_content/Microsoft.FluentUI.AspNetCore.Components/lib/monaco-editor/min/vs/editor/editor.main.js"></script> | ||
|
||
|
||
|
||
<!-- highlight --> | ||
<script src="https://cdn.jsdelivr.net/npm/@highlightjs/[email protected]/highlight.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/cshtml-razor.min.js"></script> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
33 changes: 0 additions & 33 deletions
33
examples/Demo/Shared/Pages/CodeEditor/CodeEditorPage.razor
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
examples/Demo/Shared/Pages/CodeEditor/Examples/CodeEditorDefaultExample.razor
This file was deleted.
Oops, something went wrong.
81 changes: 0 additions & 81 deletions
81
examples/Demo/Shared/Pages/CodeEditor/Examples/CodeEditorDefaultExample.razor.cs
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.