-
Notifications
You must be signed in to change notification settings - Fork 20
feat: add disasters stats to /arcade #813
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this 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 Disasters game mode statistics to the Arcade gamemode, enabling tracking and display of survival and death statistics across various disaster types.
Key Changes
- Added
Disasters,DisasterSurvivals, andDisastersDeathsclasses to track game statistics - Integrated Disasters mode into the Arcade gamemode with submodes for overall, survivals, and deaths
- Updated UI components to display Disasters statistics alongside other Arcade games
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| packages/schemas/src/player/gamemodes/arcade/mode.ts | Defines schema classes for Disasters statistics including survivals and deaths tracking |
| packages/schemas/src/player/gamemodes/arcade/index.ts | Integrates Disasters mode into Arcade gamemode with submode configuration |
| locales/en-US/emojis.json | Adds emoji reference for Disasters mode |
| assets/public | Updates subproject commit reference |
| assets/private | Updates subproject commit reference |
| apps/site/app/(home)/previews/arcade.tsx | Updates arcade preview to include Disasters and adjusts grid layout from 3 to 4 columns |
| apps/discord-bot/src/commands/arcade/modes/overall-arcade.tsx | Adds Disasters to overall arcade statistics table and refactors column layout |
| apps/discord-bot/src/commands/arcade/modes/index.tsx | Exports Disasters table component |
| apps/discord-bot/src/commands/arcade/modes/disasters.tsx | Implements UI tables for displaying Disasters statistics with survivals and deaths submodes |
| apps/discord-bot/src/commands/arcade/arcade.profile.tsx | Adds case handler for Disasters mode in arcade profile display |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Uh oh!
There was an error while loading. Please reload this page.