From bc715a937fa880ea5331ed9e8b3fba07f52abc2d Mon Sep 17 00:00:00 2001 From: Lorenz Padberg Date: Fri, 8 Sep 2023 10:00:17 +0200 Subject: [PATCH] Add loading message to activities and refactor the module and intrument activities --- .../components/profile/ContentBookmark.vue | 4 +- .../components/profile/InstrumentActivity.vue | 15 ++-- .../src/components/profile/ModuleActivity.vue | 17 ++-- client/src/components/ui/InfoMessage.vue | 33 ++++++++ client/src/components/ui/loadingMessage.vue | 7 +- client/src/components/ui/loadingSpinner.vue | 84 ++++++++++++------- client/src/graphql/gql/queries/myActivity.gql | 2 + client/src/styles/_variables.scss | 1 + 8 files changed, 110 insertions(+), 53 deletions(-) create mode 100644 client/src/components/ui/InfoMessage.vue diff --git a/client/src/components/profile/ContentBookmark.vue b/client/src/components/profile/ContentBookmark.vue index 8a6017e3..e1ef8b2d 100644 --- a/client/src/components/profile/ContentBookmark.vue +++ b/client/src/components/profile/ContentBookmark.vue @@ -1,5 +1,5 @@