feat(rooms): add Rooms list and Room detail pages#275
Merged
JacobCoffee merged 2 commits intomainfrom Apr 25, 2026
Merged
Conversation
Build a per-venue index from existing conf.json data so attendees can
tap a session's location and see everything happening in that room.
- conference-data: derive data.rooms by walking sessions, splitting
comma-joined locations, and bucketing under each. Plenaries / breaks
/ lunch fan out across every listed room (everyone's affected, just
like the audience). Normalize parenthesized "Hall AB" / "Hall C" to
"Expo Hall AB" / "Expo Hall C" so lunch and posters share a venue.
Each session also gets a roomLinks array of {name, slug} for
tappable rendering.
- New pages/rooms list (alphabetical, numeric-aware, with session
count) and pages/room-detail (sessions grouped by day with a
prominent PyCon-accent day band).
- Wire into tabs-page-routing.module under /app/tabs/rooms and add a
Rooms entry to the Schedule sidebar group.
- Make session-detail location render as one-or-more underlined links
to room-detail; pass ?session=<id> so the target row scrolls into
view and pulses briefly when arriving from a session.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
LiveUpdateService toggles a `has-pending-update` class on document.body when activeApplicationPathChanged fires, and a global CSS rule paints a small primary-color dot on every ion-menu-button while it's set. Gives the hamburger a subtle "open me" cue that pairs with the sidebar CTA without per-page wiring. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Build a per-venue index from existing conf.json data so attendees can
tap a session's location and see everything happening in that room.
comma-joined locations, and bucketing under each. Plenaries / breaks
/ lunch fan out across every listed room (everyone's affected, just
like the audience). Normalize parenthesized "Hall AB" / "Hall C" to
"Expo Hall AB" / "Expo Hall C" so lunch and posters share a venue.
Each session also gets a roomLinks array of {name, slug} for
tappable rendering.
count) and pages/room-detail (sessions grouped by day with a
prominent PyCon-accent day band).
Rooms entry to the Schedule sidebar group.
to room-detail; pass ?session= so the target row scrolls into
view and pulses briefly when arriving from a session.
Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com