Skip to content

feat(live-share): improve first-time session flow#205

Merged
ThisIs-Developer merged 4 commits into
mainfrom
codex/live-share-first-time-flow
Jul 3, 2026
Merged

feat(live-share): improve first-time session flow#205
ThisIs-Developer merged 4 commits into
mainfrom
codex/live-share-first-time-flow

Conversation

@ThisIs-Developer

Copy link
Copy Markdown
Owner

Summary

  • Add a clear first-time Live Share step flow: start session, copy invite link, watch participants join.
  • Promote the generated invite link into a dedicated visible section with copy text, state messaging, and helper text.
  • Update the Live Share guidance state after a room starts and after collaborators join.

Contribution notes

  • Based from main after syncing the merged Live Share work.
  • Keeps the app in vanilla HTML/CSS/JavaScript, matching the wiki contribution guidance.
  • Uses the existing temporary Cloudflare Live Share room architecture; no persistent live room storage added.

Validation

  • node --check script.js
  • node --check functions/live-room/[[room]].js
  • node --check functions/api/share/[[id]].js
  • node --check workers/live-room-worker.js
  • npx wrangler pages functions build functions --outfile .tmp-pages-functions-worker.js
  • npx wrangler deploy --config wrangler.live-room.toml --dry-run --outdir .tmp-live-room-worker-build
  • git diff --check (only expected CRLF warnings on Windows)
  • Confirmed index.html contains the first-time flow, invite section, copy button text, and start-session copy.

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jul 3, 2026

Copy link
Copy Markdown

Deploying markdownviewer with  Cloudflare Pages  Cloudflare Pages

Latest commit: 4497725
Status: ✅  Deploy successful!
Preview URL: https://07c24625.markdownviewer.pages.dev
Branch Preview URL: https://codex-live-share-first-time.markdownviewer.pages.dev

View logs

@vercel

vercel Bot commented Jul 3, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
markdown-viwer Ready Ready Preview, Comment Jul 3, 2026 10:52am

@ThisIs-Developer ThisIs-Developer marked this pull request as ready for review July 3, 2026 10:55
@ThisIs-Developer ThisIs-Developer merged commit 102fb81 into main Jul 3, 2026
5 checks passed
@ThisIs-Developer ThisIs-Developer deleted the codex/live-share-first-time-flow branch July 3, 2026 10:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant