diff --git a/public/sym/throbber.svg b/public/sym/throbber.svg new file mode 100644 index 0000000..eed8ddf --- /dev/null +++ b/public/sym/throbber.svg @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/src/components/throbber.vue b/src/components/throbber.vue new file mode 100644 index 0000000..88bf393 --- /dev/null +++ b/src/components/throbber.vue @@ -0,0 +1,39 @@ + + + + + \ No newline at end of file diff --git a/src/views/rooms.vue b/src/views/rooms.vue index 65bf8c6..cc359ef 100644 --- a/src/views/rooms.vue +++ b/src/views/rooms.vue @@ -1,18 +1,22 @@