diff --git a/GuessNN-webapp/src/App.vue b/GuessNN-webapp/src/App.vue index e705f67..eaf192e 100644 --- a/GuessNN-webapp/src/App.vue +++ b/GuessNN-webapp/src/App.vue @@ -1,15 +1,81 @@ + + diff --git a/GuessNN-webapp/src/components/LoadingIndicator.vue b/GuessNN-webapp/src/components/LoadingIndicator.vue new file mode 100644 index 0000000..f5b514b --- /dev/null +++ b/GuessNN-webapp/src/components/LoadingIndicator.vue @@ -0,0 +1,54 @@ + + + + + diff --git a/GuessNN-webapp/src/components/MainComponent.vue b/GuessNN-webapp/src/components/MainComponent.vue index 5e532da..b5e0ab1 100644 --- a/GuessNN-webapp/src/components/MainComponent.vue +++ b/GuessNN-webapp/src/components/MainComponent.vue @@ -1,37 +1,44 @@