From aadbaf0f757a76ec198c974152611b89604561bf Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Wed, 29 Apr 2020 11:33:55 -0400 Subject: [PATCH] [+] Create method to show update message --- src/components/app/app.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/components/app/app.ts b/src/components/app/app.ts index f8a76b5..c3de487 100644 --- a/src/components/app/app.ts +++ b/src/components/app/app.ts @@ -216,6 +216,22 @@ export default class App extends Vue }) } + showUpdates() + { + this.$alert( + 'TL;DR:
' + + '๐Ÿ“… Added a Course Selection tab to help you schedule for next year!
' + + '๐Ÿคฉ You can now give star ratings to your courses!
' + + '๐Ÿ˜ฎ You can also see others\' ratings in the course selection tab!
' + + '
' + + 'That\'s it, try things out and have fun! ๐Ÿ˜‡
' + + '
' + + '-- The Veracross Analyzer Team
' + + '-- Made with ๐Ÿงก in SJP', + '๐Ÿฅณ Huge updates!', + {dangerouslyUseHTMLString: true, confirmButtonText: 'OK', customClass: 'comic'}); + } + /** * Log a message to loading screen *