Skip to content
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

EZP-28463: Updated design for Modal Send to trash #224

Merged
merged 4 commits into from
Dec 19, 2017
Merged

EZP-28463: Updated design for Modal Send to trash #224

merged 4 commits into from
Dec 19, 2017

Conversation

inakijv
Copy link
Contributor

@inakijv inakijv commented Dec 18, 2017

Question Answer
Tickets EZP-28463
Bug fix? no
New feature? no
BC breaks? no
Tests pass? no
Doc needed? no
License GPL-2.0

Most important aspect:

  • Updated design of modals Send to TRash

trash
ez platform 15
ez platform 16
ez platform 17
ez platform 18
ez platform 19
ez platform 20
languages

Checklist:

  • Coding standards ($ composer fix-cs)
  • Ready for Code Review

@inakijv
Copy link
Contributor Author

inakijv commented Dec 18, 2017

Updated based on review.

@dew326 dew326 requested review from sunpietro and micszo December 19, 2017 09:22
border-color: $ez-color-base-medium;

&:hover {
background-color: darken($ez-color-base-medium, 15%);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't we use colors defined in _custom.scss? Maybe we should new ones there?

.ez-content-view,
.ez-trash-list-view {
.ez-modal {
&--send-to-trash {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think one level of nesting might be omitted by setting .ez-modal--send-to-trash

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It can be improved here and there.

@@ -1,25 +1,26 @@
<div class="modal fade" id="delete-section-modal" tabindex="-1" role="dialog">
<div class="modal fade ez-modal--send-to-trash" id="delete-section-modal" tabindex="-1" role="dialog">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe ez-modal ez-modal--send-to-trash

@m-tyrala m-tyrala self-assigned this Dec 19, 2017
Copy link
Contributor

@m-tyrala m-tyrala left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Modal in context of the language detail view (Admin / Languages / language_name) has an reversed button order - Delete on the left, and Cancel on the right.

@dew326
Copy link
Member

dew326 commented Dec 19, 2017

ping @sunpietro @m-tyrala

Copy link
Contributor

@m-tyrala m-tyrala left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

QA tests ok.

@m-tyrala m-tyrala removed their assignment Dec 19, 2017
@lserwatka lserwatka merged commit 06155ae into ezsystems:master Dec 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

5 participants