Skip to content

Conversation

@chiptus
Copy link
Owner

@chiptus chiptus commented Aug 10, 2025

No description provided.

@chiptus chiptus requested a review from Copilot August 10, 2025 15:27
@vercel
Copy link

vercel bot commented Aug 10, 2025

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

Name Status Preview Comments Updated (UTC)
upline ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 11, 2025 10:52am

This comment was marked as outdated.

<span>{set.stages.name}</span>
</div>
)}
{formatTimeRange(set.time_start, set.time_end, use24Hour) && (
Copy link
Owner Author

Choose a reason for hiding this comment

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

convert to const

@chiptus chiptus requested a review from Copilot August 11, 2025 10:25
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

This PR adds support for displaying multiple artists within a single set in the festival view, expanding the system from single-artist sets to multi-artist collaboration sets.

  • Refactors set display components to handle both single and multi-artist scenarios
  • Introduces new UI components for mixed artist images and multi-artist set information
  • Creates a context-based architecture for shared set data and functionality

Reviewed Changes

Copilot reviewed 27 out of 27 changed files in this pull request and generated 6 comments.

Show a summary per file
File Description
src/pages/SetDetails.tsx Updates set details page to conditionally render single vs multi-artist layouts
src/pages/EditionView.tsx Removes unused isGrid prop and converts arrow function to function declaration
src/components/ui/card.tsx Changes CardDescription from <p> to <div> element
src/components/SetDetail/*.tsx New components for handling multi-artist set displays and individual artist cards
src/components/Index/shared/*.tsx New shared components for social platform links, set metadata, and voting
src/components/Index/FestivalSetContext.tsx New context provider for managing set-related state and functionality
src/components/Index/SetsPanel.tsx Refactored to use new context-based architecture with conditional rendering

@chiptus chiptus merged commit 3baed88 into develop Aug 11, 2025
7 checks passed
@chiptus chiptus deleted the feat/multiple-artists-set branch August 11, 2025 11:03
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