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

cart Page is Done #1386

Merged
merged 2 commits into from
Jun 18, 2024
Merged

cart Page is Done #1386

merged 2 commits into from
Jun 18, 2024

Conversation

Tanmay-Mirgal
Copy link
Contributor

@Tanmay-Mirgal Tanmay-Mirgal commented Jun 18, 2024

Fixes Issue

Fixes issue: #1384
Closes: #1384

Changes proposed

also added redeem onclick in which you can enter your coupon code

Screenshots

image

Note to reviewers

Summary by CodeRabbit

  • New Features

    • Introduced a custom 404 error page with a clear message and navigation options to enhance user experience.
    • Added functionality for coupon code redemption in the shopping cart, allowing users to apply promotions directly.
  • Improvements

    • Enhanced interactivity in the cart by enabling dynamic display of the coupon input field.

Copy link

netlify bot commented Jun 18, 2024

Deploy Preview for gilded-palmier-0867d3 ready!

Name Link
🔨 Latest commit b4e95e6
🔍 Latest deploy log https://app.netlify.com/sites/gilded-palmier-0867d3/deploys/66710d92498ab70008ac2103
😎 Deploy Preview https://deploy-preview-1386--gilded-palmier-0867d3.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 site configuration.

Copy link

netlify bot commented Jun 18, 2024

Deploy Preview for endearing-baklava-c4b025 ready!

Name Link
🔨 Latest commit b4e95e6
🔍 Latest deploy log https://app.netlify.com/sites/endearing-baklava-c4b025/deploys/66710d922af90500075ee905
😎 Deploy Preview https://deploy-preview-1386--endearing-baklava-c4b025.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 site configuration.

@codervivek5 codervivek5 merged commit f26d527 into codervivek5:main Jun 18, 2024
8 checks passed
@sanjay-kv sanjay-kv removed the level3 label Aug 10, 2024
Copy link
Contributor

coderabbitai bot commented Aug 10, 2024

Caution

Review failed

The pull request is closed.

Walkthrough

The recent changes introduce a custom 404 error page and enhance the shopping cart functionality by allowing users to redeem coupon codes. The new Error.jsx component provides a visually engaging experience for users facing a missing page, while Cart.jsx now includes interactive elements for applying discounts, significantly improving user interaction and navigability.

Changes

File Path Change Summary
.../404-Page/Error.jsx Added a Page404 component for custom 404 error handling with responsive design.
.../Order/Cart.jsx Enhanced shopping cart with coupon code input functionality and toggle feature.

Assessment against linked issues

Objective Addressed Explanation
New VigyBag - Cart Page is Done (#1384)
Implement coupon redemption functionality
Create a user-friendly 404 error page

Poem

In a world of code, so bright and new,
A rabbit hops fast, with changes to view.
A 404 page, with style, we greet,
And coupons in carts make shopping a treat!
Hooray for the updates, let joy take flight,
In the land of VigyBag, all feels just right! 🐇✨


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
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>.
    • Generate unit testing code for this file.
    • 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 generate unit testing code for this file.
    • @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 generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @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.

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 as 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 resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

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.

@codervivek5 codervivek5 added level2 and removed level3 labels Aug 10, 2024
@codervivek5
Copy link
Owner

@sanjay-kv after removing the level3 didn't added any label :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[New VigyBag ] - Cart Page is Done
3 participants