Preload intro graph data while the user is viewing the splash screen

This commit is contained in:
Bryan Housel
2020-02-20 08:51:44 -05:00
parent e42bc34e4b
commit 3ccf0e6ccb

View File

@@ -23,6 +23,9 @@ export function uiSplash(context) {
context.storage('sawSplash', true);
context.storage('sawPrivacyVersion', context.privacyVersion);
// fetch intro graph data now, while user is looking at the splash screen
context.data().get('intro_graph');
let modalSelection = uiModal(selection);
modalSelection.select('.modal')