Merge remote-tracking branch 'upstream/master'
This commit is contained in:
@@ -28,6 +28,18 @@ export default class AppDemo
|
|||||||
app.logLoading('');
|
app.logLoading('');
|
||||||
app.assignmentsReady = true
|
app.assignmentsReady = true
|
||||||
app.showRating = true
|
app.showRating = true
|
||||||
|
|
||||||
|
app.$alert(
|
||||||
|
'This demo analyzes an offline snapshot of my data from Jun 6, 2020,<br/>' +
|
||||||
|
'which displays my academic results from Junior year.<br/>' +
|
||||||
|
'<br/>' +
|
||||||
|
'Online features like submitting reviews obviously won\'t work,<br/>' +
|
||||||
|
'Besides from that, feel free to click around! 😇<br/>' +
|
||||||
|
'<br/>' +
|
||||||
|
'-- The Veracross Analyzer Team (YGui)<br/>' +
|
||||||
|
'-- Made with 🧡 in SJP',
|
||||||
|
'🥳 Welcome to VeracrossAnalyzer Demo!',
|
||||||
|
{dangerouslyUseHTMLString: true, confirmButtonText: 'OK', customClass: 'comic'});
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user