Skip to content

Commit

Permalink
remove loading spinner from sidebar, refs #753
Browse files Browse the repository at this point in the history
  • Loading branch information
tgloeggl committed Nov 1, 2023
1 parent 5d277ee commit 41f23b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
11 changes: 0 additions & 11 deletions vueapp/components/LoadingSpinner.vue

This file was deleted.

5 changes: 1 addition & 4 deletions vueapp/components/Videos/VideosSidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -92,20 +92,17 @@
</ul>
</div>
</div>

<LoadingSpinner v-if="axios_running"/>
</template>

<script>
import { mapGetters } from "vuex";
import StudipIcon from '@studip/StudipIcon.vue';
import LoadingSpinner from '@/components/LoadingSpinner';
export default {
name: 'episodes-action-widget',
components: {
StudipIcon, LoadingSpinner
StudipIcon
},
emits: ['uploadVideo', 'recordVideo',
Expand Down

0 comments on commit 41f23b2

Please sign in to comment.