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 @@ - + + + + + {{entitiesError}} {{conceptsError}} + + + + + 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 @@ + + + + + + There was en error during loading. + + + + + + + Loading... + + + + + + + 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 @@ - - - {{ err }} - - - Enter a guess: {{ guessError }} It can be any {{ [...entityTypes].join(", ") }}. + + Error: component instantiated but entities are empty. +