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.
<select>
1 parent 5076001 commit b7754dfCopy full SHA for b7754df
1 file changed
app/pages/settings.vue
@@ -216,7 +216,13 @@ defineOgImageComponent('Default', {
216
</option>
217
</select>
218
<template #fallback>
219
- <span class="skeleton block w-48 h-8" />
+ <select
220
+ id="language-select"
221
+ disabled
222
+ class="w-full sm:w-auto min-w-48 bg-bg border border-border rounded-md px-3 py-2 text-sm text-fg opacity-50 cursor-wait"
223
+ >
224
+ <option>{{ $t('common.loading') }}</option>
225
+ </select>
226
</template>
227
</ClientOnly>
228
</div>
0 commit comments