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

Feedback flow commands #94

Merged
merged 4 commits into from
Jan 11, 2024
Merged

Feedback flow commands #94

merged 4 commits into from
Jan 11, 2024

Conversation

justinorringer
Copy link
Contributor

  • One part needs to use chrome to toggle a modal.
  • Another redirect (in a future pr, I think I'll change redirects for the URL to be sent from the backend)

@@ -19,7 +22,8 @@ const loadMessage = async (
content: Promise<PostTalkResponse> | PostTalkResponse | string | undefined,
setMessages: SetMessages,
minTimeout: number,
processors: Array<MessageProcessor>
processors: Array<MessageProcessor>,
toggleFeedbackModal: (isOpen: boolean) => void
Copy link
Member

Choose a reason for hiding this comment

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

worth to have a "features" or "options" object in here with the toggleFeedbackModel and other things like "openPendoTour" and so on, i'm sure this list will grow !

Copy link
Contributor Author

Choose a reason for hiding this comment

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

thatd make sense! I'll update that in a bit

Copy link
Member

@josejulio josejulio left a comment

Choose a reason for hiding this comment

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

lgtm

@justinorringer justinorringer merged commit aa97e35 into main Jan 11, 2024
1 check 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.

2 participants