fix(catalog): remove full-screen loading flash
Some checks failed
Build Docker Image / build (push) Has been cancelled
Some checks failed
Build Docker Image / build (push) Has been cancelled
This commit is contained in:
@@ -1,15 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="fixed inset-0 flex flex-col">
|
<div class="fixed inset-0 flex flex-col">
|
||||||
<!-- Loading state -->
|
|
||||||
<div v-if="loading" class="absolute inset-0 z-50 flex items-center justify-center bg-base-100/80">
|
|
||||||
<Card padding="lg">
|
|
||||||
<Stack align="center" justify="center" gap="3">
|
|
||||||
<Spinner />
|
|
||||||
<Text tone="muted">{{ $t('catalogLanding.states.loading') }}</Text>
|
|
||||||
</Stack>
|
|
||||||
</Card>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- Fullscreen Map -->
|
<!-- Fullscreen Map -->
|
||||||
<div class="absolute inset-0">
|
<div class="absolute inset-0">
|
||||||
<ClientOnly>
|
<ClientOnly>
|
||||||
@@ -34,7 +24,7 @@
|
|||||||
|
|
||||||
<!-- View mode loading indicator -->
|
<!-- View mode loading indicator -->
|
||||||
<div
|
<div
|
||||||
v-if="clusterLoading"
|
v-if="clusterLoading || loading"
|
||||||
class="absolute top-[116px] left-1/2 -translate-x-1/2 z-30 flex items-center gap-2 glass-soft rounded-full px-4 py-2"
|
class="absolute top-[116px] left-1/2 -translate-x-1/2 z-30 flex items-center gap-2 glass-soft rounded-full px-4 py-2"
|
||||||
>
|
>
|
||||||
<span class="loading loading-spinner loading-sm text-white" />
|
<span class="loading loading-spinner loading-sm text-white" />
|
||||||
|
|||||||
Reference in New Issue
Block a user