Setup Screen: Expose all sections

For now, until proper next/back is introduced.
This commit is contained in:
Pablo Vazquez 2022-07-20 15:19:22 +02:00 committed by Francesco Siddi
parent db39ca0d21
commit a075a36911

View File

@ -1,6 +1,6 @@
<template> <template>
<div class="setup-container"> <div class="setup-container">
<section class="setup-step step-intro"> <section class="setup-step step-intro is-active">
<h1>Welcome</h1> <h1>Welcome</h1>
<ul class="progress"> <ul class="progress">
@ -56,7 +56,7 @@
</div> </div>
</section> </section>
<section class="setup-step"> <section class="setup-step is-active">
<h2>Which Blender?</h2> <h2>Which Blender?</h2>
<ul class="progress"> <ul class="progress">
@ -102,7 +102,7 @@
</div> </div>
</section> </section>
<section v-if="isConfigComplete"> <section v-if="isConfigComplete" class="setup-step is-active">
<h2>The Final Step</h2> <h2>The Final Step</h2>
<p>This is the configuration that will be used by Flamenco:</p> <p>This is the configuration that will be used by Flamenco:</p>
<dl> <dl>