feat(buscar): add discovery landing state, filter pills, counter, and sort
This commit is contained in:
@@ -892,6 +892,12 @@ abstract class AppLocalizations {
|
||||
/// **'Por calidad'**
|
||||
String get stationOrderByQuality;
|
||||
|
||||
/// No description provided for @stationOrderByPopularity.
|
||||
///
|
||||
/// In es, this message translates to:
|
||||
/// **'Por popularidad'**
|
||||
String get stationOrderByPopularity;
|
||||
|
||||
/// No description provided for @stationOrderScopeDescription.
|
||||
///
|
||||
/// In es, this message translates to:
|
||||
@@ -1132,6 +1138,18 @@ abstract class AppLocalizations {
|
||||
/// **'Probá quitar filtros o escribir otro nombre para encontrar una señal activa.'**
|
||||
String get searchNoResultsSubtitle;
|
||||
|
||||
/// No description provided for @searchResultsCount.
|
||||
///
|
||||
/// In es, this message translates to:
|
||||
/// **'{count, plural, =1{1 resultado} other{{count} resultados}}'**
|
||||
String searchResultsCount(num count);
|
||||
|
||||
/// No description provided for @searchClearFiltersAction.
|
||||
///
|
||||
/// In es, this message translates to:
|
||||
/// **'{count, plural, =1{Quitar el filtro} other{Quitar los {count} filtros}}'**
|
||||
String searchClearFiltersAction(num count);
|
||||
|
||||
/// No description provided for @countrySpain.
|
||||
///
|
||||
/// In es, this message translates to:
|
||||
|
||||
Reference in New Issue
Block a user