cal.pub0.org/apps/web
Carina Wollendorfer f6d7568d0a
Fixes formatted description in email (#7696)
* fix description in email

* add styling for lists

* sanitize editor input before saving

* sanitize eventTypeDescription

* santize html when used dangerouslySetInnerHTML

* fix server side sanitation

* add missing formatting and sanitation

* move @ts-expect-error to correct line

* fix type error and add yarn.lock

* fix build error

* sanitize description for booking page and availability page

* rename to markdownAndSanitize

* always add list formatting

* handle empty description in markdownAndSanitize for cleaner code

* create function for clientside markdown rendering and sanitizing

* fix type error

* code clean up

* Now that eventType.descriptionAsSafeHTML is added at all the missing places, we can do away with ts-ignore and get type safety

* Remove unused variable

* Remove one more ts-expect-error

---------

Co-authored-by: CarinaWolli <wollencarina@gmail.com>
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-03-23 12:00:42 +00:00
..
components Fixes formatted description in email (#7696) 2023-03-23 12:00:42 +00:00
docs Fix SAML login (#4037) 2022-08-30 12:25:24 -06:00
fonts feat: use `@next/font` for font loading (#6346) 2023-02-17 18:53:17 +01:00
lib fix: pass timeFormat to booking page (#7642) 2023-03-22 15:45:16 +05:30
pages Fixes formatted description in email (#7696) 2023-03-23 12:00:42 +00:00
playwright test: add multiple guests e2e test (#7774) 2023-03-17 12:33:54 +05:30
public i18n for cal video sidebar (#7862) 2023-03-21 23:06:04 +08:00
scripts Eslint fixes (#1898) 2022-02-18 16:53:45 +00:00
server/lib feat(web): improve session retrieval performance (#7584) 2023-03-10 23:45:24 +00:00
styles max-height for description + scroll bar, removing description icon (#7535) 2023-03-06 16:44:31 +00:00
test Fixes that sometimes last shown slot was unavailable (#7804) 2023-03-17 13:02:56 -07:00
.eslintignore Upgrades yarn v1 to v3. Improves CI times by 2x (#7738) 2023-03-15 15:01:04 -07:00
.gitignore Bugfix/revert e5ba8616 (#5479) 2022-11-11 09:47:11 +00:00
.nvmrc chore: bump node version to v18 (#7310) 2023-03-15 20:15:16 +00:00
.prettierignore Upgrades yarn v1 to v3. Improves CI times by 2x (#7738) 2023-03-15 15:01:04 -07:00
calendso.yaml Deprecated API endpoints cleanup (#5478) 2022-11-11 19:54:44 +00:00
middleware.ts Enforces explicit type imports (#7158) 2023-02-16 15:39:57 -07:00
next-i18next.config.js Migrates all tRPC code to a monorepo package (#3484) 2022-07-22 11:27:06 -06:00
next.config.js feat: use next transpile packages feature (#7527) 2023-03-06 13:10:39 +00:00
package.json Fixes formatted description in email (#7696) 2023-03-23 12:00:42 +00:00
postcss.config.js Migrated cal.com to apps/web 2022-02-10 14:22:45 -07:00
project.toml Migrated cal.com to apps/web 2022-02-10 14:22:45 -07:00
sentry.client.config.js Bugfix/revert e5ba8616 (#5479) 2022-11-11 09:47:11 +00:00
sentry.properties Bugfix/revert e5ba8616 (#5479) 2022-11-11 09:47:11 +00:00
sentry.server.config.js Bugfix/revert e5ba8616 (#5479) 2022-11-11 09:47:11 +00:00
tailwind.config.js Revert "experiment: disco border (#6531)" 2023-01-18 19:29:36 +00:00
tsconfig.json Routing Forms Improvements - Rename routing_forms to routing-forms (#4546) 2022-09-22 22:53:43 +05:30