-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ajout de la fonctionnalité permettant de choisir le type de vaccin #143
Open
mccob
wants to merge
23
commits into
CovidTrackerFr:dev
Choose a base branch
from
mccob:typevaccin
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
1198727
Ajout possibilité de choisir le type de vaccin
mccob c08569a
Correction bug et commentaire
mccob bde62ec
Update README.md
mccob 7bb403a
Correction pour que le bouton de type de vaccin soit bien sélectioné …
mccob 053631e
Merge branch 'dev' of github.com:mccob/vitemadose-front into dev
mccob 1f3997a
modif README
mccob 60c6051
Nombreuses corrections de bug et d'identation. Merci @hawksttf
mccob 2dd2e8c
Ajout de la fonctionnalité de choix du type de vaccin sur la recherch…
mccob f22280c
Suite aux remarques sur la PR : Simplification des libellés du sélect…
mccob 4e84f80
Correction
mccob e530d61
Modification pour prise en compte du libellé du Janssen retourné par …
mccob 669e3f1
Update src/views/vmd-rdv.view.ts
mccob 16e6076
Prises en compte des remarques de @bilelz https://github.com/CovidTra…
mccob d692a01
Prises en compte des remarques de @bilelz https://github.com/CovidTra…
mccob ebe7ada
Prises en compte des remarques de @bilelz https://github.com/CovidTra…
mccob 57f5b02
fix compilation errors in State.ts
fcamblor fe2e3de
Prises en compte des remarques de @fcamblor. Correction afin que cela…
mccob 6609d34
Prises en compte des remarques de @fcamblor. Correction afin que cela…
mccob dcf84f1
Prises en compte des remarques de @fcamblor. Correction afin que cela…
mccob 50527d7
Prises en compte des remarques de @fcamblor. Correction afin que cela…
mccob 1c4441a
Prise en compte de la remarque de @fcamblor sur la compatibilité back…
mccob 55dadef
Correction bug suite precedent commit
mccob 77ad7b0
Correction version mobile
mccob File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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 |
---|---|---|
|
@@ -95,3 +95,6 @@ vmd-appointment-card { | |
} | ||
} | ||
|
||
.typev > div > .mb-3{ | ||
font-size: 0.65em; | ||
} |
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pourquoi cette modification de libellés ? Ça me paraît hors sujet de la PR en cours.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ce n'est pas une modification de libellés, c'est juste que comme j'ai mis des title sur l'autre sélecteur, j'ai ais mis sur celui ci aussi. J'enlève si cela ne vous va pas.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh oui my bad je n'avais pas les yeux en face des trous, je croyais que le
libelle
avait été remplacé partitle
, my bad il n'y a pas de soucis à laisser tel quel ! :)