Remove category selection text

Este commit está contenido en:
keplyx 2019-09-16 18:54:50 +02:00
padre 15fe4c4147
commit cecf4154f6
Se han modificado 3 ficheros con 1 adiciones y 7 borrados

Ver fichero

@ -37,7 +37,7 @@ export default class ProximoMainScreen extends FetchedDataSectionList {
createDataset(fetchedData: Object) { createDataset(fetchedData: Object) {
return [ return [
{ {
title: i18n.t('proximoScreen.listTitle'), title: '',
data: ProximoMainScreen.generateData(fetchedData), data: ProximoMainScreen.generateData(fetchedData),
extraData: super.state, extraData: super.state,
keyExtractor: this.getKeyExtractor keyExtractor: this.getKeyExtractor
@ -118,9 +118,5 @@ export default class ProximoMainScreen extends FetchedDataSectionList {
} }
} }
getRenderSectionHeader(title: String) {
return <H2 style={{textAlign: 'center', paddingVertical: 10}}>{title}</H2>;
}
} }

Ver fichero

@ -89,7 +89,6 @@
"listUpdated": "Article list updated!", "listUpdated": "Article list updated!",
"listUpdateFail": "Error while updating article list", "listUpdateFail": "Error while updating article list",
"loading": "Loading...", "loading": "Loading...",
"listTitle": "Choose a category",
"inStock": "in stock", "inStock": "in stock",
"description": "The Proximo is your small grocery store maintained by students directly on the campus. Open every day from 18h30 to 19h30, we welcome you when you are short on pastas or sodas ! Different products for different problems, everything at cost price. You can pay by Lydia or cash.", "description": "The Proximo is your small grocery store maintained by students directly on the campus. Open every day from 18h30 to 19h30, we welcome you when you are short on pastas or sodas ! Different products for different problems, everything at cost price. You can pay by Lydia or cash.",
"openingHours": "Openning Hours", "openingHours": "Openning Hours",

Ver fichero

@ -89,7 +89,6 @@
"listUpdated": "Liste d'articles mise à jour !", "listUpdated": "Liste d'articles mise à jour !",
"listUpdateFail": "Erreur lors de la mise à jour de la list d'articles", "listUpdateFail": "Erreur lors de la mise à jour de la list d'articles",
"loading": "Chargement...", "loading": "Chargement...",
"listTitle": "Choisissez une catégorie",
"inStock": "en stock", "inStock": "en stock",
"description": "Le Proximo c’est ta petite épicerie étudiante tenu par les étudiants directement sur le campus. Ouvert tous les jours de 18h30 à 19h30, nous t’accueillons et te souvent quand tu n’as plus de pâtes ou de diluant ! Différents produits pour différentes galère, le tout à prix coûtant. Tu peux payer par Lydia ou par espèce.", "description": "Le Proximo c’est ta petite épicerie étudiante tenu par les étudiants directement sur le campus. Ouvert tous les jours de 18h30 à 19h30, nous t’accueillons et te souvent quand tu n’as plus de pâtes ou de diluant ! Différents produits pour différentes galère, le tout à prix coûtant. Tu peux payer par Lydia ou par espèce.",
"openingHours": "Horaires d'ouverture", "openingHours": "Horaires d'ouverture",