Write more description texts for the complete procedure

Closes #1
This commit is contained in:
2020-08-29 18:31:48 +02:00
parent b2d0deb3a5
commit 10c45908d4
3 changed files with 53 additions and 8 deletions

View File

@ -40,8 +40,8 @@
</div>
<div class="description">
<div class="helptext" v-if="!all_inserted || solution_revealed">{{ helptext }}</div>
<button v-if="all_inserted && !solution_revealed" v-on:click="reveal_order">Reihenfolge prüfen</button>
<button v-if="solution_correct" v-on:click="open_next_column">Weiter</button>
<button v-if="revealing_text != null" v-on:click="reveal_solution">{{ revealing_text }}</button>
<button v-if="next_column_text != null" v-on:click="open_next_column">{{ next_column_text }}</button>
</div>
<div class="close_button" v-on:click="is_open = false">
<svg width="30" height="30">