From b818420df79406ba0fb986dae04eb76e0fb88051 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Sun, 13 Oct 2019 21:02:32 -0400 Subject: [PATCH] [+] Log loading before loading courses --- src/components/app/app.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/app/app.ts b/src/components/app/app.ts index f0f4c52..e8245a3 100644 --- a/src/components/app/app.ts +++ b/src/components/app/app.ts @@ -123,6 +123,10 @@ export default class App extends Vue */ public loadCoursesAfterLogin() { + // Show loading message + this.logLoading('2. Loading courses...'); + + // Post request App.http.post('/courses', {}).then(response => { // Check success