[Consumer UI Refresh] Hide the Search Input and Display when Touching Magnifying Glass
See original GitHub issueIf you haven’t already, check out our contributing guidelines for onboarding!
Deliverables:
- Remove the
ChatSwitcherView
here and replace it with a touchable magnifying glass icon as theChatSwitcherView
must now be conditionally rendered. - In the
onPress
callback for the icon conditionally render theChatSwitcher
view - Clean up the code so that the
isLogoVisible
andisClearButtonVisible
props are removed from theChatSwitcherSearchForm
component as the logo will never be visible and the clear button will always be visible from now on. - Remove the logo entirely from here
- Make the clear button always visible by removing this condition here
Magnifying Glass Asset: magnifyingglass.svg.zip
Screenshots:
Here is the current view:
Here is how it should look after (Note: Our design team may have final notes for you):
Note: If this issue is not completed before the Avatar and header are moved above the chat list then the magnifying glass should appear to the left of the avatar. The final view will look like this:
Please leave any questions on this issue after accepting our offer.
Upwork Listing: https://www.upwork.com/jobs/~01d448e47c9642e502
Issue Analytics
- State:
- Created 3 years ago
- Comments:16 (16 by maintainers)
Top Results From Across the Web
[Consumer UI Refresh] Hide the Search Input and Display when ...
Another solution to resolve this issue, make a Touchable magnifying glass icon inside ChatSwitcherView instead of SidebarLinks ? When clicking the clear button, ......
Read more >The Magnifying-Glass Icon in Search Design: Pros and Cons
The magnifying glass alone makes it much harder to locate the search. When used without an open-entry text field, the icon takes up...
Read more >Option to hide magnifying glass, or make it focus input field
Hi, we have a challenge with our users clicking the magnifying glass in order to begin inputting to the search field, which causes ......
Read more >Apple brought back the beloved magnifying glass for selecting ...
Apple's text selection magnifying glass has reappeared in the iOS 15 beta, and Apple's own site confirms its return by listing it as...
Read more >Window magnifier in Android 12
Partial-screen magnification, introduced in Android 12 gives low-vision users improved viewing options. Low-vision users might wear ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I think you can just follow the original comment - tapping the search icon will navigate to the page with the search input + results that looks like this:
Done