-
-
Notifications
You must be signed in to change notification settings - Fork 18
feat(website): backport next website into main #1103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this 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}>
Review the following changes in direct dependencies. Learn more about Socket for GitHub. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
What kind of change does this PR introduce?
Does this PR introduce a breaking change?
Checklist
fix: remove a typo, closes #___, #___
)Other information