This repository has been archived by the owner on Jan 6, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: refactoring collection creation, #4
- Loading branch information
Showing
23 changed files
with
416 additions
and
124 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
targets: | ||
$default: | ||
builders: | ||
uuv_flutter|generateTests: | ||
options: |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Feature: Counter | ||
The counter should be incremented when the button is pressed. | ||
|
||
Scenario: Counter increases when the button is pressed | ||
When I tap the "increment" button 10 times |
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 |
---|---|---|
@@ -1,8 +1,16 @@ | ||
{ | ||
"newSequenceNameField": "Name", | ||
"newSequenceNameField_placeholder": "Enter the new sequence name", | ||
"newSequenceSendButton": "Send", | ||
"yourSequence": "Your sequences", | ||
"element": "element(s)", | ||
"createSequence_tooltip": "Create a new sequence" | ||
"createSequence_tooltip": "Create a new sequence", | ||
"unknownError": "Oops ! An error occured...", | ||
"emptyError": "No element found", | ||
"loading": "Loading...", | ||
|
||
"capture": "Take a picture", | ||
"switchCamera": "Switch camera", | ||
"createSequenceWithPicture_tooltip": "Create a new sequence with captured pictures", | ||
|
||
"newSequenceNameField": "Name", | ||
"newSequenceNameField_placeholder": "Enter the new sequence name", | ||
"newSequenceSendButton": "Send" | ||
} |
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 |
---|---|---|
@@ -1,8 +1,16 @@ | ||
{ | ||
"newSequenceNameField": "Nom", | ||
"newSequenceNameField_placeholder": "Saisissez le nom de la nouvelle séquence", | ||
"newSequenceSendButton": "Envoyer", | ||
"yourSequence": "Vos séquences", | ||
"element": "élément(s)", | ||
"createSequence_tooltip": "Créer une nouvelle séquence" | ||
"createSequence_tooltip": "Créer une nouvelle séquence", | ||
"unknownError": "Oops ! Une erreur s'est produite...", | ||
"emptyError": "Aucun élément trouvé", | ||
"loading": "Chargement...", | ||
|
||
"capture": "Prendre la une photo", | ||
"switchCamera": "Changer de camera", | ||
"createSequenceWithPicture_tooltip": "Créer une nouvelle séquence avec les photos prises", | ||
|
||
"newSequenceNameField": "Nom", | ||
"newSequenceNameField_placeholder": "Saisissez le nom de la nouvelle séquence", | ||
"newSequenceSendButton": "Envoyer" | ||
} |
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
Oops, something went wrong.