Skip to content

🔥 Remove parade-related code and unused booster types#1971

Merged
mkmccarty merged 1 commit intomainfrom
mm-branch-1
Dec 22, 2025
Merged

🔥 Remove parade-related code and unused booster types#1971
mkmccarty merged 1 commit intomainfrom
mm-branch-1

Conversation

@mkmccarty
Copy link
Copy Markdown
Owner

• Removed parade-related code
• Eliminated unused booster types
• Cleaned up codebase by removing unnecessary components

Copilot AI review requested due to automatic review settings December 22, 2025 23:37
@mkmccarty mkmccarty merged commit 063de9d into main Dec 22, 2025
12 checks passed
@mkmccarty mkmccarty deleted the mm-branch-1 branch December 22, 2025 23:37
Copy link
Copy Markdown
Contributor

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 removes parade-related functionality and unused booster type classifications from the codebase, simplifying the contract management system by eliminating code for alternative player slots (parade alts) and their associated tracking.

Key Changes:

  • Removed the Kind enum and Parader struct that supported parade functionality
  • Eliminated parade-specific UI components and user interaction handlers
  • Simplified booster display logic by removing Kind-based conditional rendering

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
src/boost/boost.go Removed Kind enum, Parader struct, Kind field from Booster, ParadeList from Contract, and Kind initialization
src/boost/contract.go Removed parade-related case handlers (paradehost, paradejoin, paraderemove) and helper functions (addParaderFromInteraction, removeParaderFromInteraction)
src/boost/boost_handlers.go Removed parade UI components including parade host, join, and remove buttons
src/boost/boost_draw.go Removed parade list display section and simplified booster display logic by removing Kind-based conditional formatting

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

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