feat(tutorial): enhance tutorial flow and add tests for help button functionality
Chore App Build, Test, and Push Docker Images / build-and-push (push) Has been cancelled

This commit is contained in:
2026-07-25 23:59:51 -04:00
parent 8e4f89f4ec
commit 96992cf918
8 changed files with 174 additions and 18 deletions
@@ -49,7 +49,12 @@
<button type="button" class="btn-link btn-link-space" @click="goToChangeParentPin">
Change Parent PIN
</button>
<button type="button" class="btn-link btn-link-space" @click="resetPassword" :disabled="resetting">
<button
type="button"
class="btn-link btn-link-space"
@click="resetPassword"
:disabled="resetting"
>
Change Password
</button>
<button type="button" class="btn-link btn-link-space" @click="openDeleteWarning">
@@ -174,7 +179,7 @@
title="Tutorial Restart"
@close="showRestartSuccess = false"
>
<div class="modal-message">Tutorial mode has been restarted</div>
<div class="modal-message">Tutorial mode has been restarted.</div>
<div class="modal-actions">
<button class="btn btn-primary" @click="showRestartSuccess = false">OK</button>
</div>