File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 39
39
});
40
40
< / script>
41
41
42
- < div class = " modal-background" / >
42
+ < div class = " modal-background" >< / div >
43
43
44
44
< dialog class = " modal" tabindex= " -1" bind: this = {modal} on: close>
45
45
< slot / >
Original file line number Diff line number Diff line change 14
14
</script >
15
15
16
16
<div class =" chrome" class:loading >
17
- <button disabled ={loading } class ="reload icon" on:click ={() => dispatch (' refresh' )} aria-label =" reload" / >
17
+ <button disabled ={loading } class ="reload icon" on:click ={() => dispatch (' refresh' )} aria-label =" reload" ></ button >
18
18
19
19
<input
20
20
disabled ={loading }
31
31
}}
32
32
/>
33
33
34
- <a {href } class ="new-tab icon" target ="_blank" aria-label ={href ? ' open in new tab' : undefined } tabindex =" 0" / >
34
+ <a {href } class ="new-tab icon" target ="_blank" aria-label ={href ? ' open in new tab' : undefined } tabindex =" 0" ></ a >
35
35
36
36
<button
37
37
disabled ={loading }
38
38
class =" terminal icon"
39
39
on:click ={() => dispatch (' toggle_terminal' )}
40
40
aria-label =" toggle terminal"
41
- / >
41
+ ></ button >
42
42
</div >
43
43
44
44
<style >
Original file line number Diff line number Diff line change 109
109
110
110
{#if initial }
111
111
<div class =" progress-container" >
112
- <div class ="progress" style ="width: {progress * 100 }%;" / >
112
+ <div class ="progress" style ="width: {progress * 100 }%;" ></ div >
113
113
</div >
114
114
<span >{status }</span >
115
115
{/if }
Original file line number Diff line number Diff line change 61
61
><strong >{current .title }</strong >
62
62
</div >
63
63
64
- <span style =" flex: 1 1 auto" / >
64
+ <span style =" flex: 1 1 auto" ></ span >
65
65
</h1 >
66
66
67
67
<span class ="expand-icon" class:inverted ={is_open }>
Original file line number Diff line number Diff line change 133
133
134
134
< div class = " content" >
135
135
{#if browser}
136
- < iframe bind: this = {iframe} title= " Output" on: load= {set_iframe_visible} / >
136
+ < iframe bind: this = {iframe} title= " Output" on: load= {set_iframe_visible}>< / iframe >
137
137
{/ if }
138
138
139
139
{#if paused || loading || $error}
Original file line number Diff line number Diff line change 86
86
{#if actions .length > 0 }
87
87
<div class =" actions" >
88
88
{#each actions as action }
89
- <button aria-label ={action .label } class ="icon {action .icon }" on:click ={action .fn } / >
89
+ <button aria-label ={action .label } class ="icon {action .icon }" on:click ={action .fn }></ button >
90
90
{/each }
91
91
</div >
92
92
{/if }
You can’t perform that action at this time.
0 commit comments