cal.pub0.org/packages/app-store/routing-forms
Nafees Nazik 468da1f35a
feat: ability to reorder fields in multiple select in Routing Forms (#10927)
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com>
2023-09-27 12:22:57 +01:00
..
api
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: Routing Form - Show responses in the order of fields (#11143) 2023-09-07 15:22:39 +00:00
lib fix: data collection for headless router (#9183) 2023-08-23 11:12:51 -04:00
pages feat: ability to reorder fields in multiple select in Routing Forms (#10927) 2023-09-27 12:22:57 +01:00
playwright/tests fix: Routing Forms - Forward Query Params and show the error message in case of validation error in headless router (#11338) 2023-09-14 10:05:22 -04:00
static
test/lib
trpc fix: Routing Forms - Forward Query Params and show the error message in case of validation error in headless router (#11338) 2023-09-14 10:05:22 -04:00
types fix: Routing Form - Show responses in the order of fields (#11143) 2023-09-07 15:22:39 +00:00
DESCRIPTION.md
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
package.json Sync packages 2023-08-31 12:57:59 -07:00
trpc-router.ts
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