Skip to content

Fix autocomplete empty results state for tags and channels

Martin Santangelo requested to merge fix-autocomplete-empty-results into expo-migration

Ticket(s) / Related Merge Requests

#5276 (closed)

Summary of Changes

  • Added an empty state message for the tags autocomplete component
  • Also added an empty message for the channels autocomplete
  • Added a loaded state to the useFetchAPI hook

Testing Considerations

  • Open the composer
  • Write a tag too long that doesn't generate any result
  • an empty message should be shown "No matching tags found"

(similar behavior for channels)

Regression Scope

Only the autocomplete is affected

Platform Affected (web, mobile, etc)

iOS / Android

Developer Testing Completed

Android

Screenshots

1704209844160

Screenshot_2024-01-02-11-58-52-429_com.minds.mobile

Screenshot_2024-01-02-12-19-00-047_com.minds.mobile

Does this impact

  • Localization
  • Dark/light mode
  • Guest mode
Edited by Martin Santangelo

Merge request reports