We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c85619b commit 4eb86d6Copy full SHA for 4eb86d6
web_src/js/components/ContextPopup.vue
@@ -103,7 +103,7 @@ export default {
103
</script>
104
<template>
105
<div ref="root">
106
- <div v-if="loading" class="ui active centered inline loader"/>
+ <div v-if="loading" class="tw-h-12 tw-w-12 is-loading"/>
107
<div v-if="!loading && issue !== null">
108
<p><small>{{ issue.repository.full_name }} on {{ createdAt }}</small></p>
109
<p><svg-icon :name="icon" :class="['text', color]"/> <strong>{{ issue.title }}</strong> #{{ issue.number }}</p>
0 commit comments