-
Notifications
You must be signed in to change notification settings - Fork 8
Add filter/search functionality #991
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
puneet-pdx
merged 27 commits into
feature-branches/forms
from
puneet/1418_SearchImplementation
Oct 8, 2025
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
cb5bf1f
refactor navigation to support nested destinations
kaushikrw 1b744e6
add paging, symbology display for features
kaushikrw 89ad3e1
change feature list title
kaushikrw 910173d
add association creation
kaushikrw 5f13c39
add asset type selection
kaushikrw 001f568
add final screens
kaushikrw c11befb
optimize imports and extract strings
kaushikrw 4ae0d02
update association creation logic
kaushikrw 73ee9fc
extract strings
kaushikrw 54c47ea
updated ignored api classes
kaushikrw 1675cde
Add filter/search functionality
puneet-pdx 65b6483
revert logic to determine query result size from paging params
puneet-pdx 3d75ad7
add ignore for "com.arcgismaps.toolkit.featureforms.internal.utils.C…
puneet-pdx 87305b2
remove paging
kaushikrw eb76516
Merge branch 'kaushik/forms/una-add-feature-1' into puneet/1418_Searc…
puneet-pdx 89a6476
CR : Puneet
kaushikrw 1e7d28a
rename routes
kaushikrw 1ab4071
rename more routes
kaushikrw 650ec50
move filtering logic to the composable from viewModel
puneet-pdx 50ea358
update SearchBar UI
puneet-pdx 482ba70
Merge branch 'kaushik/forms/una-add-feature-1' into puneet/1418_Searc…
puneet-pdx 79c3709
Merge branch 'feature-branches/forms' into puneet/1418_SearchImplemen…
puneet-pdx 2751695
abstract filter logic to viewmodel
puneet-pdx 9ba1395
update doc
puneet-pdx bd8ffa7
address code review comments
puneet-pdx 96c3cdb
update padding
puneet-pdx 8d7180b
don't clear sources filter in selectSource
puneet-pdx File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like the filter texts are stale and not reset when coming back to a screen.