Commit Graph

4199 Commits

Author SHA1 Message Date
iNaturalist Crowdin Sync
0c7233af32 New Crowdin translations by GitHub Action (#3361)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2026-02-10 14:18:46 +01:00
Johannes Klein
c6a039a966 Remove unused onSkip prop and component (#3360) 2026-02-10 14:17:54 +01:00
Abbey Campbell
081b5bdc91 Merge pull request #3359 from inaturalist/mob-1168-infinite-re-rendering-loading-spinner-in-species-list
add condition to stop fetching once we've fetched all results
2026-02-09 18:35:56 -08:00
Abbey Campbell
f5e91dc973 change spread order to get correct per_page 2026-02-09 17:33:51 -08:00
Abbey Campbell
a0b7a23991 define notificationParams only once 2026-02-09 16:26:55 -08:00
Abbey Campbell
b6d5dfdaa8 use initialRegion and regionToAnimate for maps 2026-02-09 14:55:22 -08:00
Seth Peterson
22d2ca9858 Merge pull request #3357 from inaturalist/mob-1104-consolidate-obsdetailscontainer-and
MOB-1104: consolidate logic ObsDetailsContainer and ObsDetailsDefaultModeContainer
2026-02-09 12:17:25 -06:00
sepeterson
92b0b0b92d MOB-1104: add logger to reducer default state 2026-02-09 11:29:01 -06:00
sepeterson
02780c7dc3 MOB-1104: pr followup 2026-02-09 11:22:21 -06:00
Johannes Klein
e44a54be88 Update rozenite packages to 1.2.0 (#3362)
* Update package.json

* Update package-lock.json
2026-02-09 18:04:35 +01:00
Abbey Campbell
ed5d6b4c25 add condition to stop fetching once we've fetched all results 2026-02-06 13:26:43 -08:00
Ryan Stelly
10137c4b83 implement experiment for running offline suggestions in parallel to online (#3321)
* extract imperative offline sugg logic and sneak that into online query for experiment

* fire-and-forget promise before await, fix types & function names

* fix useOffline's useEffect misfiring
2026-02-06 10:13:07 -06:00
sepeterson
a966693ea4 clarify BottomSheetV2 2026-02-05 16:55:01 -06:00
sepeterson
e8b647c196 MOB-1104: destructure hook params in function definition 2026-02-05 16:05:53 -06:00
Abbey Campbell
d4b3353cc0 destructure from query object 2026-02-05 12:13:51 -08:00
Seth Peterson
4859fa1d54 Merge pull request #3334 from inaturalist/mob-968-add-edit-icon-to-top-right-of-match-screen-2
MOB-968 Match screen edit icon
2026-02-05 11:57:07 -06:00
iNaturalist Crowdin Sync
71b122341a New Crowdin translations by GitHub Action (#3354)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2026-02-05 16:50:49 +01:00
Abbey Campbell
46d2ab7e4b show offline/retry state for notifications when request takes too long 2026-02-04 18:56:26 -08:00
Johannes Klein
e6f8a54b2f Merge pull request #3351 from inaturalist/destructure-mutate-from-useMutation
Destructure mutate from useMutation
2026-02-04 22:31:08 +01:00
Abbey Campbell
98a13d18a0 Merge pull request #3353 from inaturalist/mob-1106-scrolling-on-a-bottom-sheet-with-a-list-should-not-close-the
disable pan down gestures for PickerSheet
2026-02-04 11:59:38 -08:00
sepeterson
fc2ee2105b MOB-1104: hook to ts 2026-02-04 13:40:05 -06:00
sepeterson
70110dab0d MOB-1104: use hook for shared logic 2026-02-04 13:31:52 -06:00
Abbey Campbell
c5ef24b4b1 disable content panning gestures for PickerSheet 2026-02-04 11:11:28 -08:00
sepeterson
7066956197 MOB-1104: rm unused code from ObsDetailsDefaultModeContainer 2026-02-04 13:02:47 -06:00
sepeterson
458d151f6d MOB-968: comment cleanup 2026-02-04 11:00:36 -06:00
sepeterson
98845b0598 Merge branch 'main' into mob-968-add-edit-icon-to-top-right-of-match-screen-2 2026-02-04 10:30:04 -06:00
sepeterson
dae87109eb MOB-968: pass unmutated taxon to be saved 2026-02-04 10:29:15 -06:00
Johannes Klein
0325857a7a Small refactor 2026-02-04 13:38:59 +01:00
Johannes Klein
c5e3afb786 Rename argument to follow rest of codebase 2026-02-04 13:35:33 +01:00
Johannes Klein
7507b8af6e Refactor to follow rest of the codebase 2026-02-04 13:33:54 +01:00
Johannes Klein
8474425491 Refactor updateRelationshipsMutation to follow the rest of the codebase 2026-02-04 13:21:22 +01:00
Johannes Klein
c265730f43 Refactor createRelationshipsMutation to follow the rest of the codebase 2026-02-04 13:18:56 +01:00
Johannes Klein
50e955af09 Indentation 2026-02-04 12:55:55 +01:00
Johannes Klein
7dce1c0be2 Replace interface with the one given by react-query
This seems more valid to me because we spread the options into the place were UseMutationOptions are used.
2026-02-04 12:54:48 +01:00
Johannes Klein
d0af52dd27 Helper function to log which dependencies changed for a useEffect 2026-02-04 11:25:58 +01:00
Johannes Klein
ad417ad7b2 Fix merge conflict 2026-02-04 10:52:58 +01:00
Johannes Klein
6320dbe196 Merge pull request #3355 from inaturalist/additional-destructure-mutate-from-useMutation
Additional destructure mutate from use mutation
2026-02-04 10:51:44 +01:00
Johannes Klein
035b77810c Merge branch 'destructure-mutate-from-useMutation' into additional-destructure-mutate-from-useMutation 2026-02-04 10:51:03 +01:00
Johannes Klein
01bb941310 Merge branch 'main' into destructure-mutate-from-useMutation 2026-02-04 10:40:55 +01:00
Johannes Klein
100735d44d v1.0.15+196 v1.0.15+196 2026-02-03 23:07:49 +01:00
Abbey Campbell
2abf587cc0 disable pan down gestures for PickerSheet 2026-02-03 13:44:24 -08:00
Ryan Stelly
fbc7ab07bd support log apis extra property (#3331)
* functional checkpoint for logWithExtra

* remove custom log levels and infer extra arg

* extra function comment & config tidy

* Mov 730 support log extra with wrapper (#3338)

* alternative implementation for log extra w/ log wrapper

* split log enhancer from log transport implementation

* move import out of comment
2026-02-03 15:06:54 -06:00
Abbey Campbell
f4faf3a47d Merge pull request #3326 from inaturalist/mob-1047-add-sorting-to-my-observations
Mob 1047 add sorting to my observations
2026-02-03 11:18:30 -08:00
Johannes Klein
f1be620752 Add rozenite require profiler plugin (#3349)
* Update package.json

* Update package.json

* Update package-lock.json

* Use tilde

* Update metro.config.js

* Update index.js
2026-02-03 18:13:36 +01:00
Johannes Klein
fa6e063071 Update react-native-get-random-values to 2.0.0 (#3347)
* Update package.json

* Update package-lock.json

* Update Podfile.lock
2026-02-03 18:13:08 +01:00
Johannes Klein
3d9f2c3040 Refactor lodash function imports (#3348)
* Change destructured imports to individual imports

* Change full lodash imports to individual function imports

* Remove unused imports

* One more
2026-02-03 18:12:48 +01:00
Johannes Klein
82c9af74c8 Update comments for strings referencing a certain version number (#3350) 2026-02-03 18:12:30 +01:00
Seth Peterson
af793d56ac Merge pull request #3333 from inaturalist/mob-1089-ids-with-remarks-not-appearing-on-observations
MOB-1089 fix id with comment
2026-02-03 10:21:18 -06:00
Johannes Klein
f1e8a67791 Update UnfollowSheet.tsx 2026-02-03 15:15:05 +01:00
Johannes Klein
fd8f932511 Update ProjectDetailsContainer.js 2026-02-03 14:44:23 +01:00