Skip to content

Commit 2f148cc

Browse files
committed
Merge branch 'develop' into rsvp-details
2 parents b69a5dc + dd03933 commit 2f148cc

55 files changed

Lines changed: 1479 additions & 465 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,47 @@
1+
# [1.36.0-develop.19](https://github.com/WatWowMap/ReactMap/compare/v1.36.0-develop.18...v1.36.0-develop.19) (2025-07-07)
2+
3+
4+
### Bug Fixes
5+
6+
* defender info updated time ([04706ab](https://github.com/WatWowMap/ReactMap/commit/04706abcb57ccafa2595bd9f3d56f6a1293cd36c))
7+
* fix the formula oops ([0de9804](https://github.com/WatWowMap/ReactMap/commit/0de98046516fc84a747687e19579a04b923b6834))
8+
* support light mode for motivation display ([cf9e412](https://github.com/WatWowMap/ReactMap/commit/cf9e4129daa8de175e7321fcdf41dca23c96de36))
9+
10+
11+
### Features
12+
13+
* **client:** better footer on gym popup ([fd0ee09](https://github.com/WatWowMap/ReactMap/commit/fd0ee09687baf1bd9eb6c3e7a44202db090f0136))
14+
* **client:** better spacing on gym popup ([b187b46](https://github.com/WatWowMap/ReactMap/commit/b187b46eb26331414e803ee2c7eaff53f5927d36))
15+
* **client:** conditional gym defender heart lines & translate CP ([39726eb](https://github.com/WatWowMap/ReactMap/commit/39726eb5a634797c34924dba31f05544d806fd40))
16+
* **client:** drop defenders from extra info, fix defenders hearth calculation ([6604029](https://github.com/WatWowMap/ReactMap/commit/6604029d6058b48d0b951b3d55f4ca9749cccc95))
17+
* **client:** fixes on gym defenders popup ([14f8f97](https://github.com/WatWowMap/ReactMap/commit/14f8f97701a37eeb657e965bd90b18b12425def9))
18+
* **client:** make deffenders popup more compact ([5e3aa75](https://github.com/WatWowMap/ReactMap/commit/5e3aa754feea7ecda76228cb194ad3e85a822ff9))
19+
* **client:** restore comments on defenders code ([7f24004](https://github.com/WatWowMap/ReactMap/commit/7f240042fd3190099bbfce6284a4e92ec7ee757b))
20+
* display MOAR info ([791140b](https://github.com/WatWowMap/ReactMap/commit/791140b5af6fed72899f6327710a0ce0d67fc24d))
21+
* front-end display gym defenders ([f3c9511](https://github.com/WatWowMap/ReactMap/commit/f3c9511aac1b6c5d7bc7a2851248d4ec56cd2868))
22+
* predict motivation now ([644c01e](https://github.com/WatWowMap/ReactMap/commit/644c01ecb2e24bae89791a69cd7d756d920e50a8))
23+
* prepare gym defenders backend ([ca7f7c7](https://github.com/WatWowMap/ReactMap/commit/ca7f7c7b64df61262fa0445bfb4dc744d5aecb9a))
24+
25+
26+
### Reverts
27+
28+
* Revert "chore: drop MAD support" ([4216560](https://github.com/WatWowMap/ReactMap/commit/4216560d16282d819b502200b8f00c6ee0a729a3))
29+
* Revert "fix: search" ([877c7eb](https://github.com/WatWowMap/ReactMap/commit/877c7eb4a8acb5d847431f87f86f9e8808fa14ab))
30+
31+
# [1.36.0-develop.18](https://github.com/WatWowMap/ReactMap/compare/v1.36.0-develop.17...v1.36.0-develop.18) (2025-07-07)
32+
33+
34+
### Bug Fixes
35+
36+
* raid timer in search ([23275f6](https://github.com/WatWowMap/ReactMap/commit/23275f6276cb014eab1858d693c9792731f64e3b))
37+
38+
# [1.36.0-develop.17](https://github.com/WatWowMap/ReactMap/compare/v1.36.0-develop.16...v1.36.0-develop.17) (2025-07-07)
39+
40+
41+
### Bug Fixes
42+
43+
* search ([26eaaab](https://github.com/WatWowMap/ReactMap/commit/26eaaabdb08fb0a93bc5ba73118678425a63f11b))
44+
145
# [1.36.0-develop.16](https://github.com/WatWowMap/ReactMap/compare/v1.36.0-develop.15...v1.36.0-develop.16) (2025-04-11)
246

347

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ Pokemon GO Map frontend built with React.
4848
## Backends Supported
4949

5050
- [Chuck](https://github.com/WatWowMap/Chuck)
51+
- [Map-A-Droid (MAD)](https://github.com/Map-A-Droid/MAD)
5152
- [RealDeviceMap (RDM)](https://github.com/realdevicemap/realdevicemap)
5253
- [Golbat](https://github.com/UnownHash/Golbat)
5354

config/custom-environment-variables.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -791,6 +791,10 @@
791791
"__name": "CLIENT_SIDE_OPTIONS_POKESTOPS_CUSTOM_RANGE",
792792
"__format": "number"
793793
},
794+
"madQuestText": {
795+
"__name": "CLIENT_SIDE_OPTIONS_POKESTOPS_MAD_QUEST_TEXT",
796+
"__format": "boolean"
797+
},
794798
"hasQuestIndicator": {
795799
"__name": "CLIENT_SIDE_OPTIONS_POKESTOPS_HAS_QUEST_INDICATOR",
796800
"__format": "boolean"

config/default.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,7 @@
368368
"interactionRanges": false,
369369
"lureRange": false,
370370
"customRange": 0,
371+
"madQuestText": false,
371372
"hasQuestIndicator": true,
372373
"showArBadge": false,
373374
"enablePokestopPopupCoords": false,
@@ -605,7 +606,7 @@
605606
},
606607
"scanner": {
607608
"backendConfig": {
608-
"platform": "rdm/dragonite/custom",
609+
"platform": "rdm/mad/dragonite/custom",
609610
"apiEndpoint": "http://ip:port/api/",
610611
"headers": [],
611612
"apiUsername": "username",

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reactmap",
3-
"version": "1.36.0-develop.16",
3+
"version": "1.36.0-develop.19",
44
"private": true,
55
"description": "React based frontend map.",
66
"license": "MIT",
@@ -218,6 +218,5 @@
218218
"engines": {
219219
"node": ">=18",
220220
"yarn": "^1.22.x"
221-
},
222-
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
221+
}
223222
}

packages/config/.configref

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
25382
1+
25415

packages/locales/lib/generated/de.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@
185185
"min_iv_circle": "Minimales Kreis IV",
186186
"interaction_ranges": "Interaktionsbereiche",
187187
"cannot_connect": "\nVerbindung zum Server derzeit nicht möglich.\nEin sofortiger weiterer Versuch verursacht nur mehr Probleme.\nBitte versuchen Sie es in ein paar Minuten erneut.\n\n- Map Admin Team",
188+
"mad_quest_text": "Native Quests",
188189
"xs": "XS",
189190
"primary": "Primär",
190191
"secondary": "Sekundär",

packages/locales/lib/generated/es.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@
185185
"min_iv_circle": "Círculo IV Mínimo",
186186
"interaction_ranges": "Rangos de Interacción",
187187
"cannot_connect": "\nNo se puede conectar al servidor en este momento.\nIntentarlo de nuevo inmediatamente solo causará más problemas.\nPor favor, inténtalo de nuevo en unos minutos.\n\n- Equipo de Administración del Mapa",
188+
"mad_quest_text": "Misiones Nativas",
188189
"xs": "XS",
189190
"primary": "Primario",
190191
"secondary": "Secundario",

packages/locales/lib/generated/fr.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@
185185
"min_iv_circle": "Cercle IV Minimum",
186186
"interaction_ranges": "Plages d'Interaction",
187187
"cannot_connect": "\nImpossible de se connecter au serveur pour le moment.\nRéessayer immédiatement ne fera qu'aggraver les problèmes.\nVeuillez réessayer dans quelques minutes.\n\n- Équipe Admin de la Carte",
188+
"mad_quest_text": "Quêtes Natives",
188189
"xs": "XS",
189190
"primary": "Primaire",
190191
"secondary": "Secondaire",

packages/locales/lib/generated/hi.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@
185185
"min_iv_circle": "न्यूनतम सर्कल IV",
186186
"interaction_ranges": "इंटरेक्शन रेंज",
187187
"cannot_connect": "\nइस समय सर्वर से कनेक्ट नहीं हो सकता।\nतुरंत फिर से प्रयास करने से अधिक समस्याएँ होंगी।\nकृपया कुछ मिनटों में पुनः प्रयास करें।\n\n- मैप एडमिन टीम",
188+
"mad_quest_text": "मूल क्वेस्ट्स",
188189
"xs": "XS",
189190
"primary": "प्राथमिक",
190191
"secondary": "द्वितीयक",

0 commit comments

Comments
 (0)