Haven't thought about this too much yet but we'll need to add in some additional aria stuff to the 'View' buttons inside the dashboard list tables. (All apps). This is necessary so the user knows which item they're viewing.
Either add a custom aria label or maybe aria-describedby with more details.
Something like this:
<button aria-label="View details for property 19032 Advent Rd , Unit 321">
View
</button>
Haven't thought about this too much yet but we'll need to add in some additional aria stuff to the 'View' buttons inside the dashboard list tables. (All apps). This is necessary so the user knows which item they're viewing.
Either add a custom aria label or maybe aria-describedby with more details.
Something like this: