UX updates to inbound token access UI - Follow-up
As stated by @jeldergl in !110781 (merged) we should look into making these UX updates to app/assets/javascripts/token_access/components/inbound_token_access.vue
I think we should address this after we remove the outbound access feature in the UI.
- Neither the new or existing text input have an associated
label. Theplaceholdercontent can't be used in place of a label either. This is an accessibility failure. We should replace the use of<strong>with<label>instead. This is not the correct use case for an alert, especially since it usesrole="alert"andaria-live="assertive". Proposal: use utility classes to style the content in a similar way, but don't use the alert component.As it relates to the general page structure, it's odd that this section usesh4andh5, but there are noh1–h3headings.
Edited by Mireya Andres