FEATURE signature: show full pages - show next signature button even if one signature

This commit is contained in:
nobohan 2024-11-25 17:39:40 +01:00 committed by Julien Fastré
parent bd3198e42b
commit 0bb5a79cae
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB

View File

@ -85,7 +85,7 @@
</template> </template>
</div> </div>
<div <div
v-if="signature.zones.length > 1" v-if="signature.zones.length > 0"
class="col-5 p-0 text-center turnSignature" class="col-5 p-0 text-center turnSignature"
> >
<button <button
@ -186,7 +186,7 @@
</template> </template>
</div> </div>
<div <div
v-if="signature.zones.length > 1 && signedState !== 'signed'" v-if="signature.zones.length > 0 && signedState !== 'signed'"
class="col-4 d-xl-none text-center turnSignature p-0" class="col-4 d-xl-none text-center turnSignature p-0"
> >
<button <button
@ -206,7 +206,7 @@
</button> </button>
</div> </div>
<div <div
v-if="signature.zones.length > 1 && signedState !== 'signed'" v-if="signature.zones.length > 0 && signedState !== 'signed'"
class="col-4 d-none d-xl-flex p-0 text-center turnSignature" class="col-4 d-none d-xl-flex p-0 text-center turnSignature"
> >
<button <button