Skip to content

add loading wheel to some slow views

setop requested to merge setop/mobilizon:add-wheel-to-slow-views into master

views :

On Event.vue file, the change can seem impressive but I just change <transition appear name="fade" mode="out-in"> to <b-loading :active.sync="$apollo.loading"></b-loading>. So it changes the indentation of the whole template. But the content is actually unchanged.

Merge request reports