fix(events): correct visitor timezone, polish legacy /events, richer previews - #525
Merged
Conversation
…previews
- Fix event times/dates showing organizer's timezone instead of visitor's
(dateUtcIso now drives display on both /events and /events-new)
- Fix duplicate date shown twice in event modal (badge + text line)
- Fix cropped modal preview image (was clipped by a fixed aspect box)
- Rebuild legacy /events off MUI onto Tailwind, matching /events-new's
type scale, with a11y-focused states (focus rings, 44px targets)
- Add thumbnail + description excerpt to upcoming event cards, with
speaker-name extraction ("Featuring X, Y") when a description has one
- Extend YouTube thumbnail preview to any event with a recording/stream
link, not just Community Calls
- Fix date-badge alignment drift across cards (fixed width, was shrink-to-fit)
- Fix RichTextRenderer leaking new-design colors into legacy /faq and /ideas
Deploying website with
|
| Latest commit: |
9675462
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://fbb2d0f2.website-aun.pages.dev |
| Branch Preview URL: | https://fix-events-timezone-and-poli.website-aun.pages.dev |
- Bottom-corner card on / showing the soonest upcoming event, 2s delay - Compact row on mobile, full banner card on desktop - Register CTA links direct to the event's registration link - Dismissal remembered per event id (localStorage), won't renag - Plausible custom events (Shown/Register Click/All Events Click/Dismissed) with event_id/event_title props to measure impact
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
/eventsoff MUI onto Tailwind, matching/events-new's type scale and a11y baseline (focus rings, 44px touch targets)RichTextRendererleaking new-design colors (text-brand,text-ink-secondary) into legacy/faqand/ideasTest plan
/eventsand/events-new: confirm event times match your local timezone, not the organizer's/faqand/ideas: links and colored text use legacy colors, not the new brand palette;/faq-newand/ideas-newunchangedpnpm build/astro checkpass