-
Notifications
You must be signed in to change notification settings - Fork 11.6k
feat: workflows v3 UI #22772
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
feat: workflows v3 UI #22772
Changes from all commits
7c205e5
e30e6fe
f6673a7
0aea12b
20ed648
5efda2e
9ac7942
02013c2
78a8da3
41fd53b
18bee8f
b0d43cc
522f6fc
0575ca7
a07e87b
5791c37
f8983a4
c08db85
50e4b83
ea79849
9e7627e
a1563f3
2c08eed
e04aa5b
7697541
a33aaf2
4e34d80
40a482c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||
|---|---|---|---|---|---|---|---|---|
|
|
@@ -846,6 +846,7 @@ | |||||||
| "phone_number_subscription_cancelled_successfully": "Phone number subscription canceled successfully", | ||||||||
| "updating": "Updating", | ||||||||
| "round_robin": "Round Robin", | ||||||||
| "hi_how_are_you_doing": "Hi, how are you doing?", | ||||||||
| "round_robin_description": "Cycle meetings between multiple team members.", | ||||||||
| "managed_event": "Managed Event", | ||||||||
| "username_placeholder": "username", | ||||||||
|
|
@@ -2341,7 +2342,6 @@ | |||||||
| "could_not_charge_card": "Could not charge card for payment.", | ||||||||
| "insights": "Insights", | ||||||||
| "routing_forms": "Routing Forms", | ||||||||
| "testing_workflow_info_message": "When testing this workflow, be aware that Emails and SMS can only be scheduled at least 1 hour in advance", | ||||||||
| "insights_no_data_found_for_filter": "No data found for the selected filter or selected dates.", | ||||||||
| "acknowledge_booking_no_show_fee": "I acknowledge that if I do not attend this event that a {{amount, currency}} no show fee will be applied to my card.", | ||||||||
| "days": "days", | ||||||||
|
|
@@ -3594,6 +3594,7 @@ | |||||||
| "webhook_trigger_event": "The name of the trigger event (e.g., BOOKING_CREATED, BOOKING_CANCELLED)", | ||||||||
| "webhook_created_at": "The time of the webhook", | ||||||||
| "webhook_type": "The event type slug", | ||||||||
| "set_up_agent": "Set up Agent", | ||||||||
| "webhook_title": "The event type name", | ||||||||
| "webhook_start_time": "The event's start time", | ||||||||
| "webhook_end_time": "The event's end time", | ||||||||
|
|
@@ -3652,5 +3653,6 @@ | |||||||
| "before_scheduled_start_time": "Before scheduled start time", | ||||||||
| "cancel_booking_acknowledge_no_show_fee": "I acknowledge that by cancelling the booking within {{timeValue}} {{timeUnit}} of the start time I will be charged the no show fee of {{amount, currency}}", | ||||||||
| "contact_organizer": "If you have any questions, please contact the organizer.", | ||||||||
| "testing_sms_workflow_info_message": "When testing this workflow, be aware that SMS need to be scheduled at least 15 minutes in advance", | ||||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I updated this info message, this was wrong now that we use SMTP + tasker for sending workflow emails |
||||||||
| "ADD_NEW_STRINGS_ABOVE_THIS_LINE_TO_PREVENT_MERGE_CONFLICTS": "↑↑↑↑↑↑↑↑↑↑↑↑↑ Add your new strings above here ↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑" | ||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 💡 Verification agent 🧩 Analysis chainFix grammar in user-facing copy; consider parametrizing minutes. “SMS need to be scheduled” → “SMS messages must be scheduled”. Immediate fix: - "testing_sms_workflow_info_message": "When testing this workflow, be aware that SMS need to be scheduled at least 15 minutes in advance"
+ "testing_sms_workflow_info_message": "When testing this workflow, SMS messages must be scheduled at least 15 minutes in advance"Optional: make minutes configurable/localizable, e.g. Confirm old key was removed everywhere and new key is referenced: 🏁 Script executed: #!/bin/bash
# Old key should have no references
rg -n --no-ignore -S "\btesting_workflow_info_message\b" .
# New key should be referenced in code
rg -n --no-ignore -S "\btesting_sms_workflow_info_message\b" packages/ apps/Length of output: 7890 Fix grammar, sync i18n keys across locales, and parametrize minutes Search shows the old key testing_workflow_info_message still exists in i18n.lock and many non‑en locale files while the new key testing_sms_workflow_info_message is present only in en and referenced by the code — reconcile these now.
- "testing_sms_workflow_info_message": "When testing this workflow, be aware that SMS need to be scheduled at least 15 minutes in advance"
+ "testing_sms_workflow_info_message": "When testing this workflow, SMS messages must be scheduled at least 15 minutes in advance"
📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||||
| } | ||||||||
Uh oh!
There was an error while loading. Please reload this page.