cal.pub0.org/packages/app-store/routing-forms
Hariom Balhara 0e22e92cab
Feat: Support setting custom css variables through embed API. (#8169)
* Add booker border specific custom variables

* Support configuring cssVars through embed API

* Update apps/web/pages/booking/[uid].tsx

Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com>

---------

Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com>
2023-04-13 18:26:31 +00:00
..
api
components Replace react icons with lucidedev (#8146) 2023-04-12 17:26:31 +02:00
emails
lib
pages Feat: Support setting custom css variables through embed API. (#8169) 2023-04-13 18:26:31 +00:00
playwright/tests test: add other fields to routing form e2e (#8112) 2023-04-12 13:58:03 -07:00
static Feat/tokens + darkmode + theme support (#7876) 2023-04-05 18:14:46 +00:00
test/lib
types
DESCRIPTION.md [CAL-988] Limit total appointment time per day/week/month/year (#7166) 2023-03-10 21:00:19 +01:00
README.md
config.json Feat/tokens + darkmode + theme support (#7876) 2023-04-05 18:14:46 +00:00
env.d.ts
index.ts
jsonLogicToPrisma.ts
package.json
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