3279 Commits

Author SHA1 Message Date
Corey Farwell
56a9793371 Migrate src/components/Match/EmptyMapSection to TypeScript. 2025-11-12 12:21:39 -05:00
sepeterson
6ec3ffcb5c MOB-989 add firebase perf monitoring 2025-11-12 08:45:55 -06:00
Johannes Klein
609f1fa26a v1.0.11+185 v1.0.11+185 2025-11-12 09:35:10 +01:00
Corey Farwell
1978d86f58 Migrate src/components/LoginSignUp/Header to TypeScript. 2025-11-12 00:20:10 -05:00
Corey Farwell
6a603656f9 Migrate src/components/LocationPicker/Footer to TypeScript. 2025-11-12 00:19:19 -05:00
Abbey Campbell
2a61f157fa Merge pull request #3215 from frewsxcv/index
Migrate `src/navigation/BottomTabNavigator/index` to TypeScript.
2025-11-11 15:56:22 -08:00
Abbey Campbell
55b3f952b0 Merge pull request #3213 from frewsxcv/sentinel
Fix only type error in `src/sharedHelpers/sentinelFiles.ts`.
2025-11-11 15:55:20 -08:00
Abbey Campbell
5a848b44ee Merge pull request #3199 from frewsxcv/error2
Simplify `name` property setting on API error classes.
2025-11-11 15:05:58 -08:00
Abbey Campbell
4dc2afd4ba Merge pull request #3202 from frewsxcv/reactnode
Replace usages of `React.Node` with `React.ReactNode`.
2025-11-11 15:05:17 -08:00
Ryan Stelly
44f7c00b7d Merge pull request #3193 from inaturalist/mob-979-logged-out-users-with-2-or-more-saved-observations-not
consider incomplete observations uploadable for logged out users
2025-11-11 14:36:47 -06:00
Corey Farwell
dee5a1a4e3 Migrate src/navigation/BottomTabNavigator/index to TypeScript. 2025-11-11 15:04:43 -05:00
Corey Farwell
588e7f592c Remove unused logStage option on useWatchPosition function. 2025-11-11 14:34:20 -05:00
Corey Farwell
fe36ce9115 Fix only type error in src/sharedHelpers/sentinelFiles.ts. 2025-11-11 14:19:48 -05:00
Corey Farwell
9c7e09e0f1 Fix outstanding type errors in src/sharedHelpers/geolocationWrapper.ts. 2025-11-11 14:08:51 -05:00
Corey Farwell
87f1b9f21f Resolve only type error in src/sharedHelpers/fetchPlaceName.ts. 2025-11-11 13:56:59 -05:00
Corey Farwell
d16d54719e Migrate useAuthenticatedMutation to TypeScript 2025-11-11 13:34:06 -05:00
sepeterson
74eac57dec MOB-991 location permissions in callback dep 2025-11-11 10:50:09 -06:00
sepeterson
d1ddb9881e MOB-993 add carousel button events 2025-11-11 10:46:40 -06:00
Corey Farwell
fa1333f005 Fix type error in src/components/SharedComponents/Buttons/GradientButton.tsx. 2025-11-11 01:21:04 -05:00
Corey Farwell
a085434ae3 Migrate src/components/SharedComponents/ObsDetails/ContentWithIcon to TypeScript. 2025-11-11 01:17:47 -05:00
Corey Farwell
89d5d258c2 Improve return typing of src/sharedHooks/useAuthenticatedQuery function. 2025-11-11 01:05:28 -05:00
Corey Farwell
6fe7e4ed24 Migrate src/sharedHooks/useDebugMode to TypeScript. 2025-11-11 01:02:14 -05:00
Corey Farwell
ad1f0da433 Remove unnecessary type casting in src/sharedHelpers/taxon.ts. 2025-11-10 16:45:24 -05:00
Corey Farwell
e081b3a414 Replace usages of React.Node with React.ReactNode.
The React TypeScript types define the latter, but not the former.
2025-11-10 16:38:23 -05:00
Corey Farwell
4c8d4002df Introduce a type declaration file for Tailwind config colors. 2025-11-10 16:32:07 -05:00
Corey Farwell
e87de2c7c4 Simplify name property setting on API error classes. 2025-11-10 13:53:56 -05:00
Corey Farwell
3c31bc228a Migrate src/api/translations to TypeScript. 2025-11-10 13:48:52 -05:00
Abbey Campbell
e04a183f35 consider incomplete observations uploadable for logged out users 2025-11-07 18:29:23 -08:00
Seth Peterson
2ef310e0a4 Merge pull request #3182 from inaturalist/mob-674-upload-status-text-should-wrap
MOB-674 upload status text to 2 lines if necessary
2025-11-07 13:37:05 -06:00
Ryan Stelly
78632c9ffb Merge pull request #3192 from frewsxcv/error
Migrate `src/api/error.js` to TypeScript.
2025-11-07 12:41:13 -06:00
Ryan Stelly
80ff4e1666 Merge pull request #3190 from inaturalist/MOB-1000-fix-unit-test-flake
MOB-1000 mock user to fix unit test flake
2025-11-07 12:38:56 -06:00
Ryan Stelly
e4d3bd796c switch spy to mock 2025-11-07 11:55:09 -06:00
Ryan Stelly
2f681092d0 Apply suggestion from @FLGMwt 2025-11-07 11:46:45 -06:00
Ryan Stelly
94ddbcef34 Merge pull request #3170 from frewsxcv/foreach
Fix type errors where `forEach` does not exist on generator objects.
2025-11-07 11:33:20 -06:00
Corey Farwell
a220cb0283 Prefer for...of loop 2025-11-07 12:25:11 -05:00
Corey Farwell
6becdf5c93 Merge remote-tracking branch 'origin/main' into foreach 2025-11-07 12:21:03 -05:00
sepeterson
9b26d26fd5 Merge branch 'mob-674-upload-status-text-should-wrap' of https://github.com/inaturalist/iNaturalistReactNative into mob-674-upload-status-text-should-wrap 2025-11-07 10:20:36 -06:00
sepeterson
ec8699df18 MOB-674 use white on green styling boolean for white text too 2025-11-07 10:18:31 -06:00
Ryan Stelly
75d9665150 use Number constructor over operator coercion 2025-11-07 10:13:53 -06:00
Johannes Klein
de4f7bbb1d Revert "Remove upload banner top padding"
This reverts commit 59eff054de.
2025-11-07 15:43:54 +01:00
Johannes Klein
59eff054de Remove upload banner top padding
According to design specs here there is no top padding on this one. https://www.figma.com/design/MChpvx4ZrKEVVwsWKt4lkI/iNaturalist-Mobile-UI-Design?node-id=23655-66869&t=vtQ37pYecsHvm6K2-4
2025-11-07 13:25:16 +01:00
Abbey Campbell
4870dae72a Merge pull request #3189 from inaturalist/mob-797-change-the-green-checkmark-under-top-id-suggestion-on-the
remove misleading suggestion checkmark state
2025-11-06 13:52:17 -08:00
Abbey Campbell
8de05148dc move icon button inline 2025-11-06 12:53:10 -08:00
Corey Farwell
631101eb85 Migrate src/api/error.js to TypeScript. 2025-11-06 14:33:54 -05:00
sepeterson
e29f7365ac MOB-674 shrinking status text 2025-11-06 13:25:26 -06:00
Ryan Stelly
7086d00d42 MOB-1000 mock user to fix unit test flake 2025-11-06 12:56:39 -06:00
sepeterson
de059c4179 MOB-674 fine tune flex and margins 2025-11-06 10:49:20 -06:00
Abbey Campbell
cebbcfa061 remove misleading suggestion checkmark state 2025-11-05 15:10:01 -08:00
sepeterson
d09ccd313d MOB-674 figure out how to use flex 2025-11-05 15:59:54 -06:00
Ryan Stelly
e5f98eb2d9 Merge pull request #3183 from frewsxcv/location
Fix type error and unnecessary rendering in `LocationIndicator`.
2025-11-05 11:58:32 -06:00