Skip to content

Commit

Permalink
feat(editor): ✨ Team workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed May 13, 2022
1 parent 6c29865 commit 2fe6c7b
Show file tree
Hide file tree
Showing 131 changed files with 3,269 additions and 1,227 deletions.
5 changes: 2 additions & 3 deletions apps/builder/assets/emails/invitationToCollaborate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -335,9 +335,8 @@ export const invitationToCollaborate = (
color: #000000;
"
>
From now on you will see this
typebot in your dashboard under
the "Shared with me" button 👍
From now on you will have access to this
typebot in their workspace 👍
</div>
</td>
</tr>
Expand Down
16 changes: 16 additions & 0 deletions apps/builder/assets/icons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -435,3 +435,19 @@ export const MouseIcon = (props: IconProps) => (
/>
</Icon>
)

export const HardDriveIcon = (props: IconProps) => (
<Icon viewBox="0 0 24 24" {...featherIconsBaseProps} {...props}>
<line x1="22" y1="12" x2="2" y2="12"></line>
<path d="M5.45 5.11L2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z"></path>
<line x1="6" y1="16" x2="6.01" y2="16"></line>
<line x1="10" y1="16" x2="10.01" y2="16"></line>
</Icon>
)

export const CreditCardIcon = (props: IconProps) => (
<Icon viewBox="0 0 24 24" {...featherIconsBaseProps} {...props}>
<rect x="1" y="4" width="22" height="16" rx="2" ry="2"></rect>
<line x1="1" y1="10" x2="23" y2="10"></line>
</Icon>
)
24 changes: 0 additions & 24 deletions apps/builder/components/account/AccountHeader.tsx

This file was deleted.

70 changes: 0 additions & 70 deletions apps/builder/components/account/BillingSection.tsx

This file was deleted.

137 changes: 0 additions & 137 deletions apps/builder/components/account/PersonalInfoForm.tsx

This file was deleted.

22 changes: 0 additions & 22 deletions apps/builder/components/account/SubscriptionTag.tsx

This file was deleted.

Loading

0 comments on commit 2fe6c7b

Please sign in to comment.