cal/packages/app-store/routing-forms
Benny Joo ca78be011c
chore: [app-router-migration-1] migrate the pages in `settings/admin` to the app directory (#12561)
Co-authored-by: Dmytro Hryshyn <dev.dmytroh@gmail.com>
Co-authored-by: DmytroHryshyn <125881252+DmytroHryshyn@users.noreply.github.com>
Co-authored-by: zomars <zomars@me.com>
2023-12-01 13:07:26 -07:00
..
api refactor: Use template literal instead of '+' operator (#11444) 2023-10-03 11:52:19 -07:00
components fix: phone-number-input (#12266) 2023-11-27 10:27:01 +00:00
emails chore: [app-router-migration-1] migrate the pages in `settings/admin` to the app directory (#12561) 2023-12-01 13:07:26 -07:00
lib refactor: Use template literal instead of '+' operator (#11444) 2023-10-03 11:52:19 -07:00
pages chore: [app dir bootstrapping 9]: replace useSearchParams with useCompatSearchParams hook (#12056) 2023-11-16 13:38:27 -07:00
playwright/tests fix: getting-started crash and build failure (#12506) 2023-11-22 22:41:20 -07:00
static Feat/tokens + darkmode + theme support (#7876) 2023-04-05 18:14:46 +00:00
test/lib fix: Routing Forms, Number operators were using string operands (#9182) 2023-06-01 20:29:13 +00:00
trpc chore: [app-router-migration-1] migrate the pages in `settings/admin` to the app directory (#12561) 2023-12-01 13:07:26 -07:00
types fix: Routing Form - Show responses in the order of fields (#11143) 2023-09-07 15:22:39 +00:00
config.json fix: Broken Embed Dialog in Routing Forms due to recent rewrite (#10434) 2023-08-02 19:40:53 +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
env.d.ts Move routing forms outside of ee and use LicenseRequired component instead. (#7639) 2023-03-09 22:58:02 +00:00
index.ts Move routing forms outside of ee and use LicenseRequired component instead. (#7639) 2023-03-09 22:58:02 +00:00
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
README.md Move routing forms outside of ee and use LicenseRequired component instead. (#7639) 2023-03-09 22:58:02 +00:00
trpc-router.ts perf: tRPC procedures and middleware refactor (#8419) 2023-05-09 19:27:05 +00:00
zod.ts Move routing forms outside of ee and use LicenseRequired component instead. (#7639) 2023-03-09 22:58:02 +00:00

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