Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates native-specific styling to improve the in-app search experience by enabling better scrolling behavior and restoring the browser-provided clear (“x”) control for search inputs on native platforms.
Changes:
- Override
.searchoverscroll behavior on native to allow scroll chaining (overscroll-behavior: auto). - Re-enable the native WebKit search cancel button on
.search__input.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
* main: Extract event particulars helper method Reapply "Push event payload body updates" Bump z-index Bump z-index dep: Fix up Gemfile.saas.lock
adjogima
added a commit
that referenced
this pull request
Mar 3, 2026
* main: Mobile: improve search screen (#2636) Document has_attachments in API card responses (#2523) Change exceeding and nearing limits to account for the 1000th card (#2345) Include concrete example motivating this module file Simplify comment in skip-detached override Extract detached-blob guard into its own file Skip AnalyzeJob when blob has no attachments Allow notice to take more inline space Fix small documentation typos Display the save form button on Board Settings page as a bridge button billing.rb: destroy -> destroy! Strip whitespace from webhook URLs Add test for webhook URL with trailing whitespace
adjogima
added a commit
that referenced
this pull request
Mar 3, 2026
…lear-suggestion * mobile/search-scrolling: Mobile: improve search screen (#2636) Document has_attachments in API card responses (#2523) Change exceeding and nearing limits to account for the 1000th card (#2345) Include concrete example motivating this module file Simplify comment in skip-detached override Extract detached-blob guard into its own file Skip AnalyzeJob when blob has no attachments Allow notice to take more inline space Fix small documentation typos Display the save form button on Board Settings page as a bridge button billing.rb: destroy -> destroy! Strip whitespace from webhook URLs Add test for webhook URL with trailing whitespace
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.
This is improves the Search screen in the mobile apps by: