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
*