Skip to content

Revert PR #18 background styling merge from current branch - #19

Merged
AtharvM02222 merged 1 commit into
mainfrom
copilot/undo-last-commit
Aug 21, 2026
Merged

AtharvM02222 merged 1 commit into
mainfrom
copilot/undo-last-commit

Conversation

Copilot AI commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

This PR backs out the most recent merge commit so the branch no longer includes the handcrafted technical background styling changes. Scope is limited to restoring globals.css to the pre-PR-18 state.

  • Problem

    • The latest merged commit on this branch needed to be undone without rewriting branch history.
  • Change

    • Added a revert commit for merge commit ec7c491 (Merge pull request #18 from RoboNexxus/copilot/redesign-website-background).
    • Reversal is contained to:
      • rn-website/app/globals.css
  • Implementation detail

    • Revert performed as a forward commit to preserve auditable history.
git revert -m 1 ec7c491 --no-edit

…te-background"

This reverts commit ec7c491, reversing
changes made to 766955f.

Co-authored-by: AtharvM02222 <112397185+AtharvM02222@users.noreply.github.com>
@vercel

vercel Bot commented Aug 21, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
rn-website Ready Ready Preview Aug 21, 2026 5:05pm

Copilot AI changed the title Revert PR #18 background styling merge Revert PR #18 background styling merge from current branch Aug 21, 2026
Copilot AI requested a review from AtharvM02222 August 21, 2026 17:06
@AtharvM02222
AtharvM02222 marked this pull request as ready for review August 21, 2026 17:07
Copilot AI lite review requested due to automatic review settings August 21, 2026 17:07
@AtharvM02222
AtharvM02222 merged commit 57b0392 into main Aug 21, 2026
2 checks passed
@AtharvM02222
AtharvM02222 deleted the copilot/undo-last-commit branch August 21, 2026 17:07

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 reverts the background styling changes introduced by PR #18 by restoring the simpler .grid-bg global background treatment in globals.css, using a forward revert commit to preserve history.

Changes:

  • Removes the layered pseudo-element drafting/texture background implementation for .grid-bg.
  • Restores a basic repeating 20px grid via background-image + background-size on .grid-bg.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

This branch was successfully deployed

1 active deployment
Preview 167986c8 Deployed Aug 21, 2026 by vercel[bot]
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.

3 participants