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-30326: As a user I want to see if my search in UDW has no results #168

Conversation

tischsoic
Copy link
Contributor

@@ -45,7 +45,8 @@
}

.c-search__submit[disabled] {
opacity: 0.75;
opacity: 0.3;
cursor: not-allowed;
Copy link
Contributor Author

@tischsoic tischsoic Mar 22, 2019

Choose a reason for hiding this comment

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

Note: I slightly changed styles of:
Screen Shot 2019-03-22 at 11 08 31
to match:
Screen Shot 2019-03-22 at 11 08 41
both in disabled state.

@@ -41,7 +36,6 @@ export default class BookmarksComponent extends Component {
perPage={bookmarksPerPage}
contentTypesMap={contentTypesMap}
title={tableTitle}
noItemsMessage={noBookmarksMessage}
Copy link
Member

Choose a reason for hiding this comment

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

Why bookmark tables will not have this message anymore?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It was never used in Bookmarks, it must have stayed after some modifications in the past.

}

const searchTipsTitle = Translator.trans(/*@Desc("Some helpful search tips:")*/ 'search.tips.headline', {}, 'search');
const searchTip1 = Translator.trans(/*@Desc("Check spelling of keywords.")*/ 'search.tips.check_spelling', {}, 'search');
Copy link
Member

Choose a reason for hiding this comment

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

Please, never ever use a variable named text{number}

canSelectContent={canSelectContent}
onItemRemove={onItemRemove}
multiple={multiple}
noItemsMessage={`Sorry, no results were found for "${lastSearchText}".`}
Copy link
Member

Choose a reason for hiding this comment

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

Translation

@tischsoic tischsoic force-pushed the EZP-30326-as-user-I-want-to-see-if-my-search-in-UDW-has-no-results branch from 032ef4c to 8a5a00a Compare March 25, 2019 14:27
@tischsoic tischsoic requested a review from dew326 March 25, 2019 14:29
@lserwatka lserwatka merged commit 847bccc into 1.4 Mar 26, 2019
@lserwatka lserwatka deleted the EZP-30326-as-user-I-want-to-see-if-my-search-in-UDW-has-no-results branch March 26, 2019 13:29
@lserwatka
Copy link
Member

You can merge it up.

@tischsoic
Copy link
Contributor Author

Merged up:

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.

4 participants