diff --git a/lib/assets/animations/loading.gif b/lib/assets/animations/loading.gif new file mode 100644 index 0000000..cf967e1 Binary files /dev/null and b/lib/assets/animations/loading.gif differ diff --git a/pubspec.yaml b/pubspec.yaml index 90f4ef2..7edbbbb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -122,6 +122,7 @@ flutter: - lib/assets/images/empty_states/studio-dark.svg - lib/assets/animations/indicator-light.riv - lib/assets/animations/indicator-dark.riv + - lib/assets/loading.gif diff --git a/web/index.html b/web/index.html index 96d3c9c..a3aec6a 100644 --- a/web/index.html +++ b/web/index.html @@ -116,7 +116,7 @@ } window.onload = function () { setTimeout(function () { - var loadingIndicator = document.getElementById("loading_indicator"); + var loadingIndicator = document.getElementById("loading_indicator"); if (loadingIndicator) { loadingIndicator.remove(); }