-
Notifications
You must be signed in to change notification settings - Fork 92
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
Corrige les défaut d'accessibilité de la page de création de compte accessibilité #10822
Conversation
6f76eca
to
29141d6
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #10822 +/- ##
==========================================
- Coverage 84.70% 84.68% -0.02%
==========================================
Files 1130 1130
Lines 25055 25055
Branches 4699 4699
==========================================
- Hits 21222 21219 -3
- Misses 3833 3836 +3 ☔ View full report in Codecov by Sentry. |
29141d6
to
b0f8b7a
Compare
@colin : Reprise de la PR précédente (je ne m'en sortais pas avec le rebase... -_-) incluant les modifications demandées. |
21b3e90
to
fc07547
Compare
471a7c6
to
f5a3474
Compare
dossiers_path(statut: 'traites', procedure_id: params[:procedure_id]), | ||
active: @statut == 'traites', | ||
badge: number_with_html_delimiter(@dossiers_traites.count)) | ||
- if @user_dossiers.present? || @dossiers_traites.present? || @dossiers_invites.present? || @dossiers_close_to_expiration.present? || @dossiers_supprimes.present? || @dossier_transferes.present? |
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.
- if @user_dossiers.present? || @dossiers_traites.present? || @dossiers_invites.present? || @dossiers_close_to_expiration.present? || @dossiers_supprimes.present? || @dossier_transferes.present? | |
- if [@user_dossiers, @dossiers_traites, @dossiers_invites, @dossiers_close_to_expiration, @dossiers_supprimes, @dossier_transferes].any?(&:present?) |
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.
Suggestion appliquée.
Merci @mfo !
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.
lgtm - juste une petite amélioration de synthax serait jouable.
f5a3474
to
480c8f4
Compare
La PR vise à :
nav
contenante en l'absence de navigation secondaire ;Après

Avant

.fr-grid-row.fr-grid-row--gutters
en l'absence de contenu ;Après

Avant

Après
Perte.de.focus.-.apres.mp4
Avant
Perte.de.focus.-.avant.mp4