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

Do not display tooltips in mobile or Cordova, for Jira issue 174 #3791

Merged
merged 4 commits into from
Dec 7, 2023

Conversation

SailingSteve
Copy link
Member

Resolves https://wevoteusa.atlassian.net/browse/WV-174
Removes sign in with Facebook from Cordova Android (temporary).

Resolves https://wevoteusa.atlassian.net/browse/WV-174
Removes sign in with Facebook from Cordova Android (temporary).
Resolves https://wevoteusa.atlassian.net/browse/WV-174
Removes sign in with Facebook from Cordova Android (temporary).
Resolves https://wevoteusa.atlassian.net/browse/WV-174
Removes sign in with Facebook from Cordova Android (temporary).
Resolves https://wevoteusa.atlassian.net/browse/WV-174
Removes sign in with Facebook from Cordova Android (temporary).
@DaleMcGrew
Copy link
Member

👍 Thank you @SailingSteve!

@DaleMcGrew DaleMcGrew merged commit a3e4cdf into wevote:develop Dec 7, 2023
2 checks passed
@@ -24,7 +25,7 @@ function ToolBar (params) {
className="u-no-underline"
url="https://twitter.com/WeVote"
target="_blank"
body={(
body={isMobileScreenSize() ? (<span />) : (
Copy link
Member

Choose a reason for hiding this comment

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

@SailingSteve Instead of just showing a span in mobile screensize, could we show the IconButton block without the Tooltip wrapper? (for all of the places in this file where you set isMobileScreenSize to remove the Tooltip) I could be mistaken, but it looks like your change removes the icon in mobile view as well as the Tooltip.

@SailingSteve SailingSteve deleted the steveWebAppDec5-150pm branch December 11, 2023 23:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants