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

switch contact action to text #418

Conversation

joshreisner
Copy link
Contributor

Screenshot 2024-09-28 at 6 50 49 PM

closes #396

@joshreisner joshreisner requested a review from gkovats September 29, 2024 01:51
@joshreisner joshreisner self-assigned this Sep 29, 2024
@joshreisner joshreisner linked an issue Sep 29, 2024 that may be closed by this pull request
Copy link

netlify bot commented Sep 29, 2024

Deploy Preview for tsml-ui ready!

Name Link
🔨 Latest commit 8cd81bb
🔍 Latest deploy log https://app.netlify.com/sites/tsml-ui/deploys/66fbeec5f151a90008a200ba
😎 Deploy Preview https://deploy-preview-418--tsml-ui.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@@ -189,8 +189,8 @@ export default function Meeting({
if (meeting[`contact_${i}_phone` as keyof typeof Meeting])
Copy link
Collaborator

Choose a reason for hiding this comment

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

Not sure how often folks enter a phone without a name (contact_1_name doesn't exist but contact_1_phone does), could the group name default in the button label?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

thanks - i set it up this way to encourage admins to enter a name, since the intent of this field is to list individuals (there's a separate field in the plugin for group / meeting phone) but happy to discuss it

i'll move forward with this change since it's not altering the behavior

Copy link
Collaborator

@gkovats gkovats left a comment

Choose a reason for hiding this comment

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

Looks good, works well locally. Tested in English and Spanish. Put one question in, but it doesn't impact this change.

@joshreisner joshreisner merged commit 6794fcd into main Oct 1, 2024
6 checks passed
@joshreisner joshreisner deleted the 396-change-group-contact_x_phone-action-to-text-instead-of-call branch October 1, 2024 12:47
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.

change group contact_X_phone action to "Text" instead of "Call"
2 participants