Skip to content

Comments

Update index.html#113

Merged
gbowne1 merged 2 commits intomasterfrom
gbowne1-indexhtml
Feb 20, 2026
Merged

Update index.html#113
gbowne1 merged 2 commits intomasterfrom
gbowne1-indexhtml

Conversation

@gbowne1
Copy link
Owner

@gbowne1 gbowne1 commented Feb 16, 2026

This PR;

  • consolidated the duplication within index.html which caused problems with the page rendering

I'm not sure how this got changed but am fixing it here

@gbowne1 gbowne1 linked an issue Feb 16, 2026 that may be closed by this pull request
@gbowne1 gbowne1 added this to the Alpha milestone Feb 16, 2026
@gbowne1 gbowne1 added bug Something isn't working cleanup refactor labels Feb 16, 2026
@gbowne1 gbowne1 self-assigned this Feb 16, 2026
@gbowne1 gbowne1 moved this from Todo to In Progress in codestream Feb 16, 2026
@glenjaysondmello
Copy link
Collaborator

The HTML consolidation fixes the rendering issue.

I think CI is failing because package.json is invalid (missing comma near "socket.io-client": "^4.8.3" + duplicate mongoose). Need to fix package.json and run npm install to generate package-lock.json.

@gbowne1
Copy link
Owner Author

gbowne1 commented Feb 17, 2026

@glenjaysondmello @shishir-21

Yes, that's it!

This will resolve itself. I was wondering what caused this. Great catch. I should have looked a little harder.

I really don't know how the html got duplicated.

Only question now is where and when do we fix it?

There's now duplicate stuff all over the project.

Blanket fix in a big PR? Or incremental fixes?

Fixed bad package.json removed extre mongoose and added comma after socket io package
@gbowne1
Copy link
Owner Author

gbowne1 commented Feb 17, 2026

Well, fixed the package.json but still needs an installation to fix

Copy link
Collaborator

@glenjaysondmello glenjaysondmello left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can confirm package.json has been corrected, so I’m approving this change.
CI will remain failing until a package-lock.json is generated and committed.

@gbowne1 gbowne1 merged commit 46b579b into master Feb 20, 2026
0 of 3 checks passed
@github-project-automation github-project-automation bot moved this from In Progress to Done in codestream Feb 20, 2026
@gbowne1 gbowne1 deleted the gbowne1-indexhtml branch February 20, 2026 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working cleanup refactor

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

[Bug] The current index.html is broken and duplicated

3 participants