-
-
Notifications
You must be signed in to change notification settings - Fork 23
Refactor and enhance site components and layout #754
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
arghyaxcodes
commented
Sep 4, 2025
- Update imports and styling for consistency across pages.
- Add animated counter and GitHub stats hooks.
- Implement FAQ section with accordion, and improve performance and security headers.
- Adjust layout elements for better accessibility and user experience.
- Clean up configuration files and enhance the Sponsors and About pages.
…ce and Security pages - Changed import from "framer-motion" to "motion/react" for both Open Source and Security pages. - Updated color classes from "gray" to "neutral" for better theming consistency. - Adjusted button and text styles to use neutral colors in both pages. - Enhanced accessibility by ensuring consistent dark mode styles. - Added link items configuration in layout for Blog and Sponsors with appropriate icons.
- Implemented `useAnimatedCounter` hook for smooth number animations. - Created `AnimatedCounter` component to display animated values. - Developed `useGitHubStats` hook for fetching and caching GitHub repository statistics with smart rate limiting and fallback data.
- Introduced a new FAQSection component to display frequently asked questions using an accordion layout. - Created a reusable Accordion component with AccordionItem, AccordionTrigger, and AccordionContent for better UI organization. - Updated package.json to include @radix-ui/react-accordion and use-debounce dependencies. - Reorganized exports in the home index file to include the new FAQSection component.
…d UnderlineTabs components
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.