Skip to content
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

feat: designed new Features section #355

Merged
merged 2 commits into from
Nov 29, 2023

Conversation

iryanraushan
Copy link
Contributor

@iryanraushan iryanraushan commented Nov 28, 2023

Changes Proposed

  • Redesigned the feature cards
  • Added a coloured bar to each card and re-located the icons in those cards

Summary by CodeRabbit

  • Refactor

    • Improved the Features component with a more modern arrow function syntax.
    • Enhanced the visual layout of the features section using a grid layout for better user experience.
  • Style

    • Updated styling and layout of the features display for a more appealing and organized presentation.
    • Introduced color customization for feature icons based on new colorHex property.
  • Documentation

    • Clarified and condensed feature descriptions for better understanding.
  • New Features

    • Added a colorHex property to feature objects for dynamic styling.

Copy link

vercel bot commented Nov 28, 2023

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

Name Status Preview Comments Updated (UTC)
drifty ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 29, 2023 11:27am

Copy link
Contributor

coderabbitai bot commented Nov 28, 2023

Walkthrough

The Features component in a web application has undergone a significant transformation. It's been refactored into an arrow function and now presents its content within a grid layout inside a section element. The features are more vibrant with color-coded icons, and the text has been polished for better clarity. This update brings a modern aesthetic and improved readability to the feature display.

Changes

File Path Change Summary
.../app/Features.js Converted to arrow function, added colorHex property, restructured with grid layout, updated class names and inline styles, changed key attribute to use feature.title, and rephrased descriptions.

🐇✨
In the land of code, where the brackets embrace,
A rabbit hopped through, leaving a trace.
With colors so bright and layout so neat,
The features now dance in a grid so sweet.
🌟🌿


Tips

Chat with CodeRabbit Bot (@coderabbitai)

  • If you reply to a review comment from CodeRabbit, the bot will automatically respond.
  • To engage with CodeRabbit bot directly around the specific lines of code in the PR, mention @coderabbitai in your review comment
  • Note: Review comments are made on code diffs or files, not on the PR overview.
  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger a review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai help to get help.

Note: For conversation with the bot, please use the review comments on code diffs or files.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • The JSON schema for the configuration file is available here.
  • 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/coderabbit-overrides.v2.json

@github-actions github-actions bot added the Website 🌐 Issues/Pull Requests regarding Website label Nov 28, 2023
Copy link
Contributor

@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.

Yeah! You did it 🎉 Now, Relax 😉, Grab a drink ☕, and wait for the maintainers to check your contributions. Meanwhile, you can discuss on other issues and solve them 😀. Thank You 😃!

Meanwhile you can also discuss about the project in our Discord Server 😀

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.

Review Status

Actionable comments generated: 3

Configuration used: CodeRabbit UI

Commits Files that changed from the base of the PR and between b953bd3 and 6fef9c4.
Files selected for processing (1)
  • Website/app/Features.js (1 hunks)
Additional comments: 1
Website/app/Features.js (1)
  • 3-70: The conversion to an arrow function and the use of a section element and grid layout are modern practices that have been correctly implemented.

Website/app/Features.js Show resolved Hide resolved
Website/app/Features.js Outdated Show resolved Hide resolved
Website/app/Features.js Show resolved Hide resolved
@SaptarshiSarkar12 SaptarshiSarkar12 added the feature ✨ New feature request or addition label Nov 29, 2023
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.

Review Status

Actionable comments generated: 0

Configuration used: CodeRabbit UI

Commits Files that changed from the base of the PR and between 6fef9c4 and 0b609db.
Files selected for processing (1)
  • Website/app/Features.js (1 hunks)

@SaptarshiSarkar12 SaptarshiSarkar12 changed the title updated features section feat: designed new Features section Nov 29, 2023
Copy link
Owner

@SaptarshiSarkar12 SaptarshiSarkar12 left a comment

Choose a reason for hiding this comment

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

@iryanraushan Looks good to merge 👍.
Thanks for contributing 🚀 🚀.
You may join our Discord server - https://discord.gg/DeT4jXPfkG to get updates about the project.

@SaptarshiSarkar12 SaptarshiSarkar12 merged commit f25b369 into SaptarshiSarkar12:master Nov 29, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature ✨ New feature request or addition Website 🌐 Issues/Pull Requests regarding Website
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants