Skip to content

Commit 91edd9e

Browse files
committed
feat: finalize B2B landing page and remove GDPR consent modal from widget
1 parent dbb6f86 commit 91edd9e

29 files changed

Lines changed: 409 additions & 123 deletions

File tree

.github/workflows/deploy-voice-agent.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,4 @@ jobs:
5454
5555
5656
57+

database/supabase/migrations/010_workflows.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,3 +120,4 @@ CREATE POLICY "System can insert workflow executions"
120120

121121

122122

123+

database/supabase/migrations/011_notifications.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,4 @@ $$ LANGUAGE plpgsql SECURITY DEFINER;
7272

7373

7474

75+

database/supabase/migrations/012_add_agent_avatar_url.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ COMMENT ON COLUMN public.agent_configs.avatar_url IS 'URL to the agent profile p
1212

1313

1414

15+

frontend/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,6 @@ yarn-error.log*
3939
# typescript
4040
*.tsbuildinfo
4141
next-env.d.ts
42+
43+
.vercel
44+
.env*.local

frontend/app/api/notifications/route.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,3 +109,4 @@ export async function POST(request: NextRequest) {
109109

110110

111111

112+

frontend/app/api/workflows/[id]/disable/route.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,4 @@ async function getAuthToken(supabase: any): Promise<string> {
6262

6363

6464

65+

frontend/app/api/workflows/[id]/enable/route.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,4 @@ async function getAuthToken(supabase: any): Promise<string> {
6262

6363

6464

65+

frontend/app/api/workflows/[id]/executions/route.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,4 @@ async function getAuthToken(supabase: any): Promise<string> {
6969

7070

7171

72+

frontend/app/api/workflows/[id]/test/route.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,4 @@ async function getAuthToken(supabase: any): Promise<string> {
6565

6666

6767

68+

0 commit comments

Comments
 (0)