Uh oh!
There was an error while loading. Please reload this page.
enh(oauth2): allowed toggling of aria label - #42132
Conversation
emoral435
commented
Dec 9, 2023
/compile / |
emoral435
commented
Dec 9, 2023
/backport to stable28 |
Uh oh!
There was an error while loading. Please reload this page.
c7d2c17 to
b24c13dCompareadded computed value for a constant string for community translators to work with 💖
b24c13d to
0b75c5eCompareemoral435
commented
Dec 12, 2023
/compile / |
ShGKme
left a comment
There was a problem hiding this comment.
The icon on this button also has a fixed title.
:title="t('oauth2', 'Show client secret')"
Using title on a span is not correct, it should be on the button and it has same dynamic value with "Hide".
But in this case, I think we can just remove the title attr here.
emoral435
commented
Dec 13, 2023
nice catch! gonna delete that part and then submit the new version : ) |
b11addf to
4f799bbCompareemoral435
commented
Dec 13, 2023
/compile / |
Uh oh!
There was an error while loading. Please reload this page.
2a82c03 to
33dfc9bCompareemoral435
commented
Dec 14, 2023
@Pytal removed all comments 👍, agree with Grigorii that the name itself is self explanatory! |
ShGKme
left a comment
There was a problem hiding this comment.
It should have been catched by linter...
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
a2f75d1 to
7d9e2c9CompareUh oh!
There was an error while loading. Please reload this page.
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
7d9e2c9 to
254f4b0Compare
Summary
The button in the table for OAuth 2.0 previously only had the aria label of "Show client secret", even when the button had toggled the rendering of the client secret. Switched aria label to "Hide client secret" when the rendered secret is visible!
TODO
Images
Checklist