Skip to content

Conversation

@AdityaB2731
Copy link
Contributor

@AdityaB2731 AdityaB2731 commented Aug 3, 2025

Related Issue


Description

This PR enhances the About Us page for the GitHub Tracker project. Key improvements include:

  • Refactored layout with better spacing and visual hierarchy
  • Integrated Framer Motion for smooth animations
  • Replaced emojis with Lucide React icons for consistency and modern design
  • Improved mobile responsiveness and dark mode styling
  • Upgraded feature cards with hover effects, transitions, and shadow depth
  • Cleaner code structure for readability and maintainability

How Has This Been Tested?

  • ✅ Manual testing on multiple screen sizes (mobile, tablet, desktop)
  • ✅ Verified dark mode and light mode transitions
  • ✅ Checked animation behavior and hover effects
  • ✅ Ensured feature content and mission statement remain unchanged

Screenshots (if applicable)

image image

Type of Change

  • [ ☑️] Bug fix
  • [ ☑️] New feature
  • [☑️ ] Enhancement

Summary by CodeRabbit

  • New Features

    • Enhanced the About page with engaging animations for headings, sections, and feature cards.
    • Introduced dynamic feature cards with icons and descriptions for improved clarity.
  • Style

    • Updated visual styling with gradient backgrounds, refined typography, and consistent dark mode support.
  • Chores

    • Added "framer-motion" as a new dependency to enable animations.

@netlify
Copy link

netlify bot commented Aug 3, 2025

Deploy Preview for github-spy ready!

Name Link
🔨 Latest commit b474278
🔍 Latest deploy log https://app.netlify.com/projects/github-spy/deploys/688efc9e9b1dc4000830b598
😎 Deploy Preview https://deploy-preview-173--github-spy.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Aug 3, 2025

Walkthrough

The About page was refactored to enhance its UI using the framer-motion library for animations and lucide-react icons for feature representation. The update introduces animated sections, a dynamic feature card grid, improved styling, and dark mode support. The framer-motion dependency was added to package.json.

Changes

Cohort / File(s) Change Summary
Dependency Addition
package.json
Added framer-motion as a dependency.
About Page Refactor
src/pages/About/About.tsx
Refactored About page: integrated framer-motion animations, used lucide-react icons, restructured features section as dynamic animated cards, and updated styling for consistency and dark mode.

Sequence Diagram(s)

sequenceDiagram
  participant User
  participant AboutPage
  participant FramerMotion
  participant LucideReact

  User->>AboutPage: Navigates to About page
  AboutPage->>FramerMotion: Triggers entry animations for hero, mission, features
  AboutPage->>LucideReact: Renders icons for features
  AboutPage->>User: Displays animated, styled About content
Loading

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8 minutes

Assessment against linked issues

Objective Addressed Explanation
Improve the About Us page UI for better visual consistency with other pages (#164)

Assessment against linked issues: Out-of-scope changes

No out-of-scope changes found.

Possibly related issues

Suggested labels

level2

Poem

A rabbit hopped through code so bright,
Animations now dance in the light.
With icons that gleam and cards that glide,
The About page shines with UI pride!
Framer-motion magic, dark mode in tow—
This bunny’s work makes the user glow! 🐇✨

Note

⚡️ Unit Test Generation is now available in beta!

Learn more here, or try it out under "Finishing Touches" below.

✨ Finishing Touches
  • 📝 Generate Docstrings
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment

🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai generate unit tests to generate unit tests for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 Thank you @AdityaB2731 for your contribution. Please make sure your PR follows https://github.com/GitMetricsLab/github_tracker/blob/main/CONTRIBUTING.md#-pull-request-guidelines

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

🧹 Nitpick comments (2)
src/pages/About/About.tsx (2)

67-80: Optimize animation performance with viewport settings.

The features animation implementation is solid, but consider adding viewport settings to improve performance.

            <motion.div
              key={idx}
              className="p-8 bg-white dark:bg-gray-800 shadow-lg rounded-2xl hover:shadow-xl transition duration-300 text-center border border-gray-100 dark:border-gray-700"
              whileHover={{ scale: 1.05 }}
              initial={{ opacity: 0, y: 30 }}
              whileInView={{ opacity: 1, y: 0 }}
+             viewport={{ once: true, margin: "-100px" }}
              transition={{ delay: idx * 0.2, duration: 0.6 }}
            >

This ensures animations only trigger once when 100px before entering the viewport, improving performance on scroll.


71-71: Consider reducing hover scale for better accessibility.

The 1.05 scale on hover might be too subtle. Consider increasing to 1.08 for better visual feedback, or ensure it meets accessibility guidelines for interactive elements.

-             whileHover={{ scale: 1.05 }}
+             whileHover={{ scale: 1.08 }}
📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between dc7b16d and b474278.

📒 Files selected for processing (2)
  • package.json (1 hunks)
  • src/pages/About/About.tsx (1 hunks)
🔇 Additional comments (6)
package.json (1)

22-22: Dependency update vetted: framer-motion@^12.23.12 is the latest stable

Version 12.23.12 is current as of August 3, 2025; the caret range is appropriate and it’s correctly added to dependencies. No further changes needed.

src/pages/About/About.tsx (5)

1-3: LGTM! Clean import structure.

The imports are well-organized with framer-motion for animations and specific lucide-react icons. This aligns with the PR objective of replacing emojis with consistent icons.


4-21: Well-structured features configuration.

The features array provides a clean data-driven approach for the feature cards. The consistent icon styling with dark mode support is excellent.


24-24: Excellent gradient background implementation.

The gradient background with dark mode support creates a modern, polished look that enhances the visual hierarchy mentioned in the PR objectives.


28-43: Smooth hero section animations implemented correctly.

The staggered animations (heading first, then paragraph) create a professional entrance effect. The animation timing and easing look appropriate.


48-60: Mission section with scroll-triggered animation works well.

The whileInView animation ensures the mission section animates when scrolled into view, providing good performance by not animating off-screen content.

@AdityaB2731
Copy link
Contributor Author

hey @mehul-m-prajapati i have made the required changes and created a pr kindly look on it and revert back in case of issue or help related to this pr

@mehul-m-prajapati mehul-m-prajapati merged commit 6aee5cc into GitMetricsLab:main Aug 3, 2025
7 checks passed
@github-actions
Copy link

github-actions bot commented Aug 3, 2025

🎉🎉 Thank you for your contribution! Your PR #173 has been merged! 🎉🎉

@AdityaB2731
Copy link
Contributor Author

Hey @mehul-m-prajapati no level was assigned with this issue can you look into that please

@mehul-m-prajapati
Copy link
Collaborator

ok @AdityaB2731

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ISSUE:-Improving the about us page with a better ui and consistent with the other aspects of the page

2 participants