-
Notifications
You must be signed in to change notification settings - Fork 509
fix: make more obvious that you can add Federated Cloud ID accounts #12916
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: make more obvious that you can add Federated Cloud ID accounts #12916
Conversation
|
Should we make that dependent on federation enabled/allowed? |
Yes, but currently I don't know what's the best way to show the text. It's too long for this field. |
|
Ah, input is in #12912 (comment) |
|
@ShGKme would be nice to get this in before tomorrows RC1 which is the translation string freeze |
Signed-off-by: Grigorii K. Shartsev <[email protected]>
96f427c to
ac0a4fc
Compare
Antreesy
left a comment
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.
| :title="searchBoxDescription" | ||
| class="search-form__description"> | ||
| <IconInformationOutline :size="20" /> | ||
| <span class="hidden-visually">{{ searchBoxDescription }}</span> |
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.
Wouldn't aria-label be sufficient here? If not, I'm afraid, we might accidentally delete it in future, if it won't be specifically commented
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.
aria-label is only valid on elements discoverable via assistive technologies:
- An interactive element such as buttons
- lists, modals, navigation and other landmarks
In other cases, it must be a general text content
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.
Alternative is to remove the text here and set it as aria-desription on the input. But then I'm afraid it's even simpler to lose, because it would have no direct relation with the element.

☑️ Resolves
🖌️ UI Checklist
🖼️ Screenshots / Screencasts
🏁 Checklist