fix(events): restore live card layout - #28
Merged
Conversation
Contributor
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
devcongress-website | 97c98d4 | Commit Preview URL Branch Preview URL |
Aug 11 2026, 02:55 PM |
Elvis020
force-pushed
the
feature/fix-dynamic-event-styles
branch
5 times, most recently
from
August 11, 2026 14:39
54d6271 to
f610ebd
Compare
bubunyo
previously approved these changes
Aug 11, 2026
Elvis020
force-pushed
the
feature/fix-dynamic-event-styles
branch
4 times, most recently
from
August 11, 2026 14:54
96026bd to
97c98d4
Compare
- Restore the established full-cover event hero and About layout for static and live public event pages. - Keep a single All events return link beneath each detail hero, removing the redundant header copy. - Keep event-card dates and locations on one metadata line; long locations truncate with an ellipsis while the full value remains available in the title attribute. - Simplify event-card covers to a single colour-coded status badge, removing secondary event-type tags from static and live-refreshed cards. - Anchor event-card actions at the lower right. - Preserve event-card frames during hover: only the cover image dims slightly, while event cards no longer lift into a clipping boundary. - Make the public submission Event type listbox edge-aware: it opens above the trigger when lower viewport space is insufficient and remains scrollable within the available space. - Keep the public submission cover-upload prompt on one line, truncating only the secondary format guidance when space is limited. - Make actions state-aware: upcoming events can register, live events can join or watch, and past events only expose Watch recording when EMS provides recording media. - Refresh static event-page actions from the live public API so media added after a website build appears without waiting for the next build. - Keep the events page client script module-processed so List and Calendar controls plus live event refreshes initialize in the browser. - Keep ended events without recordings non-actionable and preserve live card layout and panel visibility after dynamic refreshes. Verification: pnpm build (27 pages built); inspected generated /events script bundle; git diff --check passed.
bubunyo
approved these changes
Aug 11, 2026
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
Restore the established DevCongress event-detail experience, keep live public events styled correctly after client refreshes, repair the List/Calendar view switcher, and polish the public event-submission form.
User-facing changes
/events/<slug>/uses the familiar full-cover event hero: state badge, title, date/time, and location over the event cover.Implementation notes
document.createElementnodes do not receive Astro component scope attributes.stream_urlandembed_streamfrom EMS, now supplied by merged EMS PR #106.Verification
pnpm build— passed; 27 pages built./events/HTML to confirm the client code is emitted as a module bundle.git diff --check— passed.