Skip to content

Pr feedback fixes - #201

Open
Tanya-garg10 wants to merge 6 commits into
akshay0611:mainfrom
Tanya-garg10:pr-feedback-fixes
Open

Pr feedback fixes#201
Tanya-garg10 wants to merge 6 commits into
akshay0611:mainfrom
Tanya-garg10:pr-feedback-fixes

Conversation

@Tanya-garg10

Copy link
Copy Markdown
Contributor

Description

Fixed a regression in PropertyCard navigation introduced by the interactive map functionality.

Changes

  • Restored default navigation to /property/[id] when a property card is used normally.
  • Preserved map selection behavior when onViewMap is provided.
  • Prevented the map interaction handler from interfering with standard property detail navigation.
  • Ensured existing property card navigation continues to work across the application.

Fixes #121

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

  • Dev Server Check (pnpm dev)
  • Lint Check (pnpm lint)
  • Build Check (pnpm build)

Testing

  • Verified that normal property cards navigate to the property detail page.
  • Verified that cards with onViewMap trigger map selection without navigating away.
  • Verified that the existing map/list interaction remains functional.

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • Any dependent changes have been merged and published in downstream modules

Remove erroneous * 100 multiplier from pricePerNight calculations.
pricePerNight is already a plain INR integer, so multiplying inflated
prices 100x (e.g. Rs.450 was showing as Rs.45,000).

Fixes both the price marker label and the popup card price display.
@vercel

vercel Bot commented Aug 8, 2026

Copy link
Copy Markdown

@Tanya-garg10 is attempting to deploy a commit to the Akshay Kumar's projects Team on Vercel.

A member of the Team first needs to authorize it.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE] Interactive Map Search with Property Clustering & Search This Area

1 participant