-
-
Notifications
You must be signed in to change notification settings - Fork 79
Sync Dev to Main #1134
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
Sync Dev to Main #1134
Conversation
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.3.5 to 6.3.6. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v6.3.6/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v6.3.6/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 6.3.6 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
…6.3.6 chore(deps-dev): bump vite from 6.3.5 to 6.3.6
## [1.38.1-develop.1](v1.38.0...v1.38.1-develop.1) (2025-09-15) ### Bug Fixes * relative timer not updating ([72b0a8c](72b0a8c))
# [1.39.0-develop.1](v1.38.1-develop.1...v1.39.0-develop.1) (2025-09-16) ### Features * route share code ([4ac76d0](4ac76d0))
# [1.39.0-develop.2](v1.39.0-develop.1...v1.39.0-develop.2) (2025-09-16) ### Bug Fixes * skip updated filtering if shortcode is present ([b0cfe13](b0cfe13))
# [1.39.0-develop.3](v1.39.0-develop.2...v1.39.0-develop.3) (2025-09-22) ### Features * display actual battle bonus via stationed pokemon ([ba51f47](ba51f47))
# [1.39.0-develop.4](v1.39.0-develop.3...v1.39.0-develop.4) (2025-09-23) ### Features * Compact Route View ([#1131](#1131)) ([795976e](795976e))
# [1.39.0-develop.5](v1.39.0-develop.4...v1.39.0-develop.5) (2025-09-23) ### Bug Fixes * localization ([f02e8cd](f02e8cd)) * refinements to interaction between gyms/stops and routes ([8c0ba37](8c0ba37))
# [1.39.0-develop.6](v1.39.0-develop.5...v1.39.0-develop.6) (2025-09-23) ### Bug Fixes * translation ([5a02a6b](5a02a6b))
* feat: estimated shiny probability for pokemon * feat: shiny since date * feat: lazy load shiny rates NB The database holding the spawnpoint table will be used to query pokemon_shiny_stats.
# [1.39.0-develop.7](v1.39.0-develop.6...v1.39.0-develop.7) (2025-09-24) ### Features * estimated shiny probability for pokemon ([#1133](#1133)) ([d44a3df](d44a3df))
# [1.39.0-develop.8](v1.39.0-develop.7...v1.39.0-develop.8) (2025-09-24) ### Bug Fixes * ditto filtering ([2fe3af3](2fe3af3))
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 syncs development branch changes to main, adding route enhancements, Pokemon shiny statistics, and various UI improvements including a compact route view, route sharing codes, improved battle bonuses, and bug fixes for Ditto filtering and relative timers.
- Introduces compact route view with interactive POI selection and directional indicators
- Adds Pokemon shiny probability statistics with historical data aggregation
- Implements route sharing via shortcode system with clipboard functionality
Reviewed Changes
Copilot reviewed 36 out of 39 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| src/utils/readableProbability.js | New utility for converting probability values to human-readable format |
| src/utils/getAttackBonus.js | Adds station damage boost calculation function |
| src/store/useMemory.js | Adds feature flag for shiny stats support |
| src/services/queries/route.js | Adds fort IDs and shortcode to route queries |
| src/services/queries/pokemon.js | Removes ditto_form field and adds shiny stats query |
| src/services/queries/available.js | Adds shiny stats support flag to available data |
| src/pages/map/components/QueryData.jsx | Implements special route layer handling and refactors filtering |
| src/hooks/useRelativeTime.js | Fixes duplicate useEffect causing timer issues |
| src/hooks/useMapData.js | Adds shiny stats feature flag handling |
| src/features/route/ | Multiple new files implementing compact route view system |
| src/features/pokestop/PokestopTile.jsx | Adds route interaction support |
| src/features/pokemon/PokemonPopup.jsx | Implements shiny probability display with tooltip |
| src/features/gym/GymTile.jsx | Adds route interaction support |
| src/features/station/StationPopup.jsx | Updates battle bonus display with actual damage values |
| src/features/drawer/Routes.jsx | Adds compact view toggle setting |
| server/src/models/ | Backend support for shiny stats and route shortcodes |
| packages/vite-plugins/package.json | Updates vite dependency version |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
🎉 This PR is included in version 1.39.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
No description provided.