Johannes Klein
|
81ceb6f2d5
|
v1.0.12+186
v1.0.12+186
|
2025-11-19 00:15:56 +01:00 |
|
Johannes Klein
|
b7335c2237
|
Update to version 1.0.12
|
2025-11-19 00:10:24 +01:00 |
|
Johannes Klein
|
f7c3ea3993
|
Update @react-native-community/cli to 19.1.2 (#3197)
* Update package.json
* Update package-lock.json
|
2025-11-18 23:18:13 +01:00 |
|
Johannes Klein
|
44203970b6
|
Few changes to align TS migrations with existing codebase (#3239)
* Infer functional component's return type
* Extend Props from PropsWithChildren
* Refactor Props to interface
|
2025-11-18 23:10:25 +01:00 |
|
Johannes Klein
|
0691a3cfd7
|
Update @react-native-community/slider to 5.x (#3237)
* Update package.json
* Update package-lock.json
* Update Podfile.lock
|
2025-11-18 23:09:41 +01:00 |
|
Johannes Klein
|
66af4f7b20
|
Update react-native-svg (#3235)
* Update package.json
* Update package-lock.json
* Update Podfile.lock
|
2025-11-18 23:09:14 +01:00 |
|
Corey Farwell
|
84f58e6c30
|
Migrate SoundSlider to TypeScript. (#3227)
* Migrate `SoundSlider` to TypeScript.
* Update src/components/ObsDetailsDefaultMode/SoundContainer.tsx
|
2025-11-18 00:34:13 +01:00 |
|
Corey Farwell
|
bbe646ab42
|
Migrate RealmProvider to TypeScript. (#3233)
|
2025-11-18 00:22:38 +01:00 |
|
Johannes Klein
|
4092565193
|
New Crowdin translations by GitHub Action (#3194)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
|
2025-11-18 00:19:35 +01:00 |
|
Seth Peterson
|
a564f85ba0
|
Merge pull request #3222 from frewsxcv/react
Fix issue where component does not return `Element | null`.
|
2025-11-14 09:18:18 -06:00 |
|
Seth Peterson
|
55354e23f0
|
Merge pull request #3221 from frewsxcv/frewsxcv-240FC0C7-86BF-40B6-BCF7-DEC15AB7E4F8
Migrate `tryToReplaceWithLocalTaxon` to TypeScript.
|
2025-11-14 09:17:55 -06:00 |
|
Seth Peterson
|
06e9a52549
|
Merge pull request #3220 from frewsxcv/frewsxcv-179CFAFB-167B-46E2-A7D5-091C8ED211F1
Migrate `src/components/Match/EmptyMapSection` to TypeScript.
|
2025-11-14 09:17:44 -06:00 |
|
Seth Peterson
|
07d21dcc26
|
Merge pull request #3219 from frewsxcv/header
Migrate `src/components/LoginSignUp/Header` to TypeScript.
|
2025-11-14 09:17:35 -06:00 |
|
Seth Peterson
|
cc5b34e5b2
|
Merge pull request #3218 from frewsxcv/footer
Migrate `src/components/LocationPicker/Footer` to TypeScript.
|
2025-11-14 09:17:23 -06:00 |
|
Seth Peterson
|
2ef1708e46
|
Merge pull request #3214 from frewsxcv/logstage
Remove unused `logStage` option on `useWatchPosition` function.
|
2025-11-14 09:17:14 -06:00 |
|
Seth Peterson
|
03430f084c
|
Merge pull request #3212 from frewsxcv/geolocation
Fix outstanding type errors in `src/sharedHelpers/geolocationWrapper.ts`.
|
2025-11-14 09:16:37 -06:00 |
|
Seth Peterson
|
077df9b499
|
Merge pull request #3210 from frewsxcv/fetchPlaceName
Resolve only type error in `src/sharedHelpers/fetchPlaceName.ts`.
|
2025-11-14 09:16:25 -06:00 |
|
Seth Peterson
|
e6f8b8cacb
|
Merge pull request #3208 from frewsxcv/auth-mutation
Migrate `useAuthenticatedMutation` to TypeScript
|
2025-11-14 09:16:05 -06:00 |
|
Seth Peterson
|
6f59ad90b8
|
Merge pull request #3207 from frewsxcv/gradient
Fix type error in `src/components/SharedComponents/Buttons/GradientButton.tsx`.
|
2025-11-14 09:15:55 -06:00 |
|
Seth Peterson
|
ae1b568744
|
Merge pull request #3206 from frewsxcv/content
Migrate `src/components/SharedComponents/ObsDetails/ContentWithIcon` to TypeScript.
|
2025-11-14 09:15:43 -06:00 |
|
Seth Peterson
|
74aafced2d
|
Merge pull request #3205 from frewsxcv/auth-query
Improve return typing of `src/sharedHooks/useAuthenticatedQuery` function.
|
2025-11-14 09:15:33 -06:00 |
|
Seth Peterson
|
76fae43c7f
|
Merge pull request #3203 from frewsxcv/casting
Remove unnecessary type casting in `src/sharedHelpers/taxon.ts`.
|
2025-11-14 09:15:21 -06:00 |
|
Ryan Stelly
|
fd712f10e2
|
typescriptify Developer.js and refactor size calculation (#3176)
* typescriptify Developer.js and refactor size calculation
* remove logs
* fix typography component types / spacing, clean up naming
* fix type annotation, unused export, and variable name
|
2025-11-13 16:43:41 -06:00 |
|
Abbey Campbell
|
799efb8b4c
|
Merge pull request #3204 from frewsxcv/useDebugMode
Migrate `src/sharedHooks/useDebugMode` to TypeScript.
|
2025-11-13 11:13:15 -08:00 |
|
Abbey Campbell
|
6d4ffc574d
|
Merge pull request #3201 from frewsxcv/tailwin
Introduce a type declaration file for Tailwind config colors.
|
2025-11-13 11:12:19 -08:00 |
|
Abbey Campbell
|
1387609657
|
Merge pull request #3198 from frewsxcv/translations
Migrate `src/api/translations` to TypeScript.
|
2025-11-13 11:11:22 -08:00 |
|
Corey Farwell
|
de666803e7
|
Fix issue where component does not return Element | null.
|
2025-11-12 13:58:08 -05:00 |
|
Corey Farwell
|
c6bd05edb1
|
Migrate tryToReplaceWithLocalTaxon to TypeScript.
|
2025-11-12 12:32:37 -05:00 |
|
Corey Farwell
|
56a9793371
|
Migrate src/components/Match/EmptyMapSection to TypeScript.
|
2025-11-12 12:21:39 -05: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 |
|
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 |
|