Introduce dialog for long database migrations

This commit is contained in:
Ken Powers 2020-03-25 19:45:37 -04:00 committed by Scott Nonnenberg
parent 30e5051239
commit 750e50812c
8 changed files with 118 additions and 8 deletions

7
js/loading_start.js Normal file
View file

@ -0,0 +1,7 @@
/* global $ */
$(() => {
'use strict';
$('.message').text(window.i18n('optimizingApplication'));
});