website icon indicating copy to clipboard operation
website copied to clipboard

Add new lines and links to events calendar

Open Amyh11325 opened this issue 3 years ago • 3 comments

What

Make new lines and links show up on events calendar.

How

Run dompurify on user input from Google sheets to remove dangerous inputs Wrap links with tags and replace new lines with
Use setDangerouslyInnerHtml to set description content

Test

  • npm start
  • Go to http://localhost:3000/events
  • Check that event descriptions contain new lines and links Screen Shot 2023-02-13 at 8 43 07 PM

Amyh11325 avatar Feb 14 '23 04:02 Amyh11325

Quick update. @Amyh11325 reached out to me and looped me in some of the issues with DOMPurify with Next.js builds. I managed to get those working in the above changes. :D

bliutech avatar Apr 29 '23 07:04 bliutech

@ArshMalik02 Some of these action failures I don't think I can debug unless I get access to the Netlify console. The public details from the logs are not very helpful.

bliutech avatar Apr 29 '23 21:04 bliutech

@bliutech I and @JCamyre (deployment lead) will take a look at this issue.

ArshMalik02 avatar Apr 30 '23 02:04 ArshMalik02