Skip to content

Address static surface cleanup review - #18

Merged
SnorreFossland merged 1 commit into
alpha-prefrom
codex/static-surface-review-fix
Jun 3, 2026
Merged

Address static surface cleanup review#18
SnorreFossland merged 1 commit into
alpha-prefrom
codex/static-surface-review-fix

Conversation

@SnorreFossland

Copy link
Copy Markdown
Contributor

Summary

Follow-up to PR #16. PR #16 was merged before the review cleanup commit landed on its branch, so this PR carries that cleanup onto current alpha-pre.

Changes

  • Remove remaining connect(state => state) wrappers from static About and Index components.
  • Remove now-unused imports.
  • Correct the stale About.tsx file header comment.

Validation

  • npm run build
  • npm test

@vercel

vercel Bot commented Jun 3, 2026

Copy link
Copy Markdown
Contributor

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

Project Deployment Actions Updated (UTC)
mimris Ready Ready Preview, Comment Jun 3, 2026 5:08pm

@SnorreFossland
SnorreFossland marked this pull request as ready for review June 3, 2026 17:09
Copilot AI review requested due to automatic review settings June 3, 2026 17:09
@SnorreFossland
SnorreFossland merged commit c06b5ed into alpha-pre Jun 3, 2026
2 checks passed

Copilot AI left a comment

Copy link
Copy Markdown

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 applies the remaining “static surface” cleanup from PR #16 onto the current alpha-pre branch by removing unnecessary Redux connect(state => state) wrappers from the static About and Index components and tidying up related imports/comments.

Changes:

  • Removed connect(state => state) wrapping from src/components/About.tsx and src/components/Index.tsx.
  • Removed now-unused imports in src/components/Index.tsx.
  • Corrected the stale file header comment in src/components/About.tsx.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
src/components/Index.tsx Drops unused imports and removes the Redux connect(state => state) wrapper from the exported component.
src/components/About.tsx Fixes the header comment and removes the Redux connect(state => state) wrapper from the exported component.

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