From ae7d44ea84795be4645f16b62ff6c0e59d56bda1 Mon Sep 17 00:00:00 2001 From: Peter NDENGO Date: Fri, 29 Sep 2023 10:57:08 +0100 Subject: [PATCH 1/4] Fix some issues --- components/atoms/MenuHolder/index.jsx | 4 +- components/molecules/Navbar/Drawer.js | 49 +++++++++++-------- .../molecules/OnboardingScreen/index.jsx | 6 +-- i18n.js | 2 +- utils/constants.js | 42 +++++++++------- 5 files changed, 57 insertions(+), 46 deletions(-) diff --git a/components/atoms/MenuHolder/index.jsx b/components/atoms/MenuHolder/index.jsx index 436f2144..e9e8c951 100644 --- a/components/atoms/MenuHolder/index.jsx +++ b/components/atoms/MenuHolder/index.jsx @@ -43,10 +43,10 @@ export default function MenuHolder({ href, label }) { -
  • +
  • - diff --git a/components/molecules/Navbar/Drawer.js b/components/molecules/Navbar/Drawer.js index b0f83d7c..e624c0ed 100644 --- a/components/molecules/Navbar/Drawer.js +++ b/components/molecules/Navbar/Drawer.js @@ -10,6 +10,7 @@ import { useMutation } from 'react-query'; import { sendMessage } from '../../../lib/helper'; import LoadingButton from '../../atoms/Loader/LoadingButton'; import Image from 'next/image'; +import Link from 'next/link'; export default function Drawer() { const [personalChat, setPersonalChat] = useState({ state: true }); @@ -127,28 +128,34 @@ function Conversation({ return (
    -
    - -
    - -

    - Odette de WiiQare{' '} - - -   - {' '} - En ligne - -

    +
    +
    + +
    + +

    + Odette de WiiQare{' '} + + +   + {' '} + En ligne + +

    +
    + + + Whatsapp logo +
    {isLoading ? ( diff --git a/components/molecules/OnboardingScreen/index.jsx b/components/molecules/OnboardingScreen/index.jsx index f8159237..0208cebc 100644 --- a/components/molecules/OnboardingScreen/index.jsx +++ b/components/molecules/OnboardingScreen/index.jsx @@ -17,10 +17,10 @@ const OnboardingScreen = ({ onStartClick }) => ( ...ONBOARDING_SLIDES, { img: '/images/Easy-payment-scan-QR-code.png', - title: 'Making a payment is ABC simple', - subtitle: 'To make a payment, simply scan a QR code.', + title: 'Faire un paiement est un ABC simple', + subtitle: 'Pour effectuer un paiement, Scannez simplement un QR Code', button: { - label: 'Get Started', + label: 'Commencez Maintenant', onClick: onStartClick, }, }, diff --git a/i18n.js b/i18n.js index 82222f68..6d3912eb 100644 --- a/i18n.js +++ b/i18n.js @@ -30,7 +30,7 @@ i18n buttons: { submit: 'SIGN IN', page: 'Register Now', - waiting: 'Wait a moment...', + waiting: 'En cours...', or: 'OR', google: 'Sign In with Google', linkedin: 'Sign In with LinkedIn', diff --git a/utils/constants.js b/utils/constants.js index 20af8562..72de54f5 100644 --- a/utils/constants.js +++ b/utils/constants.js @@ -2,27 +2,27 @@ export const LOGIN_SLIDES = [ { img: '/images/hospital-bed-.png', title: - 'Access to healthcare is one of the biggest challenges in Africa.', - subtitle: 'WiiQare empowers you to keep aside money in case you’re sick.', + 'L’accès aux soins de santé est l’un des plus grands défis en Afrique.', + subtitle: 'WiiQare vous permet de garder de l\'argent de côté au cas où vous seriez malade.', }, { img: '/images/WiiQare-is-secured.png', - title: 'Easy to create a secure account', - subtitle: 'Creating an account is simple and straightforward.', + title: 'Facile à créer un compte sécurisé', + subtitle: 'Créer un compte est simple et direct.', }, { img: '/images/set-your-savings- .png', title: - 'Define your saving goal and set aside money for your health', + 'Définissez votre objectif d’épargne et mettez de l’argent de côté pour votre santé', subtitle: - 'Decide how much you want to save for health, and we will help you achieve your goal.', + 'Décidez combien vous souhaitez épargner pour la santé et nous vous aiderons à atteindre votre objectif.', }, { img: '/images/Easy-payment-scan-QR-code.png', - title: 'Making a payment is ABC simple', - subtitle: 'To make a payment, simply scan a QR code.', + title: 'Faire un paiement est un ABC simple', + subtitle: 'Pour effectuer un paiement, scannez simplement un code QR.', button: { - label: 'Get Started', + label: 'Commencez Maintenant', onClick: () => null, }, }, @@ -32,14 +32,18 @@ export const REGISTER_SLIDES = [ { img: '/images/set-your-savings- .png', title: - 'Define your saving goal and set aside money for your health ', + 'Définissez votre objectif d’épargne et mettez de l’argent de côté pour votre santé', subtitle: - 'Decide how much you want to save for health, and we will help you achieve your goal.', + 'Décidez combien vous souhaitez épargner pour la santé et nous vous aiderons à atteindre votre objectif.', }, { img: '/images/Easy-payment-scan-QR-code.png', - title: 'Making a payment is ABC simple', - subtitle: 'To make a payment, simply scan a QR code.', + title: 'Faire un paiement est un ABC simple', + subtitle: 'Pour effectuer un paiement, scannez simplement un code QR.', + button: { + label: 'Commencez Maintenant', + onClick: () => null, + }, }, ]; @@ -47,19 +51,19 @@ export const ONBOARDING_SLIDES = [ { img: '/images/hospital-bed-.png', title: - 'Access to healthcare is one of the biggest challenges in Africa.', - subtitle: 'WiiQare empowers you to keep aside money in case you’re sick.', + 'L’accès aux soins de santé est l’un des plus grands défis en Afrique.', + subtitle: 'WiiQare vous permet de garder de l\'argent de côté au cas où vous seriez malade.', }, { img: '/images/WiiQare-is-secured.png', - title: 'Easy to create a secure account', - subtitle: 'Creating an account is simple and straightforward.', + title: 'Facile à créer un compte sécurisé', + subtitle: 'Créer un compte est simple et direct.', }, { img: '/images/set-your-savings- .png', title: - 'Define your saving goal and set aside money for your health', + 'Définissez votre objectif d’épargne et mettez de l’argent de côté pour votre santé', subtitle: - 'Decide how much you want to save for health, and we will help you achieve your goal.', + 'Décidez combien vous souhaitez épargner pour la santé et nous vous aiderons à atteindre votre objectif.', }, ]; From efa5541e583340ff4933341562ccb19e265e7f64 Mon Sep 17 00:00:00 2001 From: Peter NDENGO Date: Fri, 29 Sep 2023 11:26:41 +0100 Subject: [PATCH 2/4] Fix some issues --- .env | 2 +- components/organisms/Transaction/quickly.js | 30 +++++++++------------ 2 files changed, 13 insertions(+), 19 deletions(-) diff --git a/.env b/.env index 4b601bd2..191397fd 100644 --- a/.env +++ b/.env @@ -1,7 +1,7 @@ NEXT_PUBLIC_API_URL="https://api.wiiqare.com" CALLBACK_URL="https://app.wiiqare.com" -NEXTAUTH_URL=https://app.wiiqare.com +NEXTAUTH_URL=http://localhost:3000 NEXT_PUBLIC_GOOGLE_CLIENT_ID=89089276805-85nh0ek1kac55o2t5lo0gn0jr77cppsb.apps.googleusercontent.com GOOGLE_CLIENT_SECRET=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 diff --git a/components/organisms/Transaction/quickly.js b/components/organisms/Transaction/quickly.js index e6b7a145..99ef07fa 100644 --- a/components/organisms/Transaction/quickly.js +++ b/components/organisms/Transaction/quickly.js @@ -25,25 +25,24 @@ const Quickly = () => { console.log('quickly', data); return ( <> -
    -
    + +
    +

    Envoyer un pass santé

    -
    +

    Pass santé Envoyer

    -
    -
    -
    +

    @@ -62,13 +61,11 @@ const Quickly = () => {

    ) : data.length == 0 ? (
    - Box image Aucune bénéficiaire actuellement... @@ -115,9 +112,8 @@ const Quickly = () => { alt="Home" /> @@ -180,7 +176,7 @@ const Quickly = () => { )}
    -
    +

    @@ -201,13 +197,11 @@ const Quickly = () => {

    ) : transaction?.transaction?.length == 0 ? (
    - Box image Aucune transaction réalisé actuellement... From ae25ecfd49d7579a66061eae422a6085b6d17dac Mon Sep 17 00:00:00 2001 From: Peter NDENGO Date: Fri, 29 Sep 2023 11:27:08 +0100 Subject: [PATCH 3/4] Link to .env --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index 191397fd..4b601bd2 100644 --- a/.env +++ b/.env @@ -1,7 +1,7 @@ NEXT_PUBLIC_API_URL="https://api.wiiqare.com" CALLBACK_URL="https://app.wiiqare.com" -NEXTAUTH_URL=http://localhost:3000 +NEXTAUTH_URL=https://app.wiiqare.com NEXT_PUBLIC_GOOGLE_CLIENT_ID=89089276805-85nh0ek1kac55o2t5lo0gn0jr77cppsb.apps.googleusercontent.com GOOGLE_CLIENT_SECRET=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 From ef76dd724955431322b73b4705386e4bb2353296 Mon Sep 17 00:00:00 2001 From: Peter NDENGO Date: Mon, 22 Jan 2024 11:55:50 +0100 Subject: [PATCH 4/4] WiiQare admin default --- pages/voucher/pass/[pass].js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/voucher/pass/[pass].js b/pages/voucher/pass/[pass].js index ed6319be..1640ae6d 100644 --- a/pages/voucher/pass/[pass].js +++ b/pages/voucher/pass/[pass].js @@ -162,7 +162,7 @@ function Pass() { de{' '} - {data.sender.firstName} + {data?.sender?.firstName || "WiiQare Admin"} {' '} à{' '}