Skip to content

[WIP] Update repository to remove launcher flow and direct to games page#14

Draft
verdjs with Copilot wants to merge 1 commit into
mainfrom
copilot/remove-launcher-flow
Draft

[WIP] Update repository to remove launcher flow and direct to games page#14
verdjs with Copilot wants to merge 1 commit into
mainfrom
copilot/remove-launcher-flow

Conversation

Copilot AI commented Jun 25, 2026

Copy link
Copy Markdown

Thanks for asking me to work on this. I will get started on it and keep this PR's description up to date as I form a plan and make progress.

Update the repository verdjs/ver to remove the launcher flow and send users directly to the games page.

Requirements:

  1. Remove goodbye.js from the app flow entirely.

    • Delete the file if it is no longer needed.
    • Remove any script tags/imports/references to goodbye.js from HTML/JS files.
    • Remove any code paths that depend on logic from goodbye.js.
  2. Make the site auto-open the games page as the default experience.

    • On initial visit, users should land directly in the games page (no launcher screen, no intermediate modal/step).
    • Ensure routing/redirect logic points to the games page.
    • If there is existing launcher UI markup, remove or bypass it so it is not shown.
  3. Keep behavior stable.

    • Preserve existing games page functionality.
    • Do not break navigation links/assets.
    • Update any related references so there are no dead links or console errors.
  4. Validation:

    • Verify there are no remaining references to goodbye.js.
    • Verify the default landing path renders the games page directly.
    • Ensure changes are limited to what is necessary for removing launcher behavior.

Please implement the changes and open a pull request with a concise summary of files changed and why.

The following is the prior conversation context from the user's chat exploration (may be truncated):

User: make a pr to get rid of goodbye.js and make the site auto go into the games page, no launcher

Assistant: I’ve prepared that PR task and I’m currently waiting on your approval in the confirmation dialog—once you accept it, I’ll continue and create the PR.

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.

2 participants