Skip to content
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

Add back empty placeholder #5489

Merged
merged 1 commit into from
Sep 25, 2024
Merged

Add back empty placeholder #5489

merged 1 commit into from
Sep 25, 2024

Conversation

estrattonbailey
Copy link
Member

Without this we get a useless placeholder
CleanShot 2024-09-25 at 17 28 14@2x

@arcalinea arcalinea temporarily deployed to search-placeholder - social-app PR #5489 September 25, 2024 22:28 — with Render Destroyed
Copy link

Old size New size Diff
10.01 MB 10.01 MB 15 B (0.00%)

@@ -370,6 +370,7 @@ function SearchLanguageDropdown({

return (
<RNPickerSelect
placeholder={{}}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can use this to specify what the placeholder says, i.e.

placeholder={{
  label: _(msg`Select language...`),
  value: '',
}}

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Talked in Slack, we may want one for "No language", but need to do a little more work

@estrattonbailey estrattonbailey merged commit 2e5f95c into main Sep 25, 2024
6 checks passed
estrattonbailey added a commit that referenced this pull request Sep 26, 2024
* origin/main:
  Adjust line height to not cut off emoji (#5496)
  Emoji in account list (#5497)
  Make the counter more rounded (#5083)
  add emoji prop to composer reply to text (#5495)
  Fix banner height in edit profile modal (#5494)
  Messages list - make avatars link to profile (#5484)
  Add back empty placeholder (#5489)
  Filter errors that get sent to Sentry (#5247)
  Add language filtering UI to search (#5459)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants