diff --git a/public/img/illustrations/girl-unlock-password-light.png b/public/img/illustrations/girl-unlock-password-light.png new file mode 100644 index 00000000..18f4b274 Binary files /dev/null and b/public/img/illustrations/girl-unlock-password-light.png differ diff --git a/public/img/illustrations/registration.jpg b/public/img/illustrations/registration.jpg new file mode 100644 index 00000000..69cf7b8e Binary files /dev/null and b/public/img/illustrations/registration.jpg differ diff --git a/src/components/Directory/CardViewDirectory.jsx b/src/components/Directory/CardViewDirectory.jsx index b623ef0e..21ceea84 100644 --- a/src/components/Directory/CardViewDirectory.jsx +++ b/src/components/Directory/CardViewDirectory.jsx @@ -25,8 +25,9 @@ const CardViewDirectory = ({
{ if (IsActive) { setIsOpenModalNote(true); @@ -89,10 +90,11 @@ const CardViewDirectory = ({ )} {!IsActive && ( { setDirActions({ action: false, id: contact.id }); @@ -113,8 +115,9 @@ const CardViewDirectory = ({
{ if (IsActive) { setIsOpenModalNote(true); @@ -126,7 +129,7 @@ const CardViewDirectory = ({ {contact.designation && (
  • - +
  • {contact.designation} diff --git a/src/components/common/GlobalModal/CreateIssue.jsx b/src/components/common/GlobalModal/CreateIssue.jsx index 9d090df8..faa13600 100644 --- a/src/components/common/GlobalModal/CreateIssue.jsx +++ b/src/components/common/GlobalModal/CreateIssue.jsx @@ -1,172 +1,179 @@ -import React,{useState} from "react"; +import React, { useState } from "react"; import CommentEditor from "./CommentEditor"; import ReactQuill from "react-quill"; import "react-quill/dist/quill.snow.css"; import "./CommentEditor.css"; const jiraModules = { - toolbar: [ - ["bold", "italic", "underline", "strike"], - ["link", "code"], - [{ list: "bullet" }], - ], - }; - - const jiraFormats = [ - "bold", - "italic", - "underline", - "strike", - "link", - "code", - "list", - ]; - -const CreateIssue = () => -{ - const [value, setValue] = useState(""); + toolbar: [ + ["bold", "italic", "underline", "strike"], + ["link", "code"], + [{ list: "bullet" }], + ], +}; + +const jiraFormats = [ + "bold", + "italic", + "underline", + "strike", + "link", + "code", + "list", +]; + +const CreateIssue = () => { + const [value, setValue] = useState(""); return ( - -
    -
    -
    -
    - {masterFeatures && (
    )} -
    - Preview -
    +
    + Preview +
    {hasNext && ( )}
    - -
    Uploaded By : {fullName}
    -
    Date : {date}
    -
    Uploaded By : {buildingName} {floorName} - {workAreaName || "Unknown"} {activityName}
    -
    comment : {batchComment}
    - - +
    + {" "} + {" "} + Uploaded By : {" "} + {fullName} +
    +
    + {" "} + {" "} + Date : {" "} + {date} +
    +
    + {" "} + {" "} + Uploaded By : {" "} + + {buildingName} {floorName}{" "} + + {workAreaName || "Unknown"}{" "} + {activityName} + +
    +
    + {" "} + {" "} + comment : {" "} + {batchComment} +
    ); }; -export default ImagePop; \ No newline at end of file +export default ImagePop; diff --git a/src/pages/Home/LandingPage.jsx b/src/pages/Home/LandingPage.jsx index c29e2373..36e3f4da 100644 --- a/src/pages/Home/LandingPage.jsx +++ b/src/pages/Home/LandingPage.jsx @@ -1449,7 +1449,7 @@ const LandingPage = () => { -