cal/packages/app-store/ee/routing-forms
Omar López 16adf86c8c
Upgrades typescript to 4.9.4 (#6747)
* Upgrades typescript to 4.9.4

* Type fixes
2023-01-26 18:50:56 -07:00
..
api App Store Templates (#5289) 2023-01-18 15:30:25 -07:00
components Upgrades typescript to 4.9.4 (#6747) 2023-01-26 18:50:56 -07:00
emails Send Email to Owner on Form Submission (#5261) 2022-11-03 20:10:03 +05:30
lib Fix/Next.js-13/Circular Dependency in Routing Forms (#6321) 2023-01-07 15:50:28 +00:00
pages Reduce bundle size by importing single icons at a time (#6644) 2023-01-23 23:08:01 +00:00
playwright/tests generic <UpgradeScreen> component (#6594) 2023-01-23 10:58:41 +01:00
static Routing Forms Improvements - Rename routing_forms to routing-forms (#4546) 2022-09-22 22:53:43 +05:30
test/lib Feature/Routing-Forms/Reporting (#5375) 2022-11-11 09:57:44 +00:00
types Fix/Next.js-13/Circular Dependency in Routing Forms (#6321) 2023-01-07 15:50:28 +00:00
_metadata.ts Admin apps UI (#5494) 2022-12-07 14:47:02 -07:00
config.json Routing Forms Improvements - Rename routing_forms to routing-forms (#4546) 2022-09-22 22:53:43 +05:30
env.d.ts Routing Forms Improvements - Rename routing_forms to routing-forms (#4546) 2022-09-22 22:53:43 +05:30
index.ts 🧹 One `calcom/ui` import to rule them all (#5561) 2022-11-22 19:55:25 -07:00
jsonLogicToPrisma.ts Feature/Routing-Forms/Reporting (#5375) 2022-11-11 09:57:44 +00:00
package.json Routing Forms Improvements - Rename routing_forms to routing-forms (#4546) 2022-09-22 22:53:43 +05:30
README.md Add routing-forms README (#6506) 2023-01-17 17:58:10 +01:00
trpc-router.ts Feature/Routing Forms: Add the concepts of reusable Router and Router Linked Fields. (#5566) 2023-01-04 13:30:46 +00:00
zod.ts Feature/Routing Forms: Add the concepts of reusable Router and Router Linked Fields. (#5566) 2023-01-04 13:30:46 +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