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(/welcome): add messages for new intents and results #482

Merged
merged 3 commits into from
Dec 9, 2024

Conversation

DarianM
Copy link
Contributor

@DarianM DarianM commented Nov 27, 2024

Copy link

netlify bot commented Nov 27, 2024

Deploy Preview for webmonetization-preview ready!

Name Link
🔨 Latest commit decbdaa
🔍 Latest deploy log https://app.netlify.com/sites/webmonetization-preview/deploys/675191b5f4db29000885191b
😎 Deploy Preview https://deploy-preview-482--webmonetization-preview.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.

@w3cbot
Copy link

w3cbot commented Nov 28, 2024

raducristianpopa marked as non substantive for IPR from ash-nazg.

}

type Intent = 'connect' | 'funds'
type Intent = 'connect' | 'reconnect' | 'funds' | 'update_budget'
Copy link
Collaborator

Choose a reason for hiding this comment

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

We need to add messages for reconnect and update_budget as well.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

added messages for update_budget intent.
for the reconnect intent we don't need messages as we reuse the grant we have (we do not ask to accept/reject grant), KEY_SUCCESS and KEY_ERROR act as messages for reconnect

@sidvishnoi sidvishnoi changed the title chore: add new intent and results welcome page feat(/welcome): add messages for new intents and results Dec 5, 2024
@raducristianpopa raducristianpopa merged commit 985ebf4 into WICG:main Dec 9, 2024
6 checks passed
@DarianM DarianM deleted the update-intent branch December 9, 2024 08:54
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.

Add missing results and intents to welcome page Add new intent and result to welcome page
4 participants