You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(content_management): add pagination events to source blocs
Introduces new events to `CreateSourceBloc` and `EditSourceBloc`
to support paginated and searchable dropdowns for both countries
and languages.
- `CountrySearchChanged` / `LanguageSearchChanged`: Dispatched when the
user types in the search field.
- `LoadMoreCountriesRequested` / `LoadMoreLanguagesRequested`: Dispatched
when the user scrolls to the end of the list, requesting the next page.
0 commit comments