Skip to content

Commit 5785010

Browse files
committed
fix(Cloud): better Launcher UI
1 parent c7671a0 commit 5785010

1 file changed

Lines changed: 14 additions & 3 deletions

File tree

app/layouts/default.vue

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,24 @@ watch(
4141
<template>
4242
<v-app>
4343
<MainNavigation />
44-
<Launcher v-if="infraStore.status != Status.CREATED" app-name="Vease" logo="/logo.png" />
4544
<v-main class="custom-background dropzone">
46-
<GlassCard variant="ui" padding="pa-0" class="island-wrapper overflow-hidden">
45+
<GlassCard
46+
variant="ui"
47+
padding="pa-0"
48+
class="island-wrapper overflow-hidden"
49+
>
50+
<Launcher
51+
v-if="infraStore.status != Status.CREATED"
52+
app-name="Vease"
53+
logo="/logo.png"
54+
/>
4755
<NuxtPage style="z-index: 1" class="fill-height" />
4856
</GlassCard>
4957
<InfraConnected>
50-
<DrawerManager :ui-store="UIStore" @files-dropped="handleFilesDropped" />
58+
<DrawerManager
59+
:ui-store="UIStore"
60+
@files-dropped="handleFilesDropped"
61+
/>
5162
</InfraConnected>
5263
</v-main>
5364
<v-progress-linear

0 commit comments

Comments
 (0)