-
Notifications
You must be signed in to change notification settings - Fork 180
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
fix: improve contact view accessibility #4368
base: main
Are you sure you want to change the base?
fix: improve contact view accessibility #4368
Conversation
Signed-off-by: SebastianKrupinski <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4368 +/- ##
=========================================
Coverage 11.13% 11.13%
Complexity 265 265
=========================================
Files 122 122
Lines 5541 5541
Branches 1185 1185
=========================================
Hits 617 617
- Misses 4802 4803 +1
+ Partials 122 121 -1 ☔ View full report in Codecov by Sentry. |
@@ -98,10 +98,10 @@ | |||
<template v-else> | |||
<div v-for="(value, index) in filteredValue" | |||
:key="index" | |||
class="property__row"> | |||
class="property__row" rolw="rowgroup"> |
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.
Careful
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.
Otherwise looks good
Resolves: #4366