diff --git a/components/DisplayContent.vue b/components/DisplayContent.vue index 2084ed9..cc78781 100644 --- a/components/DisplayContent.vue +++ b/components/DisplayContent.vue @@ -35,8 +35,15 @@ prepend-icon="mdi-party-popper" >Finish + mdi-restart + All Courses + - +
-

- {{ c.title }} -

+

{{ c.title }}

- - {{ - c2.title - }} + + {{ c2.title }} @@ -31,6 +15,24 @@
+ + +
+
+
+

{{ c.title }}

+ + + {{ c2.title }} + + + +
+
+
+
+ @@ -43,17 +45,11 @@

Loading {{ lang }} WASM environnement, please wait...

- + " :prefix="precommand" v-on:keyup.enter="onEnter" v-model="command" variant="underlined" + active="true">
@@ -66,35 +62,15 @@ -
- - +
+ + Save
- + - + @@ -137,6 +113,7 @@ export default { canvasArray: [], canvasPos: 0, drawer: null, + drawer_current_course: null, }; }, async setup() { @@ -369,7 +346,7 @@ print("Welcome to the Pyodide terminal emulator 🐍\\n" + BANNER) } }, async runR() { - for (;;) { + for (; ;) { const output = await this.webConsole.webR.read(); var element = document.getElementById("out"); switch (output.type) { @@ -495,9 +472,11 @@ pre { overflow-x: auto !important; margin-bottom: 10px !important; } + li { margin-left: 25px; } + .math { font-family: Courier, monospace; }