-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8751766
commit 2df8338
Showing
297 changed files
with
4,294 additions
and
3,991 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,3 +22,5 @@ firebaseServiceAccount.json | |
# Wordpress | ||
.svn | ||
tags | ||
|
||
dump.sql |
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
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
64 changes: 32 additions & 32 deletions
64
...nts/editor/StepsSideBar/StepTypeLabel.tsx → ...s/editor/BlocksSideBar/BlockTypeLabel.tsx
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,87 +1,87 @@ | ||
import { Text, Tooltip } from '@chakra-ui/react' | ||
import { | ||
BubbleStepType, | ||
InputStepType, | ||
IntegrationStepType, | ||
LogicStepType, | ||
StepType, | ||
BubbleBlockType, | ||
InputBlockType, | ||
IntegrationBlockType, | ||
LogicBlockType, | ||
BlockType, | ||
} from 'models' | ||
import React from 'react' | ||
|
||
type Props = { type: StepType } | ||
type Props = { type: BlockType } | ||
|
||
export const StepTypeLabel = ({ type }: Props): JSX.Element => { | ||
export const BlockTypeLabel = ({ type }: Props): JSX.Element => { | ||
switch (type) { | ||
case 'start': | ||
return <Text>Start</Text> | ||
case BubbleStepType.TEXT: | ||
case InputStepType.TEXT: | ||
case BubbleBlockType.TEXT: | ||
case InputBlockType.TEXT: | ||
return <Text>Text</Text> | ||
case BubbleStepType.IMAGE: | ||
case BubbleBlockType.IMAGE: | ||
return <Text>Image</Text> | ||
case BubbleStepType.VIDEO: | ||
case BubbleBlockType.VIDEO: | ||
return <Text>Video</Text> | ||
case BubbleStepType.EMBED: | ||
case BubbleBlockType.EMBED: | ||
return ( | ||
<Tooltip label="Embed a pdf, an iframe, a website..."> | ||
<Text>Embed</Text> | ||
</Tooltip> | ||
) | ||
case InputStepType.NUMBER: | ||
case InputBlockType.NUMBER: | ||
return <Text>Number</Text> | ||
case InputStepType.EMAIL: | ||
case InputBlockType.EMAIL: | ||
return <Text>Email</Text> | ||
case InputStepType.URL: | ||
case InputBlockType.URL: | ||
return <Text>Website</Text> | ||
case InputStepType.DATE: | ||
case InputBlockType.DATE: | ||
return <Text>Date</Text> | ||
case InputStepType.PHONE: | ||
case InputBlockType.PHONE: | ||
return <Text>Phone</Text> | ||
case InputStepType.CHOICE: | ||
case InputBlockType.CHOICE: | ||
return <Text>Button</Text> | ||
case InputStepType.PAYMENT: | ||
case InputBlockType.PAYMENT: | ||
return <Text>Payment</Text> | ||
case InputStepType.RATING: | ||
case InputBlockType.RATING: | ||
return <Text>Rating</Text> | ||
case LogicStepType.SET_VARIABLE: | ||
case LogicBlockType.SET_VARIABLE: | ||
return <Text>Set variable</Text> | ||
case LogicStepType.CONDITION: | ||
case LogicBlockType.CONDITION: | ||
return <Text>Condition</Text> | ||
case LogicStepType.REDIRECT: | ||
case LogicBlockType.REDIRECT: | ||
return <Text>Redirect</Text> | ||
case LogicStepType.CODE: | ||
case LogicBlockType.CODE: | ||
return ( | ||
<Tooltip label="Run Javascript code"> | ||
<Text>Code</Text> | ||
</Tooltip> | ||
) | ||
case LogicStepType.TYPEBOT_LINK: | ||
case LogicBlockType.TYPEBOT_LINK: | ||
return ( | ||
<Tooltip label="Link to another of your typebots"> | ||
<Text>Typebot</Text> | ||
</Tooltip> | ||
) | ||
case IntegrationStepType.GOOGLE_SHEETS: | ||
case IntegrationBlockType.GOOGLE_SHEETS: | ||
return ( | ||
<Tooltip label="Google Sheets"> | ||
<Text>Sheets</Text> | ||
</Tooltip> | ||
) | ||
case IntegrationStepType.GOOGLE_ANALYTICS: | ||
case IntegrationBlockType.GOOGLE_ANALYTICS: | ||
return ( | ||
<Tooltip label="Google Analytics"> | ||
<Text>Analytics</Text> | ||
</Tooltip> | ||
) | ||
case IntegrationStepType.WEBHOOK: | ||
case IntegrationBlockType.WEBHOOK: | ||
return <Text>Webhook</Text> | ||
case IntegrationStepType.ZAPIER: | ||
case IntegrationBlockType.ZAPIER: | ||
return <Text>Zapier</Text> | ||
case IntegrationStepType.MAKE_COM: | ||
case IntegrationBlockType.MAKE_COM: | ||
return <Text>Make.com</Text> | ||
case IntegrationStepType.PABBLY_CONNECT: | ||
case IntegrationBlockType.PABBLY_CONNECT: | ||
return <Text>Pabbly</Text> | ||
case IntegrationStepType.EMAIL: | ||
case IntegrationBlockType.EMAIL: | ||
return <Text>Email</Text> | ||
} | ||
} |
Oops, something went wrong.
2df8338
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
landing-page-v2 – ./apps/landing-page
typebot.io
get-typebot.com
www.get-typebot.com
www.typebot.io
landing-page-v2-typebot-io.vercel.app
landing-page-v2-git-main-typebot-io.vercel.app
2df8338
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
builder-v2 – ./apps/builder
builder-v2-git-main-typebot-io.vercel.app
app.typebot.io
builder-v2-typebot-io.vercel.app
2df8338
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
viewer-v2 – ./apps/viewer
bot.joof.it
gollum.riku.ai
chat.hayuri.id
yoda.riku.ai
bergamo.store
bot.jesopizz.it
bot.tvbeat.it
app.yvon.earth
talk.gocare.io
bots.bridge.ai
zap.fundviser.in
bot.contakit.com
fitness.riku.ai
demo.wemakebots.xyz
viewer.typebot.io
chatbot.matthesv.de
bot.dsignagency.com
bot.rihabilita.it
88584434.therpm.club
bot.danyservice.it
bot.barrettamario.it
92109660.therpm.club
hello.advergreen.com
bot.outstandbrand.com
bot.eikju.photography
bot.digitalpointer.id
criar.somaperuzzo.com
bot.ilmuseoaiborghi.it
bot.robertohairlab.it
bot.coachayongzul.com
michaeljackson.riku.ai
form.bridesquadapp.com
bot.pratikmandalia.com
88152257.actualizar.xyz
87656003.actualizar.xyz
91375310.actualizar.xyz
bot.hotelplayarimini.it
link.venturasuceder.com
arrivalx2.wpwakanda.com
invite.bridesquadapp.com
bot.amicidisanfaustino.it
chat.thehomebuyersusa.com
forms.hiabhaykulkarni.com
typebot-viewer.vercel.app
bot.adventureconsulting.hu
casestudyemb.wpwakanda.com
chat.atlasoutfittersk9.com
herbalife.barrettamario.it
homepageonly.wpwakanda.com
liveconvert.kandalearn.com
mainmenu1one.wpwakanda.com
bot.pinpointinteractive.com
tarian.theiofoundation.org
bot.polychromes-project.com
bot.seidinembroseanchetu.it
viewer-v2-typebot-io.vercel.app
forms.escoladeautomacao.com.br
bot.studiotecnicoimmobiliaremerelli.it
liveconvert2.kandalearn.com
viewer-v2-git-main-typebot-io.vercel.app
bot.seidibergamoseanchetu.it
2df8338
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
viewer-v2-alpha – ./apps/viewer
vhpage.cr8.ai
apo.nigerias.io
ar.nigerias.io
aso.nigerias.io
sat.cr8.ai
bt.id8rs.com
apr.nigerias.io
chat.sureb4.com
an.nigerias.io
am.nigerias.io
bot.upfunnel.art
sakuranembro.it
eventhub.com.au
games.klujo.com
stan.vselise.com
techyscouts.com
faqs.nigerias.io
clo.closeer.work
feedback.ofx.one
bot.piccinato.co
app.chatforms.net
voicehelp.cr8.ai
bot.cotemeuplano.com
zap.techadviser.in
typebot.stillio.com
bot.ansuraniphone.my
bot.incusservices.com
bot.eventhub.com.au
chat.hayurihijab.com
forms.webisharp.com
cdd.searchcube.com.sg
bot.meuesocial.com.br
form.searchcube.com.sg
c23111azqw.nigerias.io
gcase.barrettamario.it
mainmenu.diddancing.com
83242573.actualizar.xyz
kodawariab736.skeep.it
serviziaziendali.online
info.clickasuransi.com
form.sergiolimajr.com.br
hunterbot.saleshunter.ai
type.opaulovieira.com.br
aibot.angrybranding.co.uk
piazzatorre.barrettamario.it
boyfriend-breakup.riku.ai
type.dericsoncalari.com.br
onboarding.libertydreamcare.ie
agendamento.sergiolimajr.com.br
type.talitasouzamarques.com.br
bot.comercializadoraomicron.com
bookings.littlepartymonkeys.com
personal-trainer.barrettamario.it
preagendamento.sergiolimajr.com.br
viewer-v2-alpha-typebot-io.vercel.app
studiotecnicoimmobiliaremerelli.it
viewer-v2-alpha-git-main-typebot-io.vercel.app