cal.pub0.org/apps/web/components
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
..
apps Fixes select getting darkmode text color even on lightmode (#7799) 2023-03-17 15:34:26 +05:30
auth Enforces explicit type imports (#7158) 2023-02-16 15:39:57 -07:00
availability Made Skeleton Loader for Availibilty Page look more like actual content of the page (#7415) 2023-03-03 18:08:10 -07:00
booking fix redirect for recurring events (#7821) 2023-03-22 11:22:40 -04:00
dialog fixed location input, date overwrite dialog (#7778) 2023-03-20 18:55:40 +01:00
error
eventtype Fixes formatted description in email (#7696) 2023-03-23 12:00:42 +00:00
getting-started fix: use zod in getting started and settings (#7698) 2023-03-21 10:43:07 +00:00
integrations Enforces explicit type imports (#7158) 2023-02-16 15:39:57 -07:00
layouts
schemas
security feat(web): improve session retrieval performance (#7584) 2023-03-10 23:45:24 +00:00
settings feat(web): improve session retrieval performance (#7584) 2023-03-10 23:45:24 +00:00
setup feat(web): improve session retrieval performance (#7584) 2023-03-10 23:45:24 +00:00
team/screens Fixes formatted description in email (#7696) 2023-03-23 12:00:42 +00:00
ui Edit location dialog select (#7833) 2023-03-20 19:46:22 +01:00
AddToHomescreen.tsx
AdditionalCalendarSelector.tsx Enforces explicit type imports (#7158) 2023-02-16 15:39:57 -07:00
AppListCard.tsx fix: ui inconsistency in calendar app (#7209) 2023-03-09 00:16:26 +01:00
AppsShell.tsx
BookingsShell.tsx
DestinationCalendarSelector.tsx Fixes select getting darkmode text color even on lightmode (#7799) 2023-03-17 15:34:26 +05:30
Embed.tsx [CAL-1096] Embed selection modal - UI update (#7327) 2023-03-20 15:52:54 +08:00
Gates.tsx Enforces explicit type imports (#7158) 2023-02-16 15:39:57 -07:00
I18nLanguageHandler.tsx
ImageUploader.tsx Enforces explicit type imports (#7158) 2023-02-16 15:39:57 -07:00
Loader.tsx
NavTabs.tsx Enforces explicit type imports (#7158) 2023-02-16 15:39:57 -07:00
SettingsShell.tsx Fixed href's to go to the right place (#7377) 2023-02-24 11:39:09 -07:00
Slider.tsx