Skip to content

Bugfix/frontend - #458

Merged
ForNeVeR merged 3 commits into
masterfrom
bugfix/frontend
Jul 24, 2026
Merged

Bugfix/frontend#458
ForNeVeR merged 3 commits into
masterfrom
bugfix/frontend

Conversation

@ForNeVeR

Copy link
Copy Markdown
Member

No description provided.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the MessageArchive frontend to work with the current React DOM API (switching from legacy render() to createRoot()), adds an explicit TypeScript typecheck step to the frontend build, and bumps the overall project version/changelog accordingly.

Changes:

  • Replace react-dom’s legacy render() usage with createRoot() in the frontend entrypoint.
  • Add a typecheck script and run TypeScript checking as part of the frontend build.
  • Bump Emulsion version to 5.0.1 and record the fix in CHANGELOG.md (plus SPDX year range updates).

Reviewed changes

Copilot reviewed 6 out of 7 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
Emulsion/Emulsion.fsproj Bumps application version to 5.0.1.
Emulsion.MessageArchive.Frontend/package.json.license Updates SPDX copyright year range.
Emulsion.MessageArchive.Frontend/package.json Adds typecheck and runs tsc before Parcel; pins React/ReactDOM version.
Emulsion.MessageArchive.Frontend/package-lock.json.license Updates SPDX copyright year range.
Emulsion.MessageArchive.Frontend/package-lock.json Updates lockfile entries for pinned React/ReactDOM versions.
Emulsion.MessageArchive.Frontend/app.tsx Migrates frontend mounting from render() to createRoot() with a null-container guard.
CHANGELOG.md Adds 5.0.1 release notes and updates comparison links.
Files not reviewed (1)
  • Emulsion.MessageArchive.Frontend/package-lock.json: Generated file

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread Emulsion.MessageArchive.Frontend/package.json Outdated
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@ForNeVeR
ForNeVeR merged commit 728bca6 into master Jul 24, 2026
7 checks passed
@ForNeVeR
ForNeVeR deleted the bugfix/frontend branch July 24, 2026 13:41
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