Skip to content

Dev#107

Merged
masudparvez2050 merged 3 commits intomainfrom
dev
Mar 15, 2026
Merged

Dev#107
masudparvez2050 merged 3 commits intomainfrom
dev

Conversation

@masudparvez2050
Copy link
Contributor

No description provided.

Copilot AI review requested due to automatic review settings March 15, 2026 11:03
@masudparvez2050 masudparvez2050 merged commit 72991ad into main Mar 15, 2026
2 of 3 checks passed
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Small UI/robustness tweaks in the main listing details and sharing components.

Changes:

  • Adjust responsive styling for the share URL display in ShareWIth.
  • Update spacing on the search listing details page banner header.
  • Add a defensive guard for extraDetails parsing in ItemExtraDetails.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.

File Description
src/components/shared/ShareWith/ShareWIth.tsx Tweaks responsive Tailwind classes for the share URL text display.
src/app/(main-layout)/(home)/search-listing/[id]/page.tsx Adjusts banner header padding/spacing on the listing details page.
src/app/(main-layout)/(home)/search-listing/[id]/_components/ItemExtraDetails.tsx Adds a runtime guard before parsing extraDetails into sections.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

<div>
<GradientBannerCustom showNav={false}>
<div className="text-white flex flex-row md:flex-row items-start justify-between gap-3 w-full md:pt-24 px-4 pt-2">
<div className="text-white flex flex-row md:flex-row items-start justify-between gap-3 w-full md:pt-10 px-4 pt-2 pb-2">
Comment on lines +11 to +16
if (
!extraDetails ||
!Array.isArray(extraDetails) ||
extraDetails.length === 0
)
return [];
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.

2 participants