cal.pub0.org/packages/app-store/routing-forms
Hariom Balhara 41ef354c7b
fix: `FORM_SUBMITTED` webhook payload change and support for Team Webhooks with it (#10986)
2023-09-04 17:04:57 -04:00
..
api feat: Enable Apps for Teams & Orgs [CAL-1782] (#9337) 2023-07-06 16:48:39 +00:00
components perf: Booker-Bundle Size Improvement - Lazy load react-select, remove lodash and Dom Purify (#10814) 2023-08-18 11:13:21 -07:00
emails fix: Make routing-form a preinstalled app (#9836) 2023-07-26 16:44:19 +00:00
lib fix: data collection for headless router (#9183) 2023-08-23 11:12:51 -04:00
pages feat: sorting for workflow and routing forms (#10780) 2023-08-31 18:57:33 +00:00
playwright/tests fix: `FORM_SUBMITTED` webhook payload change and support for Team Webhooks with it (#10986) 2023-09-04 17:04:57 -04:00
static
test/lib fix: Routing Forms, Number operators were using string operands (#9182) 2023-06-01 20:29:13 +00:00
trpc fix: `FORM_SUBMITTED` webhook payload change and support for Team Webhooks with it (#10986) 2023-09-04 17:04:57 -04:00
types fix: Routing Forms, Number operators were using string operands (#9182) 2023-06-01 20:29:13 +00:00
DESCRIPTION.md chore/AppStore: Remove deprecated imageSrc and make the paths relative in logo (#8479) 2023-04-26 12:03:34 +01:00
README.md
config.json fix: Broken Embed Dialog in Routing Forms due to recent rewrite (#10434) 2023-08-02 19:40:53 +00:00
env.d.ts
index.ts
jsonLogicToPrisma.ts fix: Routing Forms, Number operators were using string operands (#9182) 2023-06-01 20:29:13 +00:00
package.json Sync packages 2023-08-31 12:57:59 -07:00
trpc-router.ts perf: tRPC procedures and middleware refactor (#8419) 2023-05-09 19:27:05 +00:00
zod.ts

README.md

Routing Forms App

How to run Tests

yarn e2e:app-store runs all Apps' tests. You can use describe.only() to run Routing Forms tests only.

Make sure that the app is running already with NEXT_PUBLIC_IS_E2E=1 so that the app is installable