File tree Expand file tree Collapse file tree
plugins/code-server/app/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,6 +46,16 @@ export const NotInstalled: Story = {
4646 } ,
4747}
4848
49+ /** Short dock panel with install instructions available through scrolling. */
50+ export const NotInstalledShortPanel : Story = {
51+ args : NotInstalled . args ,
52+ render : args => ( {
53+ components : { LauncherView } ,
54+ setup : ( ) => ( { args } ) ,
55+ template : '<div class="relative h-64 overflow-hidden"><LauncherView v-bind="args" /></div>' ,
56+ } ) ,
57+ }
58+
4959/** Installed and idle, showing the launch screen (code-server backend). */
5060export const Launch : Story = {
5161 args : {
Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ const errorText = computed(() => (props.server.status === 'error' ? props.server
4646 </script >
4747
4848<template >
49- <div class =" absolute inset-0 flex items-center justify-center p-6 bg-base color-base font-sans" >
50- <div class =" w-full max-w-[560px]" >
49+ <div class =" absolute inset-0 flex of-y-auto p-6 box-border bg-base color-base font-sans" >
50+ <div class =" m-auto w-full max-w-[560px]" >
5151 <!-- Brand eyebrow -->
5252 <p class =" flex items-center gap-1.5 mb-2.5 text-xs tracking-wider uppercase color-muted" >
5353 <span class =" i-ph-code-duotone text-sm" />
You can’t perform that action at this time.
0 commit comments