Unify search UI pattern across Guides, Pack Templates, and Trips screens#2266
Merged
Conversation
Agent-Logs-Url: https://github.com/PackRat-AI/PackRat/sessions/0d5003cc-1c2f-4b67-89e6-70823c2c812f Co-authored-by: mikib0 <54102880+mikib0@users.noreply.github.com>
Agent-Logs-Url: https://github.com/PackRat-AI/PackRat/sessions/0d5003cc-1c2f-4b67-89e6-70823c2c812f Co-authored-by: mikib0 <54102880+mikib0@users.noreply.github.com>
Agent-Logs-Url: https://github.com/PackRat-AI/PackRat/sessions/0d5003cc-1c2f-4b67-89e6-70823c2c812f Co-authored-by: mikib0 <54102880+mikib0@users.noreply.github.com>
Agent-Logs-Url: https://github.com/PackRat-AI/PackRat/sessions/0d5003cc-1c2f-4b67-89e6-70823c2c812f Co-authored-by: mikib0 <54102880+mikib0@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
mikib0
April 21, 2026 08:40
View session
Collaborator
|
@copilot TripListScreen |
Agent-Logs-Url: https://github.com/PackRat-AI/PackRat/sessions/5f9c1470-ddc4-4e24-a27d-68261ccb873f Co-authored-by: mikib0 <54102880+mikib0@users.noreply.github.com>
Contributor
Author
Updated TripListScreen to follow the same improved search pattern as Guides and Pack Templates screens (commit e6dcad7). Changes:
The search now displays results within the search bar overlay, matching the pattern across all list screens in the app. |
Copilot
AI
changed the title
Unify search UI pattern across Guides and Pack Templates screens
Unify search UI pattern across Guides, Pack Templates, and Trips screens
Apr 21, 2026
Collaborator
Agent-Logs-Url: https://github.com/PackRat-AI/PackRat/sessions/bb733d52-2184-48a4-a4a5-b6130c47c621 Co-authored-by: mikib0 <54102880+mikib0@users.noreply.github.com>
Contributor
Author
Fixed in commit 36e6d90. The issue was that |
andrew-bierman
pushed a commit
that referenced
this pull request
May 14, 2026
…terns Unify search UI pattern across Guides, Pack Templates, and Trips screens
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Guides, Pack Templates, and Trips screens used an older or incomplete search pattern. Updated all three to match the inline search pattern used in Packs and Catalog screens.
Changes
GuidesListScreen
LargeTitleHeaderSearchContentContainerwithinsearchBar.contentrenderSearchContent()with result count, loading states, and empty statesiosHideWhenScrolling: falseto persist search barPackTemplateListScreen
LargeTitleHeaderSearchContentContainerwithinsearchBar.contentrenderSearchContent()with result count and empty statesiosHideWhenScrolling: falseto persist search barTripsListScreen
LargeTitleHeaderSearchContentContainerwithinsearchBar.contentrenderSearchContent()with result count and empty statesiosHideWhenScrolling: falseto persist search barTranslation keys
guides:searchGuides,result,resultspackTemplates:searchPlaceholder,searchTemplates,tryDifferentSearch,result,resultstrips:searchPlaceholder,result,resultsPattern
Trip location search unchanged - it's a map-based location picker, not a list search screen.