-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Added tooltips to all Icon buttons #4661
Added tooltips to all Icon buttons #4661
Conversation
@iwiznia PR raised. Need help:
Let me know if you feel tooltips are required for those too. |
src/languages/es.js
Outdated
@@ -36,6 +36,10 @@ export default { | |||
contacts: 'Contactos', | |||
recents: 'Recientes', | |||
close: 'Cerrar', | |||
download: 'Descargar', | |||
pin: 'Alfiler', |
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.
pin: 'Alfiler', | |
pin: 'Anclar', |
src/languages/es.js
Outdated
download: 'Descargar', | ||
pin: 'Alfiler', | ||
unPin: 'Desprender', | ||
back: 'De vuelta', |
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.
back: 'De vuelta', | |
back: 'Volver', |
src/languages/es.js
Outdated
@@ -36,6 +36,10 @@ export default { | |||
contacts: 'Contactos', | |||
recents: 'Recientes', | |||
close: 'Cerrar', | |||
download: 'Descargar', | |||
pin: 'Alfiler', | |||
unPin: 'Desprender', |
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.
unPin: 'Desprender', | |
unPin: 'Desanclar', |
src/languages/es.js
Outdated
@@ -101,6 +105,7 @@ export default { | |||
nameEmailOrPhoneNumber: 'Nombre, email o número de teléfono', | |||
}, | |||
videoChatButtonAndMenu: { | |||
tooltip: 'Chat de video', |
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.
tooltip: 'Chat de video', | |
tooltip: 'Videollamada', |
Why not? |
Oh, also can you make sure to test in the other platforms? Even if it is to check there are no regressions and buttons look/work properly |
Sure. Let me tag the @Expensify/marketing team so they can check the copy (all new copy is in this file, they are the green lines) and give us copy for the tooltips of these buttons: I can then translate the new ones for you. |
@iwiznia One quick question, what are your thoughts on opening the FAB menu and the + icon menu on hover? rather than adding Tooltip? |
I am personally not quite fond of things that open on hover. In any case that's just one opinion, you can propose and discuss changes like that one in the slack channel. |
PR Updated with suggested translations and tooltip for send button. |
b. Green FAB on the LHN We are still waiting for those, right? |
Yes waiting. |
src/languages/es.js
Outdated
@@ -36,6 +36,10 @@ export default { | |||
contacts: 'Contactos', | |||
recents: 'Recientes', | |||
close: 'Cerrar', | |||
download: 'Descargar', | |||
pin: 'Anclar', |
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.
I would suggest using Fijar
. This is the terminology used in popular apps like WhatsApp and Twitter.
src/languages/es.js
Outdated
@@ -36,6 +36,10 @@ export default { | |||
contacts: 'Contactos', | |||
recents: 'Recientes', | |||
close: 'Cerrar', | |||
download: 'Descargar', | |||
pin: 'Anclar', | |||
unPin: 'Desanclar', |
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.
I would suggest using Desfijar
. This is the terminology used in popular apps like WhatsApp and Twitter.
@marklouisdeshaun Thanks, Mark. Will update. Can you help with the copy of the other two buttons? Floating Action Button in the sidebar and + button to open Add Attachments in the chat? |
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.
I tested this locally and seemed to work fine.
I agree with the proposed changes on the spanish translations.
This reverts commit 78fbef9.
@iwiznia @marklouisdeshaun Left with the copy & translation for the + action on ReportActionCompose. Can you help with that to close it at the earliest? |
I've set the labels as |
@marklouisdeshaun Can you help me with the copy of this button? So that this can be moved to closure? |
…ooltip-icon-button # Conflicts: # src/components/HeaderWithCloseButton.js # src/components/VideoChatButtonAndMenu.js
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
Hello @mananjadhav, any QA tests needed for this PR? |
@isagoico We've added tooltips to all icon buttons. While I've added checking all the codebase. Let me know if I've missed any. In addition to this, we might have to test the alignment. While I've added content to QA steps, I am not sure the best way to describe step for each icon button. |
🚀 Deployed to production by @roryabraham in version: 1.0.88-2 🚀
|
This has been deployed to production and is now subject to a 7-day regression period. |
Leaving a note here that the PR has caused a regression: #14043 |
@iwiznia Can you please review this?
Details
Wrapped all TouchableOpacity + Icon components with Tooltip.
Fixed Issues
$ #4499
Tests
QA Steps
Tested On
Screenshots
Web
Mobile Web
NA
Desktop
iOS
NA
Android
NA