Refactor button to add a manual zone

- do not show the button if a zone is selected (to avoid to create two selected zones on the document);
- change the button while waiting for the user to create a new zone: this make visible the fact that the app is waiting for a user action
This commit is contained in:
2024-11-08 19:35:03 +01:00
parent 0439c29305
commit 5339d4f5d9
2 changed files with 21 additions and 8 deletions

View File

@@ -15,6 +15,7 @@ const appMessages = {
last_sign_zone: 'Zone de signature précédente',
next_sign_zone: 'Zone de signature suivante',
add_sign_zone: 'Ajouter une zone de signature',
click_on_document: 'Cliquer sur le document',
last_zone: 'Zone précédente',
next_zone: 'Zone suivante',
add_zone: 'Ajouter une zone',