BX-11236: Use design-system button component#1838
Conversation
30c24df to
5c13474
Compare
69e583a to
2ccfc8f
Compare
7f4c061 to
7bbd081
Compare
a3d4193 to
257bfa9
Compare
|
7f15365 to
1c9dc5a
Compare
|
| deleteBtn?.removeAttribute('disabled'); | ||
| } | ||
|
|
||
| // Keep legacy 'disabled' class for backward compatibility with existing CSS |
There was a problem hiding this comment.
for later: if at the end we decide to merge ds components to 6.0 not 5.0, we probably won’t need this
| </button> | ||
| </twig:ibexa:button> | ||
| <div class="ibexa-login__link-wrapper"> | ||
| <a href="{{ path('ibexa.user.forgot_password') }}" tabindex="4">{{ 'authentication.forgot_password'|trans|desc('Forgot your password?') }}</a> |
There was a problem hiding this comment.
I have not been adding twig:ibexa:link to links which do not have any ibexa- css class.
| @@ -37,13 +37,15 @@ | |||
| <td class="ibexa-table__cell">{{ 'url.label.address'|trans|desc('Address') }}</td> | |||
| <td class="ibexa-table__cell ibexa-table__cell--has-action-btns"> | |||
| <a href="{{ url.url }}" target="_blank">{{ url.url }}</a> | |||
There was a problem hiding this comment.
I have not been adding twig:ibexa:link to links which do not have any ibexa- css class.
| onClick={handleClick} | ||
| disabled={disabled} | ||
| title={title} | ||
| className={`c-action-btn${type ? ` c-action-btn--${type}` : ''}`} |
There was a problem hiding this comment.
nitpick: maybe you could bring back createCssClassNames to silence sonar?
fd88a6c to
2fd6a84
Compare
|



Description:
For QA:
Documentation: