Remove category selection text

这个提交包含在:
keplyx 2019-09-16 18:54:50 +02:00
父节点 15fe4c4147
当前提交 cecf4154f6
共有 3 个文件被更改,包括 1 次插入7 次删除

查看文件

@ -37,7 +37,7 @@ export default class ProximoMainScreen extends FetchedDataSectionList {
createDataset(fetchedData: Object) {
return [
{
title: i18n.t('proximoScreen.listTitle'),
title: '',
data: ProximoMainScreen.generateData(fetchedData),
extraData: super.state,
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>;
}
}

查看文件

@ -89,7 +89,6 @@
"listUpdated": "Article list updated!",
"listUpdateFail": "Error while updating article list",
"loading": "Loading...",
"listTitle": "Choose a category",
"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.",
"openingHours": "Openning Hours",

查看文件

@ -89,7 +89,6 @@
"listUpdated": "Liste d'articles mise à jour !",
"listUpdateFail": "Erreur lors de la mise à jour de la list d'articles",
"loading": "Chargement...",
"listTitle": "Choisissez une catégorie",
"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.",
"openingHours": "Horaires d'ouverture",