-
Notifications
You must be signed in to change notification settings - Fork 15
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
IBX-8418: Added drafts deletion warning to trash modal #1321
base: 4.6
Are you sure you want to change the base?
Conversation
18e70f5
to
4dc6d6d
Compare
Quality Gate passedIssues Measures |
@@ -15,6 +15,11 @@ | |||
{% endblock %} | |||
{% block body_content %} | |||
{{ 'trash.modal.send_to_trash.message'|trans|desc('Are you sure you want to send this Content item to Trash?') }} | |||
<div class="ibexa-modal__trash-option"> | |||
<p class="ibexa-modal__option-label ibexa-label form-label required"> |
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.
label with "*" as an explanation is probably not the best UX.
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.
@dew326 Don't we have the same for Conflicts with relations and Sub-items warnings?
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.
Not in this styling. The explanation is bigger and not gray.
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.
Ok, should I go with a simple paragraph then? Or any other example in which any particular html elements/classes should be used?
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.
Maybe we should add a new "trash_option" for example: "Drafts" and there put this explanation.
This is probably for @NataliaBecla and @juskora.
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.
Hi @NataliaBecla, can we get your feedback on this?
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.
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.
okay, will do, thank you
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.
Great @barw4 👌👍 Looks good
835b349
to
d21881b
Compare
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.
But don't we need to adjust corresponding Behat scenario here?
@ibexa/javascript-dev I had to change scss so re-review would be welcome d8d90a3 |
Quality Gate passedIssues Measures |
Related PRs:
ibexa/core#398
Description: