Skip to content

Conversation

@Rel1cx
Copy link
Owner

@Rel1cx Rel1cx commented May 2, 2025

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Docs
  • Test
  • New Binding issue #___
  • Code style update
  • Refactor
  • Build-related changes
  • Other, please describe:

Does this PR introduce a breaking change?

  • Yes, and the changes were approved in issue #___
  • No

Checklist

  • When resolving issues, they are referenced in the PR's title (e.g fix: remove a typo, closes #___, #___)
  • I have added a convincing reason for adding this feature, if necessary

Other information

@Rel1cx Rel1cx requested a review from Copilot May 2, 2025 17:29
Copy link
Contributor

Copilot AI left a comment

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 backports the new website design into the main branch with updates in documentation, layout configuration, and new visual effects. The key changes include updates to the roadmap documentation checklists, addition of a new WebGL-based background effect component (EffectLayer), and modifications to the layout and configuration for a consistent dark theme.

Reviewed Changes

Copilot reviewed 15 out of 29 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
apps/website/content/docs/roadmap.md Updates to rule checkboxes and removal/addition of certain items
apps/website/components/EffectLayer.tsx Introduces a new client-side component with WebGL effects
apps/website/components/ESLintReact.tsx Minor UI improvements in the ESLintReact component
apps/website/app/layout.tsx Adds themeOptions and passes it to RootProvider
apps/website/app/layout.config.tsx Adds new layout configuration options (transparentMode, themeSwitch)
apps/website/app/(home)/page.tsx Integrates the new EffectLayer component and adjusts UI headings
Files not reviewed (14)
  • .pkgs/configs/package.json: Language not supported
  • .pkgs/eslint-plugin-local/package.json: Language not supported
  • apps/website/app/overrides.css: Language not supported
  • apps/website/package.json: Language not supported
  • examples/next-app/package.json: Language not supported
  • examples/vite-react-dom-app/package.json: Language not supported
  • examples/vite-react-dom-js-app/package.json: Language not supported
  • examples/vite-react-dom-js-with-babel-eslint-parser-app/package.json: Language not supported
  • examples/vite-react-dom-with-ts-blank-eslint-parser-app/package.json: Language not supported
  • package.json: Language not supported
  • packages/core/package.json: Language not supported
  • packages/plugins/eslint-plugin-react-debug/package.json: Language not supported
  • packages/plugins/eslint-plugin-react-dom/package.json: Language not supported
  • packages/plugins/eslint-plugin-react-hooks-extra/package.json: Language not supported
Comments suppressed due to low confidence (2)

apps/website/components/EffectLayer.tsx:203

  • [nitpick] Consider renaming 'rRaf' to 'animationFrameId' or a similar more descriptive name for enhanced clarity.
const rRaf = useRef<number>(null);

apps/website/app/layout.tsx:55

  • Verify that the 'themeOptions' object conforms to the expected type for the RootProvider and that its properties are correctly applied across the application.
<RootProvider theme={themeOptions}>

@vercel
Copy link

vercel bot commented May 2, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
eslint-react ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 2, 2025 5:31pm

@Rel1cx Rel1cx merged commit ffbe579 into main May 2, 2025
9 checks passed
@Rel1cx Rel1cx deleted the backport-next-website-into-main branch May 2, 2025 22:51
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