File tree Expand file tree Collapse file tree
client/src/components/ToolsList Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ import {
88 faWrench ,
99} from " @fortawesome/free-solid-svg-icons" ;
1010import { FontAwesomeIcon } from " @fortawesome/vue-fontawesome" ;
11+ import { BSkeleton } from " bootstrap-vue" ;
1112import { computed , ref } from " vue" ;
1213
1314import { useFormattedToolHelp } from " @/composables/formattedToolHelp" ;
1415
1516import GButton from " ../BaseComponents/GButton.vue" ;
16- import LoadingSpan from " ../LoadingSpan.vue" ;
1717import GLink from " @/components/BaseComponents/GLink.vue" ;
1818import ToolFavoriteButton from " @/components/Tool/Buttons/ToolFavoriteButton.vue" ;
1919
@@ -141,7 +141,7 @@ const quotedSection = computed(() => (props.section ? `"${props.section}"` : "")
141141 </div >
142142
143143 <div v-if =" props.fetching" >
144- <LoadingSpan message = " Fetching tool help " />
144+ <BSkeleton />
145145 </div >
146146
147147 <!-- eslint-disable-next-line vue/no-v-html -->
You can’t perform that action at this time.
0 commit comments