Conversation
Codecov Report
@@ Coverage Diff @@
## master #2398 +/- ##
=======================================
Coverage 65.25% 65.26%
=======================================
Files 903 903
Lines 26024 26025 +1
Branches 5115 5115
=======================================
+ Hits 16983 16984 +1
Misses 9041 9041
Continue to review full report at Codecov.
|
|
Looks good to me! Just a couple of minor suggestions as far as the actual Git commits are concerned:
|
Sounds good. I'll make the updates to the commit messages. |
368bfeb to
08bf7e1
Compare
…ugh screen reader * Fix AB#531
… for Dashboard page * Fix AB#527
…save button, and whole table * Fix AB#510, AB#506, AB#454
* Fix AB#325, AB#284
a390b6d to
90cdd28
Compare
gingi
left a comment
There was a problem hiding this comment.
Looks good. Just 3 suggestions for localization.
src/app/components/account/details/programatic-usage/programing-sample/programing-sample.html
Show resolved
Hide resolved
|
|
||
| @Input() public type: string = "square"; | ||
|
|
||
| @Input() public title: string = "Refresh"; |
There was a problem hiding this comment.
This should probably be localized by injecting the I18nService.
There was a problem hiding this comment.
Could you point me to an example of what you mean by this?
src/app/components/account/details/account-summary-card/account-summary-card.html
Show resolved
Hide resolved
afe1476 to
90cdd28
Compare
|
Fixes #2415 |
October accessibility bug fixes including fixes for focus order, focus visual indicator, role updates for screen reader, tooltip overlap on hover, and placeholder suggestions for editable fields.