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 *