-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Améliore la structure des titres et corrige les annonces vocales d'en…
…registrement (#933) * fix headings structure on audit page * update heading structure on audit page * update generation page title * vocally announce when network requests work again * fix tabs semantics and clean some headings * add hidden heading on audit page with current page name * fix headings structure in report * update changelog --------- Co-authored-by: Quentin Bellanger <hello@quentin-bellanger>
- Loading branch information
1 parent
7bad699
commit 27649bb
Showing
16 changed files
with
75 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -127,7 +127,7 @@ function confirmDelete() { | |
notify( | ||
"error", | ||
"Une erreur est survenue", | ||
"Un problème empêche la sauvegarde de vos données. Contactez-nous à l'adresse [email protected] si le problème persiste." | ||
"Un problème empêche la suppression de votre audit. Contactez-nous à l'adresse [email protected] si le problème persiste." | ||
); | ||
captureWithPayloads(error); | ||
}) | ||
|
@@ -159,6 +159,7 @@ const updateAuditNotes = async (notes: string) => { | |
"Une erreur est survenue", | ||
"Un problème empêche la sauvegarde de vos données. Contactez-nous à l'adresse [email protected] si le problème persiste." | ||
); | ||
auditStore.lastRequestFailed = true; | ||
} finally { | ||
isNotesLoading.value = false; | ||
} | ||
|
@@ -223,7 +224,13 @@ onMounted(() => { | |
</button> | ||
</div> | ||
|
||
<h1>{{ auditName }}</h1> | ||
<h1> | ||
{{ auditName }} | ||
<span class="fr-sr-only"> | ||
Ara enregistre automatiquement vos saisies. Vous serez alerté en cas de | ||
problème lié à l’enregistrement | ||
</span> | ||
</h1> | ||
|
||
<div ref="stickyIndicator" class="sticky-indicator fr-grid-row fr-mb-3w"> | ||
<div | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters