Ren

Results 62 comments of Ren

@harmonyromo The PR is complete. If possible, please help me check if the testing cases [here](https://github.com/WordPress/wordcamp.org/pull/1328#issue-2318534779) meet the requirements. Thank you!

> If we want to load the content from a linked Lesson Plan I guess we'll need a block with conditional rendering to handle the Lesson Plan being defined or...

Closed in favor of https://github.com/WordPress/Learn/pull/3052

Some updates from previous findings: Initially, I spent some time on meeting-calendar, but due to a bunch of outdated/deprecated packages, I was unable to build it locally, and it also...

Currently, the ticket-related data is stored in usermeta after ticket purchase completion, and then fetched directly from usermeta on the profile. **wporg-profiles/class-wporg-profiles.ph** ``` $wordcamp_ticket_history = get_user_meta( $this->user_id, 'wordcamp_ticket_history' ); ```...

Regarding the UI, it currently uses a table layout for desktop. For mobile, I'm thinking an accordion style might work well, showing only the event name initially, with more details...

Related Discussion: https://wordpress.slack.com/archives/C08M59V3P/p1717000539205949 Fix Missing Banner: https://github.com/WordPress/wordcamp.org/issues/1338

When I previously helped develop the website, and from feedback I saw over time, it doesn't matter if content and media aren't cloned. But patterns, template parts, and templates are...

Some findings: 1. The site cloner in the local environment is not functioning. 2. The customizer additional CSS and the site editor’s additional CSS in the local environment cannot be...