Seth Peterson
bfec7984df
MOB-1347: tests
2026-08-26 17:32:52 -05:00
Seth Peterson
fdb30ce56e
merge main
2026-08-23 21:40:25 -05:00
Seth Peterson
edc79c59f9
merge main
2026-08-21 10:05:08 -05:00
Seth Peterson
0e74ca0ef5
MOB-1348: count tests
2026-08-20 14:20:17 -05:00
Seth Peterson
76e3cd6f79
MOB-1348: some tests
2026-08-20 11:26:15 -05:00
Seth Peterson
3eed3bee68
MOB-1406: test cleanup
2026-08-20 11:05:37 -05:00
Seth Peterson
2d26940d5d
MOB-1346: trim redundant tests
2026-08-20 10:26:48 -05:00
Seth Peterson and Claude Opus 5
82e4992103
Merge branch 'mob-1346-screen' into mob-1406-saved-searches
...
Resolve universalSearchSubject.test.js in favor of this branch: MOB-1406
hoisted the result literals into shared fixtures that already carry the
observations_count and project_type fields MOB-1346 added inline.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com >
2026-08-18 10:16:28 -05:00
Seth Peterson and Claude Opus 5
00528f5d56
Merge branch 'mob-1346-screen' into mob-1346-screen-tests
...
Resolve the universalSearchSubject test to the factory-based form while
keeping observations_count on the user subject.
draftFromV2State now translates user/project subjects into filters and
drops unobserved subjects, so the reducer can no longer see a non-taxon
subject. Replace the obsolete "supersedes a carried subject" reducer
tests with draftFromV2State coverage of that translation.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com >
2026-08-17 15:40:40 -05:00
Seth Peterson
0d54746025
MOB-1346: observations_count cleanup
2026-08-17 12:27:34 -05:00
Seth Peterson
85b7b745e7
MOB-1406: show in universal search UI
2026-08-14 16:46:44 -05:00
Seth Peterson
c2df17b168
MOB-1406: subject -> result
2026-08-14 16:37:39 -05:00
Seth Peterson
b471a1537c
MOB-1346: use factories
2026-08-14 14:44:23 -05:00
Seth Peterson
6c638ed18b
MOB-1346: unit tests
2026-08-14 14:36:14 -05:00
Seth Peterson
9bd213dfe3
MOB-1346: tests fixed
2026-08-13 17:14:26 -05:00
Seth Peterson
f85a18a6c5
Merge pull request #3901 from inaturalist/mob-1346-filter-state
...
MOB-1346: AdvancedSearch subcomponents
2026-08-12 12:08:48 -05:00
Seth Peterson
b85839a80a
MOB-1346: toBeTruthy -> toBeVisible
2026-08-12 09:43:14 -05:00
Seth Peterson
4d7c5e24e6
MOB-1337: initialState is not optional
2026-08-11 09:57:48 -05:00
sepeterson
6a4e20d771
MOB-1346: subcomponent tests
2026-08-11 09:28:56 +02:00
sepeterson
02916d6cae
Merge remote-tracking branch 'origin/main' into mob-1337-explore-entry-points-from-other-screens
2026-08-05 20:26:16 -05:00
sepeterson
88270705b6
MOB-1591: tests
2026-08-05 10:46:33 +02:00
sepeterson
ff6f76115c
MOB-1591: tests
2026-08-04 09:33:54 -05:00
sepeterson
e37bb30cf2
MOB-1595: merge main
2026-08-03 17:14:12 -05:00
sepeterson
67ed9c875c
MOB-1595: redo search tests
2026-08-03 17:08:38 -05:00
Seth Peterson
544d12a1ed
Merge pull request #3881 from inaturalist/mob-1595-support-the-explore-map-view
...
MOB-1595: exploreV2 map view
2026-07-31 11:16:56 -05:00
sepeterson
e678966e3f
MOB-1342: ExploreV2 universal search bottom search button
2026-07-29 10:29:35 -05:00
sepeterson
1bc6259956
MOB-1595: zooming to nearby location should set the exploreV2 location mode too
2026-07-28 22:30:07 -05:00
sepeterson
431eb897c2
MOB-1595: test improvements
2026-07-28 22:20:00 -05:00
Seth Peterson
657f27c0f1
Merge pull request #3856 from inaturalist/mob-1346-filter-state
...
MOB-1346: ExploreV2 advanced search state
2026-07-28 12:56:30 -05:00
sepeterson
30faebbcb4
MOB-1595: exploreV2 map view
2026-07-27 17:42:48 -05:00
Seth Peterson
bfc9f25312
Merge pull request #3858 from inaturalist/mob-1340-universal-search-info-i-button
...
MOB-1340: universal search result info (i) button
2026-07-27 08:50:39 -05:00
sepeterson
1d4b841568
Merge branch 'main' into mob-1340-universal-search-info-i-button
2026-07-24 17:33:46 -05:00
sepeterson
8eca68d3f3
MOB-1331: center notice and refresh fix
2026-07-24 16:57:52 -05:00
sepeterson and Claude Opus 5
a8b03b1323
Merge remote-tracking branch 'origin/main' into mob-1331-offline-state
...
Resolved conflict in ExploreResults.tsx: kept the renderContent( )
extraction from this branch (which adds the offline notice branch) and
adopted main's new ObservationsViewBar API, replacing the removed
hideMap prop with viewOptions={["grid", "list"]}.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com >
2026-07-24 16:24:50 -05:00
Abbey Campbell
b7faf31a58
Merge pull request #3872 from inaturalist/mob-1482-add-a-map-view-to-myobs
...
Mob 1482 add a map view to myobs
2026-07-24 13:01:53 -07:00
Abbey Campbell
f56c492949
fireEvent -> userEvent
2026-07-24 11:58:49 -07:00
sepeterson
a2507c105f
Merge remote-tracking branch 'origin/main' into mob-1346-filter-state
...
# Conflicts:
# src/components/Explore/ExploreV2/screens/ExploreResults.tsx
# src/providers/ExploreV2Context.tsx
# tests/unit/providers/ExploreV2Context.test.js
2026-07-24 12:52:42 -05:00
sepeterson
867731ce04
Merge remote-tracking branch 'origin/main' into mob-1331-offline-state
...
# Conflicts:
# src/components/Explore/ExploreV2/screens/ExploreResults.tsx
# tests/unit/components/Explore/ExploreV2/screens/ExploreResults.test.js
2026-07-24 12:01:58 -05:00
sepeterson
7d880ac329
MOB-1331: offline state for ExploreV2 results
2026-07-24 11:58:37 -05:00
Seth Peterson
234919e0bb
Merge pull request #3862 from inaturalist/mob-1554-explorev2-support-unknown-in-universal-search
...
MOB-1554: explorev2 support unknown in universal search
2026-07-24 11:35:12 -05:00
Seth Peterson
05bde71a40
Merge pull request #3861 from inaturalist/mob-1334-sort-bottom-sheet-species
...
MOB-1334: ExploreV2 species sort
2026-07-24 11:28:56 -05:00
Abbey Campbell
de870d4b1d
add tests for ObservationsViewBar
2026-07-23 13:15:26 -07:00
sepeterson
8fc62f2046
MOB-1539: entire ExploreResults header content area should be tappable
2026-07-22 21:58:06 -05:00
sepeterson
acb21988cc
MOB-1554: cut DSO test
2026-07-22 21:50:34 -05:00
sepeterson
087326fa4e
MOB-1554: also set identified: false
2026-07-22 21:29:05 -05:00
sepeterson
0c40027f3a
MOB-1334: ExploreV2 species sort
2026-07-22 21:11:02 -05:00
sepeterson
21ce027695
MOB-1554: ExploreV2 add unknown search subject
2026-07-22 21:05:50 -05:00
sepeterson
5a7a2cc5f0
Merge branch 'main' into mob-1346-filter-state
2026-07-22 20:27:48 -05:00
Seth Peterson
9aa6a5b4c4
Merge pull request #3854 from inaturalist/mob-1345-view-unobserved-species
...
MOB-1345 ExploreV2 unobserved species
2026-07-22 19:46:04 -05:00
Seth Peterson
447976f386
Merge pull request #3851 from inaturalist/mob-1344-universal-search-offline-state
...
MOB-1344: tests for UniversalSearch offline state
2026-07-22 10:27:50 -05:00