From 285d3fd91fb6a7c9ffdc123bac777b828f3682c6 Mon Sep 17 00:00:00 2001 From: Patrick Fic <> Date: Mon, 17 Aug 2020 15:54:15 -0700 Subject: [PATCH] Added tabs to jobs detail + some basic rendering. --- app.json | 11 +-- babel-translations.babel | 75 ++++++++++++++++- .../job-list-item/job-list-item.component.jsx | 15 ++-- .../job-notes-item.component.jsx | 64 +++++++++++++++ components/job-notes/job-notes.component.jsx | 37 +++++++++ .../job-tombstone/job-tombstone.component.jsx | 82 +++++++++++++++++++ .../loading-display.component.jsx | 2 +- .../screen-job-detail.component.jsx | 44 ++++++++-- .../screen-main/screen-main.component.jsx | 22 ++--- graphql/jobs.queries.js | 16 ++-- package.json | 1 + translations/en-US/common.json | 7 ++ translations/es-MX/common.json | 7 ++ translations/fr-CA/common.json | 7 ++ yarn.lock | 5 ++ 15 files changed, 349 insertions(+), 46 deletions(-) create mode 100644 components/job-notes-item/job-notes-item.component.jsx create mode 100644 components/job-notes/job-notes.component.jsx create mode 100644 components/job-tombstone/job-tombstone.component.jsx diff --git a/app.json b/app.json index 250a247..b6ccc04 100644 --- a/app.json +++ b/app.json @@ -3,19 +3,20 @@ "name": "imexmobile", "slug": "imexmobile", "version": "1.0.0", - "orientation": "portrait", + "orientation": "default", "icon": "./assets/logo240.png", "splash": { "image": "./assets/logo1024.png", "resizeMode": "contain", - "backgroundColor": "#ffffff" + "backgroundColor": "#efefef" + }, + "notification": { + "icon": "./assets/logo240.png" }, "updates": { "fallbackToCacheTimeout": 0 }, - "assetBundlePatterns": [ - "**/*" - ], + "assetBundlePatterns": ["**/*"], "ios": { "supportsTablet": true }, diff --git a/babel-translations.babel b/babel-translations.babel index 547658d..8ea525b 100644 --- a/babel-translations.babel +++ b/babel-translations.babel @@ -1,4 +1,4 @@ - +