-
Notifications
You must be signed in to change notification settings - Fork 96
ETQ Utilisateur d'un lecteur d'écran, je veux que les couples clefs / valeurs soient placés dans une liste de description #11243
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
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #11243 +/- ##
==========================================
+ Coverage 79.29% 85.17% +5.88%
==========================================
Files 1268 1269 +1
Lines 27844 27862 +18
Branches 5736 5735 -1
==========================================
+ Hits 22078 23731 +1653
+ Misses 5766 4131 -1635 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
ad7f840
to
7f5021c
Compare
@@ -1,11 +1,12 @@ | |||
= render Dossiers::RowShowComponent.new(label: 'Email', profile: @profile) do |c| |
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.
Ca va être plus dur que cela de remplacer le RowShowComponent
.
En plus de proposer une structure .champ-row > %p.champ-label + .champ-content
, le composant ajoute également des pastilles sur les cotés pour indiquer à l'instructeur les changements récents grâce à la classe fr-badge-new
.
Ton changement n'intègre pas cette fonctionnalité.
On peut :
- soit modifier le
RowShowComponent
pour appliquer ton markup à l'ensemble de l'app. - soit créer un component précis pour cette partie qui prend ton markup ET la notion de pastille.
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.
top, j'ai tout compris
Fix #10249
Remplace les suites de
<p>
/<div>
par des listes de description<dl>
dans :Après



Avant

