Conversation
## [1.37.1-develop.1](v1.37.0...v1.37.1-develop.1) (2025-08-11) ### Bug Fixes * exclude leaders and Giovanni from confirmed available rocket Pokemon ([85e6408](85e6408)) * secondaryFilter should also exclude leaders and Giovanni pokemon ([08696af](08696af))
## [1.37.1-develop.2](v1.37.1-develop.1...v1.37.1-develop.2) (2025-08-11) ### Bug Fixes * invasion size by rocket Pokemon when confirmed lineups ([f1a9cba](f1a9cba))
## [1.37.1-develop.3](v1.37.1-develop.2...v1.37.1-develop.3) (2025-08-16) ### Bug Fixes * typo ([56a2272](56a2272))
Bumps [sha.js](https://github.com/crypto-browserify/sha.js) from 2.4.11 to 2.4.12. - [Changelog](https://github.com/browserify/sha.js/blob/master/CHANGELOG.md) - [Commits](browserify/sha.js@v2.4.11...v2.4.12) --- updated-dependencies: - dependency-name: sha.js dependency-version: 2.4.12 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
…s-2.4.12 chore(deps): bump sha.js from 2.4.11 to 2.4.12
See more explanations at #526.
# [1.38.0-develop.2](v1.38.0-develop.1...v1.38.0-develop.2) (2025-08-27) ### Features * fallback gym defender info using old columns in db ([d794ea0](d794ea0))
# [1.38.0-develop.3](v1.38.0-develop.2...v1.38.0-develop.3) (2025-08-27) ### Bug Fixes * discord clientReady event ([330df39](330df39))
# [1.38.0-develop.4](v1.38.0-develop.3...v1.38.0-develop.4) (2025-08-30) ### Bug Fixes * disable routes by default ([7e8ed3b](7e8ed3b)) * showcase range is 500m ([9da523b](9da523b))
feat: RSVP tracking via api Poracle PR#928
# [1.38.0-develop.5](v1.38.0-develop.4...v1.38.0-develop.5) (2025-09-08) ### Bug Fixes * remove invasion and kecleon icons if showcase overrides ([5cf6123](5cf6123))
There was a problem hiding this comment.
Pull Request Overview
This PR synchronizes development changes to main, including RSVP support for webhooks, location error handling improvements, showcase range features, and various bug fixes.
- Adds RSVP changes functionality to raid and egg webhook configurations
- Implements improved location error handling with toast notifications instead of browser alerts
- Introduces showcase range display for remote joining capabilities
Reviewed Changes
Copilot reviewed 26 out of 28 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/services/queries/webhook.js | Adds rsvp_changes field to webhook GraphQL fragments |
| src/pages/map/components/Layers.jsx | Integrates location error handling with notification UI |
| src/pages/map/components/FloatingBtn.jsx | Updates floating buttons with location error handling |
| src/hooks/useLocationError.js | New hook for centralized location error management |
| src/hooks/useLocation.js | Updates location hook to support error handling |
| src/features/webhooks/WebhookAdv.jsx | Adds RSVP changes option to webhook configuration |
| src/features/pokestop/usePokestopMarker.js | Improves invasion/showcase icon display logic |
| src/features/pokestop/PokestopTile.jsx | Adds showcase range visualization |
| src/features/gym/GymTile.jsx | Removes 300m range option |
| src/features/gym/GymPopup.jsx | Adds fallback display for basic gym data |
| server/src/ui/clientOptions.js | Removes 300m range and adds showcase range option |
| server/src/services/Poracle.js | Updates Poracle version requirement and adds RSVP support |
| server/src/services/DiscordClient.js | Fixes Discord client ready event handler |
| server/src/models/Pokestop.js | Improves invasion filtering for team leaders |
| server/src/graphql/typeDefs/poracle.graphql | Adds rsvp_changes to GraphQL schema |
| packages/locales/lib/human/*.json | Adds RSVP-related translations and removes 300m range |
| packages/config/.configref | Updates config reference |
| package.json | Version bump and dependency updates |
| config/default.json | Removes 300m range setting and disables routes by default |
| config/custom-environment-variables.json | Removes 300m range environment variable |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
# [1.38.0-develop.6](v1.38.0-develop.5...v1.38.0-develop.6) (2025-09-10) ### Bug Fixes * audit ([66b07e9](66b07e9))
|
🎉 This PR is included in version 1.38.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.