Setup Screen: Expose all sections
For now, until proper next/back is introduced.
This commit is contained in:
parent
db39ca0d21
commit
a075a36911
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="setup-container">
|
||||
<section class="setup-step step-intro">
|
||||
<section class="setup-step step-intro is-active">
|
||||
<h1>Welcome</h1>
|
||||
|
||||
<ul class="progress">
|
||||
@ -56,7 +56,7 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="setup-step">
|
||||
<section class="setup-step is-active">
|
||||
<h2>Which Blender?</h2>
|
||||
|
||||
<ul class="progress">
|
||||
@ -102,7 +102,7 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section v-if="isConfigComplete">
|
||||
<section v-if="isConfigComplete" class="setup-step is-active">
|
||||
<h2>The Final Step</h2>
|
||||
<p>This is the configuration that will be used by Flamenco:</p>
|
||||
<dl>
|
||||
|
Loading…
x
Reference in New Issue
Block a user