File tree 1 file changed +0
-14
lines changed
packages/app-frontend/src/features 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import AppHeader from './header/AppHeader.vue'
3
3
import AppConnecting from ' ./connection/AppConnecting.vue'
4
4
import AppDisconnected from ' ./connection/AppDisconnected.vue'
5
5
import ErrorOverlay from ' ./error/ErrorOverlay.vue'
6
- import WelcomeSlideshow from ' ./welcome/WelcomeSlideshow.vue'
7
6
import SplitPane from ' ./layout/SplitPane.vue'
8
7
import AppSelectPane from ' ./apps/AppSelectPane.vue'
9
8
@@ -33,7 +32,6 @@ export default defineComponent({
33
32
AppConnecting ,
34
33
AppDisconnected ,
35
34
ErrorOverlay ,
36
- WelcomeSlideshow ,
37
35
SplitPane ,
38
36
AppSelectPane ,
39
37
},
@@ -75,15 +73,9 @@ export default defineComponent({
75
73
}
76
74
})
77
75
78
- const welcomeHidden = ref <boolean >(getStorage (STORAGE_WELCOME_HIDDEN ))
79
- watch (welcomeHidden , (value ) => {
80
- setStorage (STORAGE_WELCOME_HIDDEN , value )
81
- })
82
-
83
76
return {
84
77
isConnected ,
85
78
isInitializing ,
86
- welcomeHidden ,
87
79
showAppsSelector ,
88
80
}
89
81
},
@@ -134,11 +126,5 @@ export default defineComponent({
134
126
<portal-target name =" root" />
135
127
136
128
<ErrorOverlay />
137
-
138
- <WelcomeSlideshow
139
- v-if =" !welcomeHidden"
140
- class =" absolute inset-0 z-100"
141
- @hide =" welcomeHidden = true"
142
- />
143
129
</div >
144
130
</template >
You can’t perform that action at this time.
0 commit comments