-
Notifications
You must be signed in to change notification settings - Fork 75
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
Plugin flow builder - Adding payload to buttons #2318
Merged
vanbasten17
merged 4 commits into
feat/botonic-plugin-flow-builder
from
feat/payloads-in-buttons
Mar 31, 2023
Merged
Plugin flow builder - Adding payload to buttons #2318
vanbasten17
merged 4 commits into
feat/botonic-plugin-flow-builder
from
feat/payloads-in-buttons
Mar 31, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
manuelalferez
changed the base branch from
master
to
feat/botonic-plugin-flow-builder
March 28, 2023 15:14
manuelalferez
requested review from
AinaVendrell,
asastre and
vanbasten17
and removed request for
AinaVendrell
March 28, 2023 15:14
vanbasten17
force-pushed
the
feat/payloads-in-buttons
branch
from
March 30, 2023 10:58
d9269cb
to
d1b1181
Compare
vanbasten17
approved these changes
Mar 30, 2023
Iru89
reviewed
Mar 31, 2023
packages/botonic-plugin-flow-builder/src/flow-builder-models.ts
Outdated
Show resolved
Hide resolved
Co-authored-by: Oriol Raventós <36898236+Iru89@users.noreply.github.com>
Iru89
approved these changes
Mar 31, 2023
vanbasten17
added a commit
that referenced
this pull request
Apr 19, 2023
* fix(plugin-flow-builder): fixing PayloadLocal in button * feat(plugin-flow-builder): adding payload to buttons * chore(plugin-flow-builder): updating package lock * fix(plugin-flow-builder): fix type for UrlLocale Co-authored-by: Oriol Raventós <36898236+Iru89@users.noreply.github.com> --------- Co-authored-by: Marc Rabat Pla <35448568+vanbasten17@users.noreply.github.com> Co-authored-by: Oriol Raventós <36898236+Iru89@users.noreply.github.com>
vanbasten17
added a commit
that referenced
this pull request
Apr 19, 2023
* fix(plugin-flow-builder): fixing PayloadLocal in button * feat(plugin-flow-builder): adding payload to buttons * chore(plugin-flow-builder): updating package lock * fix(plugin-flow-builder): fix type for UrlLocale Co-authored-by: Oriol Raventós <36898236+Iru89@users.noreply.github.com> --------- Co-authored-by: Marc Rabat Pla <35448568+vanbasten17@users.noreply.github.com> Co-authored-by: Oriol Raventós <36898236+Iru89@users.noreply.github.com>
vanbasten17
added a commit
that referenced
this pull request
Apr 19, 2023
…lder package (#2302) * feat(botonic-plugin-flow-builder): set main package structure * chore(plugin-flow-builder): rename subtype to action, bump alpha version * chore(plugin-flow-builder): bump alpha version * feat(plugin-flow-builder): read flowContents in pre * fix(plugin-flow-builder): rename queueId to queue_id * chore(plugin-flow-builder): bump alpha version * feat(plugin-flow-builder): pass getLocale function from constructor * feat(plugin-flow-builder): add startId function * chore(plugin-flow-builder): bump alpha version * chore(plugin-flow-builder): check only queue schedule availability, add some triple equals * feat(plugin-flow-builder): passing acccess token method to plugin * chore(plugin-flow-builder): fix initialization of options and read HUBTYPE_API_URL from env var * chore(plugin-flow-builder): move getImageByLocale to ContentBase class and export Plugin types * Plugin Flow Builder - Make handoff simpler (#2313) * feat(plugin-flow-builder): fixing errors with getLocate and misspelling * feat(plugin-flow-builder): removing getOpenQueues, added missing options, moving message to FlowBuilderActionProps * fix(plugin-flow-builder): Removed console logs * chore(plugin-flow-builder): add session to types for getLocale --------- Co-authored-by: Marc Rabat <marcrabat@gmail.com> * chore(plugin-flow-builder): add missing types * chore(plugin-flow-builder): rename hubtype-models to flow-builder-models * refactor(plugin-flow-builder): get rid of Ht prefix * refactor(plugin-flow-builder): refactor types to match the ones in JSON schema * refactor(plugin-flow-builder): renaming and create content-fields as a module folder * chore(plugin-flow-builder): bump alpha version * fix(plugin-flow-builder): quick fix for button urls * chore(plugin-flow-builder): bump alpha version * chore(plugin-flow-builder): add check for urlButton and bump alpha * Plugin flow builder - Adding payload to buttons (#2318) * fix(plugin-flow-builder): fixing PayloadLocal in button * feat(plugin-flow-builder): adding payload to buttons * chore(plugin-flow-builder): updating package lock * fix(plugin-flow-builder): fix type for UrlLocale Co-authored-by: Oriol Raventós <36898236+Iru89@users.noreply.github.com> --------- Co-authored-by: Marc Rabat Pla <35448568+vanbasten17@users.noreply.github.com> Co-authored-by: Oriol Raventós <36898236+Iru89@users.noreply.github.com> * fix(plugin-flow-builder): patching url buttons not working in carousels * chore(plugin-flow-builder): bump alpha with carousel fix * chore(plugin-flow-builder): add typings for Fallback and Video nodes --------- Co-authored-by: Oriol Raventos <o.raventos.89@gmail.com> Co-authored-by: Manuel Alférez Ruiz <manuelalferezruiz@gmail.com> Co-authored-by: Oriol Raventós <36898236+Iru89@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Context
Approach taken / Explain the design
To document / Usage example
Testing
The pull request...