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

feat(ui): flag trigger #631

Merged
merged 10 commits into from
Jan 22, 2024
Merged

feat(ui): flag trigger #631

merged 10 commits into from
Jan 22, 2024

Conversation

bimalgrg519
Copy link
Collaborator

@bimalgrg519 bimalgrg519 commented Dec 26, 2023

Fixes #314

@cre8ivejp cre8ivejp changed the title feat: flag trigger feat(ui): flag trigger Dec 27, 2023
"trigger.enableTrigger": "Enable Trigger",
"trigger.lastTriggered": "Last Triggered",
"trigger.resetTriggerDialogBtnLabel": "Reset",
"trigger.resetTriggerDialogMessage": "The current URL will become invalid. Ensure that you copy and save the new URL.",
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
"trigger.resetTriggerDialogMessage": "The current URL will become invalid. Ensure that you copy and save the new URL.",
"trigger.resetTriggerDialogMessage": "The current URL will become invalid. Ensure that you copy and store the new URL.",

"trigger.triggerType": "Type",
"trigger.triggerURL": "Trigger URL",
"trigger.triggerUrlDescription": "Once you leave this page, the URL will be hidden.",
"trigger.triggerUrlTitle": "Copy and save this URL.",
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
"trigger.triggerUrlTitle": "Copy and save this URL.",
"trigger.triggerUrlTitle": "Copy and store this URL.",

}),
triggerUrlTitle: defineMessage({
id: 'trigger.triggerUrlTitle',
defaultMessage: 'Copy and save this URL.',
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
defaultMessage: 'Copy and save this URL.',
defaultMessage: 'Copy and store this URL.',

resetTriggerDialogMessage: defineMessage({
id: 'trigger.resetTriggerDialogMessage',
defaultMessage:
'The current URL will become invalid. Ensure that you copy and save the new URL.',
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
'The current URL will become invalid. Ensure that you copy and save the new URL.',
'The current URL will become invalid. Ensure that you copy and store the new URL.',

description: defineMessage({
id: 'trigger.description',
defaultMessage:
'Use triggers to turn a flag on or off remotely. See the {link}',
Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Contributor

github-actions bot commented Jan 19, 2024

CLA Assistant Lite bot All Contributors have signed the CLA.

@bimalgrg519
Copy link
Collaborator Author

/cla sign

2 similar comments
@bimalgrg519
Copy link
Collaborator Author

/cla sign

@bimalgrg519
Copy link
Collaborator Author

/cla sign

@kentakozuka
Copy link
Contributor

kentakozuka commented Jan 19, 2024

@bimalgrg519 sorry can you run /cla sign again?

@bimalgrg519
Copy link
Collaborator Author

/cla sign

@kentakozuka
Copy link
Contributor

Thanks 😄

@bimalgrg519
Copy link
Collaborator Author

Thank you @kentakozuka

Copy link
Member

@cre8ivejp cre8ivejp left a comment

Choose a reason for hiding this comment

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

Thank you!

@cre8ivejp cre8ivejp merged commit cd134b7 into bucketeer-io:main Jan 22, 2024
7 checks passed
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.

feat: flag trigger
3 participants