Link homepage virtual classroom to lobby auto-join and fix mobile layout#50
Merged
Merged
Conversation
Agent-Logs-Url: https://github.com/alphaonelabs/learn/sessions/ef0645ac-52eb-4f51-ba39-4fae08bc634c Co-authored-by: A1L13N <193832434+A1L13N@users.noreply.github.com>
Agent-Logs-Url: https://github.com/alphaonelabs/learn/sessions/ef0645ac-52eb-4f51-ba39-4fae08bc634c Co-authored-by: A1L13N <193832434+A1L13N@users.noreply.github.com>
Agent-Logs-Url: https://github.com/alphaonelabs/learn/sessions/ef0645ac-52eb-4f51-ba39-4fae08bc634c Co-authored-by: A1L13N <193832434+A1L13N@users.noreply.github.com>
Agent-Logs-Url: https://github.com/alphaonelabs/learn/sessions/ef0645ac-52eb-4f51-ba39-4fae08bc634c Co-authored-by: A1L13N <193832434+A1L13N@users.noreply.github.com>
Contributor
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
learn | 4d8c315 | Apr 21 2026, 03:35 AM |
Copilot created this pull request from a session on behalf of
A1L13N
April 21, 2026 03:36
View session
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
This PR links the homepage Virtual Classroom CTA to the classroom page and auto-joins the lobby room. It also improves the classroom mobile layout so the canvas, controls, and chat are usable on narrow screens.
Changes
/public/index.htmlto navigate to:/classroom_poc.html?autojoin=1&room=lobbyJoin Lobby Classroom/public/classroom_poc.html:autojoin=1roomquery parameternamequery parameter or stored user profilejoinClassroom()function and used it for both manual and auto joinValidation
pytestpasses locally: 238 passed (existing warnings unchanged)parallel_validationrun multiple timesNotes
role="button"to the homepage anchor CTA. This was not applied because it is a semantic navigation link (<a href=...>) and is already keyboard accessible by default.