-
Notifications
You must be signed in to change notification settings - Fork 40
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
SWC-7167 - project search button mobile text #5624
Conversation
src/main/resources/org/sagebionetworks/web/client/view/ProfileViewImpl.ui.xml
Show resolved
Hide resolved
src/main/resources/org/sagebionetworks/web/client/view/ProfileViewImpl.ui.xml
Show resolved
Hide resolved
src/main/resources/org/sagebionetworks/web/client/view/SearchViewImpl.ui.xml
Show resolved
Hide resolved
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.
Sorry for the delay, I missed this one. The UI changes make sense, but I think the buttons need to also be configured in the Java classes
I added click handlers for the three new buttons in the java impl files. |
src/main/java/org/sagebionetworks/web/client/view/ProfileViewImpl.java
Outdated
Show resolved
Hide resolved
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.
One cleanup request but does not block merge
@nickgros can you double check the changes to the search click handler look correct? TIA |
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.
LGTM!
Do not show project search button text on XS screens