Merge branch 'tufail' of http://git.wdipl.com/Siddhesh.More/SSA-Admin-Panel
This commit is contained in:
@@ -20,7 +20,7 @@ const AboutUs = () => {
|
|||||||
AboutUs
|
AboutUs
|
||||||
</Text>
|
</Text>
|
||||||
|
|
||||||
<HStack mr={5}>
|
<HStack>
|
||||||
|
|
||||||
<AboutUsAddModel />
|
<AboutUsAddModel />
|
||||||
</HStack>
|
</HStack>
|
||||||
|
|||||||
@@ -7,9 +7,9 @@ function EditDetails() {
|
|||||||
|
|
||||||
<DialogRoot placement="center">
|
<DialogRoot placement="center">
|
||||||
<DialogTrigger asChild>
|
<DialogTrigger asChild>
|
||||||
<Button bg={"transparent"} size="sm">
|
|
||||||
<FaRegEdit style={{ cursor: "pointer", }} color="#000" />
|
<FaRegEdit style={{ cursor: "pointer", fontSize:'16px' }} color="#000" />
|
||||||
</Button>
|
|
||||||
{/* <Button><FaRegEdit /></Button> */}
|
{/* <Button><FaRegEdit /></Button> */}
|
||||||
|
|
||||||
</DialogTrigger>
|
</DialogTrigger>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import { Box, Button, HStack, Image, Input, Text } from "@chakra-ui/react";
|
import { Box, HStack, Image, Input, Text } from "@chakra-ui/react";
|
||||||
import MainFrame from "../../../components/MainFrame"
|
import MainFrame from "../../../components/MainFrame"
|
||||||
import EditDetails from "./EditDetails";
|
import EditDetails from "./EditDetails";
|
||||||
import { InputGroup } from "../../../components/ui/input-group";
|
import { InputGroup } from "../../../components/ui/input-group";
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ const PrivacyPolicy = () => {
|
|||||||
Privacy Policy
|
Privacy Policy
|
||||||
</Text>
|
</Text>
|
||||||
|
|
||||||
<HStack mr={5}>
|
<HStack >
|
||||||
|
|
||||||
<PrivacyPolicyAddModel />
|
<PrivacyPolicyAddModel />
|
||||||
</HStack>
|
</HStack>
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
import { FaRegEdit } from "react-icons/fa"
|
import { FaRegEdit } from "react-icons/fa"
|
||||||
import { DialogBody, DialogCloseTrigger, DialogContent, DialogFooter, DialogHeader, DialogRoot, DialogTitle, DialogTrigger } from "../../../components/ui/dialog"
|
import { DialogBody, DialogCloseTrigger, DialogContent, DialogFooter, DialogHeader, DialogRoot, DialogTitle, DialogTrigger } from "../../../components/ui/dialog"
|
||||||
import { Field, Input, Stack, Text, Textarea } from "@chakra-ui/react"
|
import { Field, Stack, Text, Textarea } from "@chakra-ui/react"
|
||||||
import { Button } from "../../../components/ui/button"
|
import { Button } from "../../../components/ui/button"
|
||||||
|
|
||||||
function PrivacyPolicyAddModel() {
|
function PrivacyPolicyAddModel() {
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ const TermsAndConditions = () => {
|
|||||||
Terms And Conditions
|
Terms And Conditions
|
||||||
</Text>
|
</Text>
|
||||||
|
|
||||||
<HStack mr={5}>
|
<HStack >
|
||||||
|
|
||||||
<TermsAndConditionsAddModel />
|
<TermsAndConditionsAddModel />
|
||||||
</HStack>
|
</HStack>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import { Box, HStack, Image, Input, Text } from "@chakra-ui/react";
|
import { Box, HStack, Input, Text } from "@chakra-ui/react";
|
||||||
import MainFrame from "../../components/MainFrame"
|
import MainFrame from "../../components/MainFrame"
|
||||||
import PendingRequests from "../../Pages/ManageContact/PendingRequests"
|
import PendingRequests from "../../Pages/ManageContact/PendingRequests"
|
||||||
import { InputGroup } from "../../components/ui/input-group";
|
import { InputGroup } from "../../components/ui/input-group";
|
||||||
@@ -47,8 +47,8 @@ const ManageContact = () => {
|
|||||||
Contact Requests
|
Contact Requests
|
||||||
</Text>
|
</Text>
|
||||||
|
|
||||||
<HStack mr={5}>
|
<HStack >
|
||||||
<InputGroup marginRight={"1rem"}
|
<InputGroup
|
||||||
startElement={
|
startElement={
|
||||||
<LuSearch fontSize={"xs"} style={{ position: 'relative', left: '10px' }} />
|
<LuSearch fontSize={"xs"} style={{ position: 'relative', left: '10px' }} />
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,9 +9,9 @@ function EditDetailGroups() {
|
|||||||
|
|
||||||
<DialogRoot placement="center" >
|
<DialogRoot placement="center" >
|
||||||
<DialogTrigger asChild>
|
<DialogTrigger asChild>
|
||||||
<Button bg={"transparent"} size="sm">
|
|
||||||
<FaRegEdit style={{ cursor: "pointer", }} color="#000"/>
|
<FaRegEdit style={{ cursor: "pointer", fontSize:'16px'}} color="#000"/>
|
||||||
</Button>
|
|
||||||
{/* <Button><FaRegEdit /></Button> */}
|
{/* <Button><FaRegEdit /></Button> */}
|
||||||
|
|
||||||
</DialogTrigger>
|
</DialogTrigger>
|
||||||
|
|||||||
@@ -10,9 +10,9 @@ function ViewManageGroup() {
|
|||||||
|
|
||||||
<DialogRoot placement="center" >
|
<DialogRoot placement="center" >
|
||||||
<DialogTrigger asChild>
|
<DialogTrigger asChild>
|
||||||
<Button bg={"transparent"} size="sm">
|
|
||||||
<MdOutlineRemoveRedEye style={{ cursor: "pointer", }} color="#000"/>
|
<MdOutlineRemoveRedEye style={{ cursor: "pointer", fontSize:'16px'}} color="#000"/>
|
||||||
</Button>
|
|
||||||
{/* <Button><FaRegEdit /></Button> */}
|
{/* <Button><FaRegEdit /></Button> */}
|
||||||
|
|
||||||
</DialogTrigger>
|
</DialogTrigger>
|
||||||
|
|||||||
@@ -73,8 +73,8 @@ const ManageJobs = () => {
|
|||||||
View job Posting
|
View job Posting
|
||||||
</Text>
|
</Text>
|
||||||
|
|
||||||
<HStack mr={5}>
|
<HStack >
|
||||||
<InputGroup marginRight={"1rem"}
|
<InputGroup
|
||||||
startElement={
|
startElement={
|
||||||
<LuSearch fontSize={"xs"} style={{ position: 'relative', left: '10px' }} />
|
<LuSearch fontSize={"xs"} style={{ position: 'relative', left: '10px' }} />
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -19,9 +19,9 @@ function ManageJobsAdd() {
|
|||||||
|
|
||||||
<DialogRoot placement="center">
|
<DialogRoot placement="center">
|
||||||
<DialogTrigger asChild>
|
<DialogTrigger asChild>
|
||||||
<Button bg={"transparent"} size="sm">
|
|
||||||
<FaRegEdit style={{ cursor: "pointer", fontSize: "14px" }} color="#000" />
|
<FaRegEdit style={{ cursor: "pointer", fontSize: "16px" }} color="#000" />
|
||||||
</Button>
|
|
||||||
</DialogTrigger>
|
</DialogTrigger>
|
||||||
|
|
||||||
<DialogContent
|
<DialogContent
|
||||||
|
|||||||
@@ -20,9 +20,9 @@ function ViewManageJob() {
|
|||||||
|
|
||||||
<DialogRoot placement="center">
|
<DialogRoot placement="center">
|
||||||
<DialogTrigger asChild>
|
<DialogTrigger asChild>
|
||||||
<Button bg={"transparent"} size="sm">
|
|
||||||
<MdOutlineRemoveRedEye style={{ cursor: "pointer", fontSize: "14px" }} color="#000"/>
|
<MdOutlineRemoveRedEye style={{ cursor: "pointer", fontSize: "16px" }} color="#000"/>
|
||||||
</Button>
|
|
||||||
</DialogTrigger>
|
</DialogTrigger>
|
||||||
|
|
||||||
<DialogContent
|
<DialogContent
|
||||||
|
|||||||
@@ -8,9 +8,9 @@ function ViewDailog() {
|
|||||||
|
|
||||||
<DialogRoot placement="center">
|
<DialogRoot placement="center">
|
||||||
<DialogTrigger asChild>
|
<DialogTrigger asChild>
|
||||||
<Button bg={"transparent"} size="sm">
|
|
||||||
<MdOutlineRemoveRedEye style={{ cursor: "pointer", fontSize: "16px" }} color="#000" />
|
<MdOutlineRemoveRedEye style={{ cursor: "pointer", fontSize: "16px" }} color="#000" />
|
||||||
</Button>
|
|
||||||
</DialogTrigger>
|
</DialogTrigger>
|
||||||
|
|
||||||
<DialogContent
|
<DialogContent
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import { Box, HStack, Image, Input, Text } from "@chakra-ui/react";
|
import { Box, HStack, Input, Text } from "@chakra-ui/react";
|
||||||
import MainFrame from "../../../components/MainFrame"
|
import MainFrame from "../../../components/MainFrame"
|
||||||
import { InputGroup } from "../../../components/ui/input-group";
|
import { InputGroup } from "../../../components/ui/input-group";
|
||||||
import { LuSearch } from "react-icons/lu";
|
import { LuSearch } from "react-icons/lu";
|
||||||
@@ -62,8 +62,8 @@ const AgencyMaster = () => {
|
|||||||
Agency Master
|
Agency Master
|
||||||
</Text>
|
</Text>
|
||||||
|
|
||||||
<HStack mr={5}>
|
<HStack >
|
||||||
<InputGroup marginRight={"1rem"}
|
<InputGroup
|
||||||
startElement={
|
startElement={
|
||||||
<LuSearch fontSize={"xs"} style={{ position: 'relative', left: '10px' }} />
|
<LuSearch fontSize={"xs"} style={{ position: 'relative', left: '10px' }} />
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,9 +10,9 @@ function EditAgencyMaster() {
|
|||||||
|
|
||||||
<DialogRoot placement="center">
|
<DialogRoot placement="center">
|
||||||
<DialogTrigger asChild>
|
<DialogTrigger asChild>
|
||||||
<Button bg={"transparent"} size="sm">
|
|
||||||
<FaRegEdit style={{ cursor: "pointer", fontSize: "14px" }} color="#000"/>
|
<FaRegEdit style={{ cursor: "pointer", fontSize: "16px" }} color="#000"/>
|
||||||
</Button>
|
|
||||||
</DialogTrigger>
|
</DialogTrigger>
|
||||||
|
|
||||||
<DialogContent
|
<DialogContent
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
import { DialogBody, DialogCloseTrigger, DialogContent, DialogFooter, DialogHeader, DialogRoot, DialogTitle, DialogTrigger } from "../../../components/ui/dialog"
|
import { DialogBody, DialogCloseTrigger, DialogContent, DialogFooter, DialogHeader, DialogRoot, DialogTitle, DialogTrigger } from "../../../components/ui/dialog"
|
||||||
import { Field, Input, Stack, Text, Textarea } from "@chakra-ui/react"
|
import { Field, Input, Stack, Text } from "@chakra-ui/react"
|
||||||
import { IoMdAdd } from "react-icons/io"
|
import { IoMdAdd } from "react-icons/io"
|
||||||
import { Button } from "../../../components/ui/button"
|
import { Button } from "../../../components/ui/button"
|
||||||
|
|
||||||
|
|||||||
@@ -10,9 +10,9 @@ function ViewAgencyMaster() {
|
|||||||
|
|
||||||
<DialogRoot placement="center">
|
<DialogRoot placement="center">
|
||||||
<DialogTrigger asChild>
|
<DialogTrigger asChild>
|
||||||
<Button bg={"transparent"} size="sm">
|
|
||||||
<MdOutlineRemoveRedEye style={{ cursor: "pointer", fontSize: "14px" }} color="#000"/>
|
<MdOutlineRemoveRedEye style={{ cursor: "pointer", fontSize: "16px" }} color="#000"/>
|
||||||
</Button>
|
|
||||||
</DialogTrigger>
|
</DialogTrigger>
|
||||||
|
|
||||||
<DialogContent
|
<DialogContent
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import { Box, HStack, Image, Input, Text } from "@chakra-ui/react";
|
import { Box, HStack, Input, Text } from "@chakra-ui/react";
|
||||||
import MainFrame from "../../../components/MainFrame"
|
import MainFrame from "../../../components/MainFrame"
|
||||||
import { InputGroup } from "../../../components/ui/input-group";
|
import { InputGroup } from "../../../components/ui/input-group";
|
||||||
import { LuSearch } from "react-icons/lu";
|
import { LuSearch } from "react-icons/lu";
|
||||||
@@ -49,8 +49,8 @@ const Country = () => {
|
|||||||
Country
|
Country
|
||||||
</Text>
|
</Text>
|
||||||
|
|
||||||
<HStack mr={5}>
|
<HStack >
|
||||||
<InputGroup marginRight={"1rem"}
|
<InputGroup
|
||||||
startElement={
|
startElement={
|
||||||
<LuSearch fontSize={"xs"} style={{ position: 'relative', left: '10px' }} />
|
<LuSearch fontSize={"xs"} style={{ position: 'relative', left: '10px' }} />
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -15,9 +15,9 @@ function EditCountryModel() {
|
|||||||
{/* <Button bg={"transparent"} size="sm">
|
{/* <Button bg={"transparent"} size="sm">
|
||||||
<MdOutlineRemoveRedEye style={{ cursor: "pointer", fontSize: "16px" }} />
|
<MdOutlineRemoveRedEye style={{ cursor: "pointer", fontSize: "16px" }} />
|
||||||
</Button> */}
|
</Button> */}
|
||||||
<Button bg={"transparent"} size="sm">
|
|
||||||
<FaRegEdit style={{ cursor: "pointer", fontSize: "14px" }} color="#000"/>
|
<FaRegEdit style={{ cursor: "pointer", fontSize: "16px" }} color="#000"/>
|
||||||
</Button>
|
|
||||||
|
|
||||||
</DialogTrigger>
|
</DialogTrigger>
|
||||||
|
|
||||||
|
|||||||
@@ -15,9 +15,9 @@ function EditJobStatusModel() {
|
|||||||
{/* <Button bg={"transparent"} size="sm">
|
{/* <Button bg={"transparent"} size="sm">
|
||||||
<MdOutlineRemoveRedEye style={{ cursor: "pointer", fontSize: "16px" }} />
|
<MdOutlineRemoveRedEye style={{ cursor: "pointer", fontSize: "16px" }} />
|
||||||
</Button> */}
|
</Button> */}
|
||||||
<Button bg={"transparent"} size="sm">
|
|
||||||
<FaRegEdit style={{ cursor: "pointer", fontSize: "14px" }} color="#000"/>
|
<FaRegEdit style={{ cursor: "pointer", fontSize: "16px" }} color="#000"/>
|
||||||
</Button>
|
|
||||||
|
|
||||||
</DialogTrigger>
|
</DialogTrigger>
|
||||||
|
|
||||||
|
|||||||
@@ -49,8 +49,8 @@ const JobStatus = () => {
|
|||||||
Job Status
|
Job Status
|
||||||
</Text>
|
</Text>
|
||||||
|
|
||||||
<HStack mr={5}>
|
<HStack >
|
||||||
<InputGroup marginRight={"1rem"}
|
<InputGroup
|
||||||
startElement={
|
startElement={
|
||||||
<LuSearch fontSize={"xs"} style={{ position: 'relative', left: '10px' }} />
|
<LuSearch fontSize={"xs"} style={{ position: 'relative', left: '10px' }} />
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -16,9 +16,9 @@ function EditJobeModel() {
|
|||||||
{/* <Button bg={"transparent"} size="sm">
|
{/* <Button bg={"transparent"} size="sm">
|
||||||
<MdOutlineRemoveRedEye style={{ cursor: "pointer", fontSize: "16px" }} />
|
<MdOutlineRemoveRedEye style={{ cursor: "pointer", fontSize: "16px" }} />
|
||||||
</Button> */}
|
</Button> */}
|
||||||
<Button bg={"transparent"} size="sm">
|
|
||||||
<FaRegEdit style={{ cursor: "pointer", fontSize: "14px" }} color="#000"/>
|
<FaRegEdit style={{ cursor: "pointer", fontSize: "16px" }} color="#000"/>
|
||||||
</Button>
|
|
||||||
|
|
||||||
</DialogTrigger>
|
</DialogTrigger>
|
||||||
|
|
||||||
|
|||||||
@@ -49,8 +49,8 @@ const JobType = () => {
|
|||||||
Job Type
|
Job Type
|
||||||
</Text>
|
</Text>
|
||||||
|
|
||||||
<HStack mr={5}>
|
<HStack >
|
||||||
<InputGroup marginRight={"1rem"}
|
<InputGroup
|
||||||
startElement={
|
startElement={
|
||||||
<LuSearch fontSize={"xs"} style={{ position: 'relative', left: '10px' }} />
|
<LuSearch fontSize={"xs"} style={{ position: 'relative', left: '10px' }} />
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -30,9 +30,9 @@ function EditTemplateModel() {
|
|||||||
{/* <Button bg={"transparent"} size="sm">
|
{/* <Button bg={"transparent"} size="sm">
|
||||||
<MdOutlineRemoveRedEye style={{ cursor: "pointer", fontSize: "16px" }} />
|
<MdOutlineRemoveRedEye style={{ cursor: "pointer", fontSize: "16px" }} />
|
||||||
</Button> */}
|
</Button> */}
|
||||||
<Button bg={"transparent"} size="sm">
|
|
||||||
<FaRegEdit style={{ cursor: "pointer", fontSize: "14px" }} color="#000"/>
|
<FaRegEdit style={{ cursor: "pointer", fontSize: "16px" }} color="#000"/>
|
||||||
</Button>
|
|
||||||
|
|
||||||
</DialogTrigger>
|
</DialogTrigger>
|
||||||
|
|
||||||
|
|||||||
@@ -62,8 +62,8 @@ const TemplateMaster = () => {
|
|||||||
Template Master
|
Template Master
|
||||||
</Text>
|
</Text>
|
||||||
|
|
||||||
<HStack mr={5}>
|
<HStack >
|
||||||
<InputGroup marginRight={"1rem"}
|
<InputGroup
|
||||||
startElement={
|
startElement={
|
||||||
<LuSearch fontSize={"xs"} style={{ position: 'relative', left: '10px' }} />
|
<LuSearch fontSize={"xs"} style={{ position: 'relative', left: '10px' }} />
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -15,9 +15,9 @@ function EditWorkModel() {
|
|||||||
{/* <Button bg={"transparent"} size="sm">
|
{/* <Button bg={"transparent"} size="sm">
|
||||||
<MdOutlineRemoveRedEye style={{ cursor: "pointer", fontSize: "16px" }} />
|
<MdOutlineRemoveRedEye style={{ cursor: "pointer", fontSize: "16px" }} />
|
||||||
</Button> */}
|
</Button> */}
|
||||||
<Button bg={"transparent"} size="sm">
|
|
||||||
<FaRegEdit style={{ cursor: "pointer", fontSize: "14px" }} color="#000"/>
|
<FaRegEdit style={{ cursor: "pointer", fontSize: "16px" }} color="#000"/>
|
||||||
</Button>
|
|
||||||
|
|
||||||
</DialogTrigger>
|
</DialogTrigger>
|
||||||
|
|
||||||
|
|||||||
@@ -49,8 +49,8 @@ const WorkspaceMode = () => {
|
|||||||
Workspace Mode
|
Workspace Mode
|
||||||
</Text>
|
</Text>
|
||||||
|
|
||||||
<HStack mr={5}>
|
<HStack >
|
||||||
<InputGroup marginRight={"1rem"}
|
<InputGroup
|
||||||
startElement={
|
startElement={
|
||||||
<LuSearch fontSize={"xs"} style={{ position: 'relative', left: '10px' }} />
|
<LuSearch fontSize={"xs"} style={{ position: 'relative', left: '10px' }} />
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -8,9 +8,9 @@ function ViewSubAdmin() {
|
|||||||
|
|
||||||
<DialogRoot placement="center" >
|
<DialogRoot placement="center" >
|
||||||
<DialogTrigger asChild>
|
<DialogTrigger asChild>
|
||||||
<Button bg={"transparent"} size="sm">
|
|
||||||
<MdOutlineRemoveRedEye style={{ cursor: "pointer", }} color="#000"/>
|
<MdOutlineRemoveRedEye style={{ cursor: "pointer", fontSize:'16px'}} color="#000"/>
|
||||||
</Button>
|
|
||||||
{/* <Button><FaRegEdit /></Button> */}
|
{/* <Button><FaRegEdit /></Button> */}
|
||||||
|
|
||||||
</DialogTrigger>
|
</DialogTrigger>
|
||||||
|
|||||||
@@ -25,7 +25,6 @@ const AlertDailog: React.FC<DeleteConfirmationDialogProps> = ({
|
|||||||
onConfirm,
|
onConfirm,
|
||||||
alertText,
|
alertText,
|
||||||
alertCaption,
|
alertCaption,
|
||||||
alertIcon,
|
|
||||||
AltertTiggerIcon,
|
AltertTiggerIcon,
|
||||||
button,
|
button,
|
||||||
iconColor,
|
iconColor,
|
||||||
|
|||||||
@@ -8,9 +8,9 @@ function EditSubAdmin() {
|
|||||||
|
|
||||||
<DialogRoot placement="center">
|
<DialogRoot placement="center">
|
||||||
<DialogTrigger asChild>
|
<DialogTrigger asChild>
|
||||||
<Button bg={"transparent"} size="sm">
|
|
||||||
<FaRegEdit style={{ cursor: "pointer", }} color="#000" />
|
<FaRegEdit style={{ cursor: "pointer", fontSize:'16px' }} color="#000" />
|
||||||
</Button>
|
|
||||||
{/* <Button><FaRegEdit /></Button> */}
|
{/* <Button><FaRegEdit /></Button> */}
|
||||||
|
|
||||||
</DialogTrigger>
|
</DialogTrigger>
|
||||||
|
|||||||
Reference in New Issue
Block a user