From ecf35fee2b8715419aca242d102185b69c7cc035 Mon Sep 17 00:00:00 2001 From: Carmine De Rosa Date: Sat, 22 Feb 2020 18:18:08 +0100 Subject: [PATCH] style fixes and remove tests --- vds-app/App/components/Variables.js | 1 + vds-app/App/screens/QuizIndex.js | 8 ------ vds-app/App/screens/Recap.js | 1 + vds-app/App/screens/RecapTrueFalse.js | 1 + vds-app/App/screens/Results.js | 3 +++ vds-app/App/screens/ResultsTrueFalse.js | 3 +++ vds-app/App/screens/Splash.js | 34 ++++++++++++------------- 7 files changed, 26 insertions(+), 25 deletions(-) diff --git a/vds-app/App/components/Variables.js b/vds-app/App/components/Variables.js index b93e3f9..4aa6644 100644 --- a/vds-app/App/components/Variables.js +++ b/vds-app/App/components/Variables.js @@ -24,6 +24,7 @@ export const texts = { quizzes: "Seleziona un argomento", section_quizzes: "Quiz per argomento", wrong_review: "Rivedi domande sbagliate", + wrong_title: "domande da rivedere", section_quizzes_subtitle: "Esercitati su argomenti specifici", exam: "Simulazione esame", exam_simulation: "30 domande in 30min", diff --git a/vds-app/App/screens/QuizIndex.js b/vds-app/App/screens/QuizIndex.js index 55c9a76..d273d1f 100644 --- a/vds-app/App/screens/QuizIndex.js +++ b/vds-app/App/screens/QuizIndex.js @@ -70,14 +70,6 @@ class QuizIndex extends React.Component { - - - this.props.navigation.navigate("Quiz", { - title: "TEST", - questions: testQuestions, - color: colors.blue - })}/> - this.props.navigation.navigate("Quiz", { title: texts.aerodynamics, diff --git a/vds-app/App/screens/Recap.js b/vds-app/App/screens/Recap.js index 64dd9ef..47d5449 100644 --- a/vds-app/App/screens/Recap.js +++ b/vds-app/App/screens/Recap.js @@ -179,6 +179,7 @@ class Recap extends React.Component {