Compare commits

...

17 Commits

Author SHA1 Message Date
victorAnumudu b6c79303ae contact scroll bar fixed 2025-01-23 21:13:29 +01:00
victor.ebuka ada406eb3f Merge branch 'promotion-api-query-update' of MERMS/MermsPanelReactJS into master 2025-01-23 17:24:18 +00:00
victorAnumudu 9479be61f1 header link fixed 2025-01-23 18:22:50 +01:00
victorAnumudu 9c8405cf1c Merge master into promotion-api-query-update 2025-01-23 18:18:52 +01:00
victorAnumudu 92ddea329d product subscription uid added 2025-01-23 18:18:00 +01:00
CHIEFSOFT\ameye a79ab63163 Removed waste 2025-01-23 11:20:25 -05:00
victor.ebuka d7fce908cc Merge branch 'calendar-api' of MERMS/MermsPanelReactJS into master 2025-01-21 20:16:54 +00:00
victorAnumudu 1708cb893f started calendar api integration 2025-01-21 21:14:03 +01:00
ameye 7ec139c5ad Merge branch 'auth-page-centralized' of MERMS/MermsPanelReactJS into master 2025-01-20 18:35:46 +00:00
ameye 03d395560a Merge branch 'section-removal' of MERMS/MermsPanelReactJS into master 2025-01-20 18:35:41 +00:00
victorAnumudu fa234a7fae auth page centralized 2025-01-20 18:46:36 +01:00
victorAnumudu b869b76602 removed sections not needed 2025-01-20 17:12:52 +01:00
ameye 6f38611606 Merge branch 'confirm-bug' of MERMS/MermsPanelReactJS into master 2025-01-20 12:07:41 +00:00
victorAnumudu 37774c0aa3 bug commented 2025-01-20 13:02:31 +01:00
victor.ebuka 373956da39 Merge branch 'master-bootstrap' of MERMS/MermsPanelReactJS into master 2025-01-20 05:17:17 +00:00
ameye 397eb7c88b Merge branch 'master-bootstrap' of MERMS/MermsPanelReactJS into master 2024-12-27 23:51:45 +00:00
tokslaw 0f0a674fea Merge branch 'master-bootstrap' of MERMS/MermsPanelReactJS into master 2024-12-06 18:33:29 +00:00
16 changed files with 288 additions and 211 deletions
+2 -2
View File
@@ -86,10 +86,10 @@ export default function CSignup() {
<div className="app"> <div className="app">
<div className="app-wrap"> <div className="app-wrap">
<div className="app-contant"> <div className="app-contant">
<div className="bg-white custom-bg"> <div className="vh-100 bg-white custom-bg">
<div className="container-fluid p-0"> <div className="container-fluid p-0">
<div className="row no-gutters justify-content-center"> <div className="row no-gutters justify-content-center">
<div className="col-sm-6 col-lg-5 col-xxl-3 align-self-center order-2 order-sm-1 h-100-vh"> <div className="col-11 col-sm-6 col-lg-5 col-xxl-3 align-self-center order-2 order-sm-1">
<div className="mt-5 d-flex"> <div className="mt-5 d-flex">
<div className="bg-white register p-5"> <div className="bg-white register p-5">
<h1 className="mb-2">MERMS Panel</h1> <h1 className="mb-2">MERMS Panel</h1>
+13 -13
View File
@@ -10,7 +10,7 @@ import { recoverPWD } from '../../services/services';
const validationSchema = Yup.object().shape({ const validationSchema = Yup.object().shape({
username: Yup.string() username: Yup.string()
.email("Wrong email format") // .email("Wrong email format")
// .matches( // .matches(
// /^[^0-9][a-zA-Z0-9._%+-]+@[a-zA-Z]+(\.[a-zA-Z]+)+$/, // /^[^0-9][a-zA-Z0-9._%+-]+@[a-zA-Z]+(\.[a-zA-Z]+)+$/,
// "Invalid email format" // "Invalid email format"
@@ -43,14 +43,14 @@ export default function Forgetpwd2() {
<div className="app"> <div className="app">
<div className="app-wrap"> <div className="app-wrap">
<div className="app-contant"> <div className="app-contant">
<div className="bg-white"> <div className="vh-100 bg-white custom-bg">
<div className="container-fluid p-0"> <div className="container-fluid p-0">
<div className="row no-gutters"> <div className="row no-gutters justify-content-center">
<div className="col-sm-6 col-lg-5 col-xxl-3 align-self-center order-2 order-sm-1"> <div className="col-11 col-sm-6 col-lg-5 col-xxl-3 align-self-center order-2 order-sm-1h">
<div className="d-flex align-items-center h-100-vh"> <div className="mt-5 d-flex">
<div className="login p-50"> <div className="bg-white register p-5">
<h1 className="mb-2">Recover Password</h1> <h1 className="mb-2">MERMS Panel</h1>
<p>Please enter your email.</p> <p>Please enter your username.</p>
<Formik <Formik
initialValues={initialValues} initialValues={initialValues}
validationSchema={validationSchema} validationSchema={validationSchema}
@@ -64,8 +64,8 @@ export default function Forgetpwd2() {
<> <>
<div className="col-12"> <div className="col-12">
<div className="form-group"> <div className="form-group">
<label className={`text-black fw-bold control-label ${(props.errors.username && props.touched.username) && 'text-danger'}`}>Email*</label> <label className={`text-black fw-bold control-label ${(props.errors.username && props.touched.username) && 'text-danger'}`}>Username*</label>
<input type="email" name='username' className="form-control" placeholder="Email" value={props.values.username} onChange={props.handleChange} /> <input type="text" name='username' className="form-control" placeholder="Username" value={props.values.username} onChange={props.handleChange} />
</div> </div>
</div> </div>
{mutation.error && {mutation.error &&
@@ -98,13 +98,13 @@ export default function Forgetpwd2() {
</div> </div>
</div> </div>
</div> </div>
<div className="custom-bg col-sm-6 col-xxl-9 col-lg-7 b-gradient o-hidden order-1 order-sm-2"> {/* <div className="custom-bg col-sm-6 col-xxl-9 col-lg-7 b-gradient o-hidden order-1 order-sm-2">
<div className="row align-items-center h-100"> <div className="row align-items-center h-100">
<div className="col-7 mx-auto "> <div className="col-7 mx-auto ">
{/* <img className="img-fluid" src={LoginImg} alt="" /> */} <img className="img-fluid" src={LoginImg} alt="" />
</div> </div>
</div> </div>
</div> </div> */}
</div> </div>
</div> </div>
</div> </div>
+8 -8
View File
@@ -66,12 +66,12 @@ export default function Login() {
<div className="app"> <div className="app">
<div className="app-wrap"> <div className="app-wrap">
<div className="app-contant"> <div className="app-contant">
<div className="bg-white"> <div className="vh-100 custom-bg">
<div className="container-fluid p-0"> <div className="container-fluid p-0">
<div className="row no-gutters"> <div className="row no-gutters justify-content-center">
<div className="col-sm-6 col-lg-5 col-xxl-3 align-self-center order-2 order-sm-1"> <div className="col-11 col-sm-6 col-lg-5 col-xxl-3 align-self-center order-2 order-sm-1">
<div className="d-flex align-items-center h-100-vh"> <div className="mt-5 d-flex">
<div className="login p-50"> <div className="bg-white register p-5">
<h1 className="mb-2">MERMS Panel</h1> <h1 className="mb-2">MERMS Panel</h1>
<p>Welcome back, please login to your account.</p> <p>Welcome back, please login to your account.</p>
<form className="mt-3 mt-sm-5"> <form className="mt-3 mt-sm-5">
@@ -135,13 +135,13 @@ export default function Login() {
</div> </div>
</div> </div>
</div> </div>
<div className="custom-bg col-sm-6 col-xxl-9 col-lg-7 b-gradient o-hidden order-1 order-sm-2"> {/* <div className="custom-bg col-sm-6 col-xxl-9 col-lg-7 b-gradient o-hidden order-1 order-sm-2">
<div className="row align-items-center h-100"> <div className="row align-items-center h-100">
<div className="col-7 mx-auto "> <div className="col-7 mx-auto ">
{/* <img className="img-fluid" src={LoginImg} alt="" /> */} <img className="img-fluid" src={LoginImg} alt="" />
</div> </div>
</div> </div>
</div> </div> */}
</div> </div>
</div> </div>
</div> </div>
+86 -86
View File
@@ -56,104 +56,104 @@ export default function Signup2() {
<div className="app"> <div className="app">
<div className="app-wrap"> <div className="app-wrap">
<div className="app-contant"> <div className="app-contant">
<div className="bg-white"> <div className="vh-100 bg-white custom-bg">
<div className="container-fluid p-0"> <div className="container-fluid p-0">
<div className="row no-gutters"> <div className="row no-gutters justify-content-center">
<div className="col-sm-6 col-lg-5 col-xxl-3 align-self-center order-2 order-sm-1"> <div className="col-11 col-sm-6 col-lg-5 col-xxl-3 align-self-center order-2 order-sm-1">
<div className="d-flex align-items-center h-100-vh"> <div className="mt-5 d-flex">
<div className="register p-5"> <div className="bg-white register p-5">
<h1 className="mb-2">MERMS Panel</h1> <h1 className="mb-2">MERMS Panel</h1>
<p>Welcome, Please create your account.</p> <p>Welcome, Please create your account.</p>
<Formik <Formik
initialValues={initialValues} initialValues={initialValues}
validationSchema={validationSchema} validationSchema={validationSchema}
onSubmit={signUp} onSubmit={signUp}
> >
{(props) => { {(props) => {
return ( return (
<Form className='mt-2 mt-sm-5'> <Form className='mt-2 mt-sm-5'>
<div className="row"> <div className="row">
{!mutation.isSuccess ? {!mutation.isSuccess ?
<> <>
<div className="col-12 col-sm-6"> <div className="col-12 col-md-6">
<div className="form-group"> <div className="form-group">
<label className={`text-black fw-bold control-label ${(props.errors.firstname && props.touched.firstname) && 'text-danger'}`}>First Name*</label> <label className={`text-black fw-bold control-label ${(props.errors.firstname && props.touched.firstname) && 'text-danger'}`}>First Name*</label>
<input type="text" name='firstname' className="form-control" placeholder="First Name" value={props.values.firstname} onChange={props.handleChange} /> <input type="text" name='firstname' className="form-control" placeholder="First Name" value={props.values.firstname} onChange={props.handleChange} />
</div>
</div> </div>
</div> <div className="col-12 col-md-6">
<div className="col-12 col-sm-6"> <div className="form-group">
<div className="form-group"> <label className={`text-black fw-bold control-label ${(props.errors.lastname && props.touched.lastname) && 'text-danger'}`}>Last Name*</label>
<label className={`text-black fw-bold control-label ${(props.errors.lastname && props.touched.lastname) && 'text-danger'}`}>Last Name*</label> <input type="text" name='lastname' className="form-control" placeholder="Last Name" value={props.values.lastname} onChange={props.handleChange} />
<input type="text" name='lastname' className="form-control" placeholder="Last Name" value={props.values.lastname} onChange={props.handleChange} /> </div>
</div> </div>
</div>
<div className="col-12">
<div className="form-group">
<label className={`text-black fw-bold control-label ${(props.errors.email && props.touched.email) && 'text-danger'}`}>Email*</label>
<input type="email" name='email' className="form-control" placeholder="Email" value={props.values.email} onChange={props.handleChange} />
</div>
</div>
{/* <div className="col-12">
<div className="form-group">
<label className={`text-black fw-bold control-label ${(props.errors.username && props.touched.username) && 'text-danger'}`}>Username*</label>
<input type="text" name='username' className="form-control" placeholder="Username" value={props.values.username} onChange={props.handleChange} />
</div>
</div>
<div className="col-12">
<div className="form-group">
<label className={`text-black fw-bold control-label ${(props.errors.password && props.touched.password) && 'text-danger'}`}>Password*</label>
<input type="password" name='password' className="form-control" placeholder="Password" value={props.values.password} onChange={props.handleChange} />
</div>
</div> */}
<div className="col-12">
<div className="form-check">
<input name='isChecked' className="form-check-input" type="checkbox" id="gridCheck" value={props.values.isChecked} onChange={props.handleChange} />
<label className="form-check-label" htmlFor="gridCheck">
I accept terms & policy
</label>
</div>
<span className={`${(props.errors.isChecked && props.touched.isChecked) && 'text-danger'}`}>{props.errors.isChecked}</span>
</div>
{mutation.error &&
<>
<div className="col-12"> <div className="col-12">
<p className='text-danger'>{mutation.error.message}</p> <div className="form-group">
<label className={`text-black fw-bold control-label ${(props.errors.email && props.touched.email) && 'text-danger'}`}>Email*</label>
<input type="email" name='email' className="form-control" placeholder="Email" value={props.values.email} onChange={props.handleChange} />
</div>
</div>
{/* <div className="col-12">
<div className="form-group">
<label className={`text-black fw-bold control-label ${(props.errors.username && props.touched.username) && 'text-danger'}`}>Username*</label>
<input type="text" name='username' className="form-control" placeholder="Username" value={props.values.username} onChange={props.handleChange} />
</div>
</div>
<div className="col-12">
<div className="form-group">
<label className={`text-black fw-bold control-label ${(props.errors.password && props.touched.password) && 'text-danger'}`}>Password*</label>
<input type="password" name='password' className="form-control" placeholder="Password" value={props.values.password} onChange={props.handleChange} />
</div>
</div> */}
<div className="col-12">
<div className="form-check">
<input name='isChecked' className="form-check-input" type="checkbox" id="gridCheck" value={props.values.isChecked} onChange={props.handleChange} />
<label className="form-check-label" htmlFor="gridCheck">
I accept terms & policy
</label>
</div>
<span className={`${(props.errors.isChecked && props.touched.isChecked) && 'text-danger'}`}>{props.errors.isChecked}</span>
</div> </div>
</>
}
<div className="col-12 mt-3 text-end"> {mutation.error &&
<button type='submit' className="btn btn-primary text-uppercase">{mutation.isPending ? 'loading...' : 'Sign up'}</button> <>
</div> <div className="col-12">
</> <p className='text-danger'>{mutation.error.message}</p>
: </div>
<div className='col-12'> </>
<div className="rounded-2 d-flex flex-column justify-content-between align-items-center" style={{height: '200px', backgroundColor: '#F2FAF7'}}> }
<h4 className='p-4 text-black'>Check your email to continue.</h4>
<Link to={siteLinks.login} className='p-2 text-primary' style={{color: '#6FCAEF'}}>Home</Link> <div className="col-12 mt-3 text-end">
<button type='submit' className="btn btn-primary text-uppercase">{mutation.isPending ? 'loading...' : 'Sign up'}</button>
</div>
</>
:
<div className='col-12'>
<div className="rounded-2 d-flex flex-column justify-content-between align-items-center" style={{height: '200px', backgroundColor: '#F2FAF7'}}>
<h4 className='p-4 text-black'>Check your email to continue.</h4>
<Link to={siteLinks.login} className='p-2 text-primary' style={{color: '#6FCAEF'}}>Home</Link>
</div>
</div> </div>
}
<div className="col-12 mt-3">
<p>Already have an account ?<Link to={siteLinks.login}> Sign In</Link></p>
</div> </div>
}
<div className="col-12 mt-3">
<p>Already have an account ?<Link to={siteLinks.login}> Sign In</Link></p>
</div> </div>
</div> </Form>
</Form> );
); }}
}} </Formik>
</Formik>
</div>
</div>
</div>
<div className="signup-bg col-sm-6 col-xxl-9 col-lg-7 b-gradient o-hidden order-1 order-sm-2">
<div className="row align-items-center h-100">
<div className="col-7 mx-auto ">
{/* <img className="img-fluid" src={LoginImg} alt="" /> */}
</div> </div>
</div> </div>
</div> </div>
{/* <div className="signup-bg col-sm-6 col-xxl-9 col-lg-7 b-gradient o-hidden order-1 order-sm-2">
<div className="row align-items-center h-100">
<div className="col-7 mx-auto ">
<img className="img-fluid" src={LoginImg} alt="" />
</div>
</div>
</div> */}
</div> </div>
</div> </div>
</div> </div>
+61 -31
View File
@@ -1,8 +1,13 @@
import React, { useCallback, useState } from "react"; import React, { useCallback, useState } from "react";
import { useQuery } from '@tanstack/react-query'
import BreadcrumbComBS from "../breadcrumb/BreadcrumbComBS"; import BreadcrumbComBS from "../breadcrumb/BreadcrumbComBS";
import EventCalendar from "./EventCalendar"; import EventCalendar from "./EventCalendar";
import ExternalDraggable from "./ExternalDraggable"; import ExternalDraggable from "./ExternalDraggable";
import { getCalendarEvents } from '../../services/services'
import queryKeys from '../../services/queryKeys'
export default function Calendar(){ export default function Calendar(){
@@ -11,6 +16,15 @@ export default function Calendar(){
// setDraggedEvent(event) // setDraggedEvent(event)
// } // }
const {data, isFetching, isError, error} = useQuery({
queryKey: queryKeys.calendar_events,
queryFn: () => getCalendarEvents()
})
const receievedEvents = data?.data?.bar_data
const category = receievedEvents?.category //EVENT CATEGORIES FROM API
const eventList = receievedEvents?.list //EVENT LIST FROM API
const events = [ const events = [
{id: '1111', title: 'Family Vacation', color: 'fc-event-primary', start: new Date('2025-01-18')}, {id: '1111', title: 'Family Vacation', color: 'fc-event-primary', start: new Date('2025-01-18')},
{id: '2222', title: 'Meeting In Office', color: 'fc-event-warning', start: new Date('2025-01-19')}, {id: '2222', title: 'Meeting In Office', color: 'fc-event-warning', start: new Date('2025-01-19')},
@@ -52,40 +66,56 @@ export default function Calendar(){
</div> </div>
<div className="card-body"> <div className="card-body">
<div className="row"> <div className="row">
<div className="col-xl-3"> {isFetching ?
<div id="external-events"> <>
<button className="btn btn-primary btn-block" data-bs-toggle="modal" data-bs-target="#eventModal"> <div className="col-12">
Add New Event <p className='text-mute'>Loading...</p>
</button> </div>
<p className="mt-3"> </>
Drag and drop your event or click in the calendar. : isError ?
</p> <div className="col-12">
{/* {dummyEvents.map((item, index) => ( <p className='text-danger'>{error.message}</p>
<div key={index} className={`fc-event ${item.color}`} data-color={`${item.color}`} </div>
draggable="true" :
onDragStart={() => <>
handleDragStart({...item}) <div className="col-xl-3">
} <div id="external-events">
> {/* <button className="btn btn-primary btn-block" data-bs-toggle="modal" data-bs-target="#eventModal">
<span></span> {item.title} Add New Event
</div> </button>
))} */} <p className="mt-3">
<ExternalDraggable dummyEvents={dummyEvents} /> Drag and drop your event or click in the calendar.
<div className="form-check"> </p> */}
<input className="form-check-input" type="checkbox" value={removeAfterDrop} {/* {dummyEvents.map((item, index) => (
id="defaultCheck1" onChange={() => setRemoveAfterDrop(prev => !prev)} /> <div key={index} className={`fc-event ${item.color}`} data-color={`${item.color}`}
<label className="form-check-label" htmlFor="defaultCheck1"> draggable="true"
Remove After Drop onDragStart={() =>
</label> handleDragStart({...item})
}
>
<span></span> {item.title}
</div>
))} */}
<ExternalDraggable category={category} />
{/* <div className="form-check">
<input className="form-check-input" type="checkbox" value={removeAfterDrop}
id="defaultCheck1" onChange={() => setRemoveAfterDrop(prev => !prev)} />
<label className="form-check-label" htmlFor="defaultCheck1">
Remove After Drop
</label>
</div> */}
</div> </div>
</div> </div>
</div> <div className="col-xl-9">
<div className="col-xl-9"> <div className="event-calendar">
<div className="event-calendar"> <EventCalendar
{/* <EventCalendar draggedEvent={draggedEvent} setDraggedEvent={setDraggedEvent} /> */} removeAfterDrop={removeAfterDrop}
<EventCalendar removeAfterDrop={removeAfterDrop} setDummyEvents={setDummyEvents} /> eventList={eventList}
/>
</div>
</div> </div>
</div> </>
}
</div> </div>
</div> </div>
+25 -19
View File
@@ -1,4 +1,4 @@
import React, { useCallback, useState } from 'react'; import React, { useCallback, useEffect, useState } from 'react';
import { formatDate } from '@fullcalendar/core'; import { formatDate } from '@fullcalendar/core';
import FullCalendar from '@fullcalendar/react'; import FullCalendar from '@fullcalendar/react';
import dayGridPlugin from '@fullcalendar/daygrid'; import dayGridPlugin from '@fullcalendar/daygrid';
@@ -6,9 +6,9 @@ import timeGridPlugin from '@fullcalendar/timegrid';
import interactionPlugin from '@fullcalendar/interaction'; import interactionPlugin from '@fullcalendar/interaction';
import { INITIAL_EVENTS, createEventId } from './event-utils'; import { INITIAL_EVENTS, createEventId } from './event-utils';
export default function EventCalendar({draggedEvent, setDraggedEvent, removeAfterDrop, setDummyEvents}) { export default function EventCalendar({removeAfterDrop, eventList}) {
const [weekendsVisible, setWeekendsVisible] = useState(true); const [weekendsVisible, setWeekendsVisible] = useState(true);
const [currentEvents, setCurrentEvents] = useState(INITIAL_EVENTS); const [currentEvents, setCurrentEvents] = useState([]);
function handleWeekendsToggle() { function handleWeekendsToggle() {
setWeekendsVisible(!weekendsVisible); setWeekendsVisible(!weekendsVisible);
@@ -51,9 +51,9 @@ export default function EventCalendar({draggedEvent, setDraggedEvent, removeAfte
...event ...event
} }
setCurrentEvents(prev => ([...prev, newEvent])) setCurrentEvents(prev => ([...prev, newEvent]))
if(removeAfterDrop){ // if(removeAfterDrop){
setDummyEvents(prev => prev.filter(item => item.title != newEvent.title)) // setDummyEvents(prev => prev.filter(item => item.title != newEvent.title))
} // }
} }
} }
@@ -64,27 +64,32 @@ export default function EventCalendar({draggedEvent, setDraggedEvent, removeAfte
} }
function handleEventClick(clickInfo) { // function handleEventClick(clickInfo) {
if ( // if (
confirm( // confirm(
`Are you sure you want to delete the event '${clickInfo.event.title}'` // `Are you sure you want to delete the event '${clickInfo.event.title}'`
) // )
) { // ) {
clickInfo.event.remove(); // clickInfo.event.remove();
} // }
} // }
function handleEvents(events) { function handleEvents(events) {
// setCurrentEvents(events); // setCurrentEvents(events);
} }
useEffect(()=>{
let newEventList = eventList.map(item => ({...item, start: new Date(item?.start)}))
setCurrentEvents(newEventList)
},[eventList])
return ( return (
<div className="demo-app"> <div className="demo-app">
<div className="demo-app-main"> <div className="demo-app-main">
<FullCalendar <FullCalendar
plugins={[dayGridPlugin, timeGridPlugin, interactionPlugin]} plugins={[dayGridPlugin, timeGridPlugin, interactionPlugin]}
headerToolbar={{ headerToolbar={{
left: 'prev next today', left: 'prev,next,today',
center: 'title', center: 'title',
right: 'dayGridMonth,timeGridWeek,timeGridDay', right: 'dayGridMonth,timeGridWeek,timeGridDay',
}} }}
@@ -96,17 +101,18 @@ export default function EventCalendar({draggedEvent, setDraggedEvent, removeAfte
weekends={weekendsVisible} weekends={weekendsVisible}
// initialEvents={INITIAL_EVENTS} // alternatively, use the `events` setting to fetch from a feed // initialEvents={INITIAL_EVENTS} // alternatively, use the `events` setting to fetch from a feed
events={currentEvents} events={currentEvents}
select={handleDateSelect}
eventContent={renderEventContent} // custom render function eventContent={renderEventContent} // custom render function
eventClick={handleEventClick}
eventsSet={handleEvents} // called after events are initialized/added/changed/removed eventsSet={handleEvents} // called after events are initialized/added/changed/removed
// select={handleDateSelect}
// eventClick={handleEventClick}
/* you can update a remote database when these fire: /* you can update a remote database when these fire:
eventAdd={function(){}} eventAdd={function(){}}
eventChange={function(){}} eventChange={function(){}}
eventRemove={function(){}} eventRemove={function(){}}
*/ */
eventRemove={removeEvent} // eventBackgroundColor='purple'
// eventRemove={removeEvent}
droppable= {true} // this allows things to be dropped onto the calendar droppable= {true} // this allows things to be dropped onto the calendar
drop={onDrop} drop={onDrop}
/> />
+17 -6
View File
@@ -1,9 +1,16 @@
import React, { useEffect, useRef } from "react"; import React, { useEffect, useRef } from "react";
import { Draggable } from "@fullcalendar/interaction"; import { Draggable } from "@fullcalendar/interaction";
const ExternalDraggable = ({dummyEvents}) => { const ExternalDraggable = ({category}) => {
const eventContainerRef = useRef(null); const eventContainerRef = useRef(null);
const events = [
{id: '1111', title: 'Family Vacation', color: 'fc-event-primary', start: new Date('2025-01-18')},
{id: '2222', title: 'Meeting In Office', color: 'fc-event-warning', start: new Date('2025-01-19')},
{id: '3333', title: 'Client Call', color: 'fc-event-danger', start: new Date('2025-01-22')},
{id: '4444', title: 'Interview', color: 'fc-event-success', start: new Date('2025-01-1')}
]
useEffect(() => { useEffect(() => {
// Make the external events draggable // Make the external events draggable
const draggable = new Draggable(eventContainerRef.current, { const draggable = new Draggable(eventContainerRef.current, {
@@ -21,11 +28,15 @@ const ExternalDraggable = ({dummyEvents}) => {
return ( return (
<div ref={eventContainerRef} className="external-events"> <div ref={eventContainerRef} className="external-events">
{dummyEvents.map((item, index) => ( {category && category.map((item, index) => {
<div key={index} className={`fc-event ${item.color}`} data-color={`${item.color}`} > let color = index % 4 === 0 ? 'fc-event-success' : index % 3 === 0 ? 'fc-event-danger' : index % 2 === 0 ? 'fc-event-warning' : 'fc-event-primary'
{item.title} return (
</div> <div key={item?.cid || index} className={`fc-event ${color}`} data-color={`${color}`} >
))} {item.description}
</div>
)
}
)}
</div> </div>
); );
}; };
+13 -13
View File
@@ -2,19 +2,19 @@ let eventGuid = 0;
let todayStr = new Date().toISOString().replace(/T.*$/, ''); // YYYY-MM-DD of today let todayStr = new Date().toISOString().replace(/T.*$/, ''); // YYYY-MM-DD of today
export const INITIAL_EVENTS = [ export const INITIAL_EVENTS = [
// { {
// id: createEventId(), id: createEventId(),
// title: 'All-day event', title: 'All-day event',
// start: new Date('2025-01-19'), start: new Date('2025-01-19'),
// end: new Date('2025-01-20'), end: new Date('2025-01-20'),
// // color: 'blue' // color: 'blue'
// }, },
// { {
// id: createEventId(), id: createEventId(),
// title: 'Timed event', title: 'Timed event',
// start: todayStr + 'T12:00:00', start: todayStr + 'T12:00:00',
// // color: 'red' // color: 'red'
// }, },
]; ];
export function createEventId() { export function createEventId() {
+1 -1
View File
@@ -18,7 +18,7 @@ export default function Comments(){
<div className="row justify-content-center"> <div className="row justify-content-center">
<div className="col-12"> <div className="col-12">
<div className="text-center mail-sidebar-title px-4"> <div className="text-center mail-sidebar-title px-4">
<a href="javascript:void(0)" className="btn btn-primary btn-block py-3 font-weight-bold font-18">className= <i className="fa fa-plus pl-2"></i></a> <a href="javascript:void(0)" className="btn btn-primary btn-block py-3 font-weight-bold font-18"><i className="fa fa-plus pl-2"></i></a>
</div> </div>
</div> </div>
<div className="col-12"> <div className="col-12">
+1 -1
View File
@@ -18,7 +18,7 @@ export default function Contacts(){
<div className="row justify-content-center"> <div className="row justify-content-center">
<div className="col-12"> <div className="col-12">
<div className="text-center mail-sidebar-title px-4"> <div className="text-center mail-sidebar-title px-4">
<a href="javascript:void(0)" className="btn btn-primary btn-block py-3 font-weight-bold font-18">className= <i className="fa fa-plus pl-2"></i></a> <a href="javascript:void(0)" className="btn btn-primary btn-block py-3 font-weight-bold font-18"><i className="fa fa-plus pl-2"></i></a>
</div> </div>
</div> </div>
<div className="col-12"> <div className="col-12">
+24 -22
View File
@@ -1,6 +1,6 @@
import React from "react"; import React from "react";
import getImage from "../../../utils/getImage"; import getImage from "../../../utils/getImage";
import { useNavigate } from "react-router-dom"; import { Link, useNavigate } from "react-router-dom";
import { useSelector } from "react-redux"; import { useSelector } from "react-redux";
import siteLinks from "../../../links/siteLinks"; import siteLinks from "../../../links/siteLinks";
@@ -83,31 +83,33 @@ export default function UserHeader(){
</div> </div>
</div> </div>
<div className="p-4"> <div className="p-4">
<a className="dropdown-item d-flex nav-link" href="#"> <Link className="dropdown-item d-flex nav-link" to={siteLinks.user}>
<i className="fa fa-user pr-2 text-success"></i> Profile</a> <i className="fa fa-user pr-2 text-success"></i> Users</Link>
<a className="dropdown-item d-flex nav-link" href="#"> <Link className="dropdown-item d-flex nav-link" to={siteLinks.contacts}>
<i className="fa fa-envelope pr-2 text-primary"></i> Inbox <i className="fa fa-envelope pr-2 text-primary"></i> Contacts
<span className="badge badge-primary ml-auto">6</span> <span className="badge badge-primary ml-auto">6</span>
</a> </Link>
<a className="dropdown-item d-flex nav-link" href="#"> <Link className="dropdown-item d-flex nav-link" to={siteLinks.settings}>
<i className=" ti ti-settings pr-2 text-info"></i> Settings <i className=" ti ti-settings pr-2 text-info"></i> Settings
</a> </Link>
<a className="dropdown-item d-flex nav-link" href="#"> <a className="dropdown-item d-flex nav-link" href="#">
<i className="fa fa-compass pr-2 text-warning"></i> Need help?</a> <i className="fa fa-compass pr-2 text-warning"></i> Need help?</a>
<div className="row mt-2">
<div className="col"> {/*<div className="row mt-2">*/}
<a className="bg-light p-3 text-center d-block" href="#"> {/* <div className="col">*/}
<i className="fe fe-mail font-20 text-primary"></i> {/* <a className="bg-light p-3 text-center d-block" href="#">*/}
<span className="d-block font-13 mt-2">My messages</span> {/* <i className="fe fe-mail font-20 text-primary"></i>*/}
</a> {/* <span className="d-block font-13 mt-2">My messages</span>*/}
</div> {/* </a>*/}
<div className="col"> {/* </div>*/}
<a className="bg-light p-3 text-center d-block" href="#"> {/* <div className="col">*/}
<i className="fe fe-plus font-20 text-primary"></i> {/* <a className="bg-light p-3 text-center d-block" href="#">*/}
<span className="d-block font-13 mt-2">Compose new</span> {/* <i className="fe fe-plus font-20 text-primary"></i>*/}
</a> {/* <span className="d-block font-13 mt-2">Compose new</span>*/}
</div> {/* </a>*/}
</div> {/* </div>*/}
{/*</div>*/}
</div> </div>
</div> </div>
</li> </li>
+7 -1
View File
@@ -12,11 +12,17 @@ export default function ProductProvision(props){
const productTitle = props?.productData?.title; const productTitle = props?.productData?.title;
const productDescription = props?.productData?.description; const productDescription = props?.productData?.description;
const productID = props?.productData?.product_id const productID = props?.productData?.product_id
const productUID = props?.productData?.product_uid
const productSubUID = props?.productData?.product_subscription_uid const productSubUID = props?.productData?.product_subscription_uid
const reqData = {
product_id : productID,
product_subscription_uid: productSubUID
}
const {data:provision, isFetching, isError, error} = useQuery({ const {data:provision, isFetching, isError, error} = useQuery({
queryKey: queryKeys.myproduct_provision, queryKey: queryKeys.myproduct_provision,
queryFn: () => productProvision(productID) queryFn: () => productProvision(reqData)
}) })
const provisionData = provision?.data?.provision const provisionData = provision?.data?.provision
+4 -2
View File
@@ -40,8 +40,10 @@
align-items: center; align-items: center;
} }
.mail-msg{ .mail-msg{
max-height: 747px; max-height: 500px;
overflow: hidden; min-height: 400px;
// max-height: 747px;
overflow-y: auto;
outline: none; outline: none;
@include laptop { @include laptop {
max-height: 450px; max-height: 450px;
+16 -2
View File
@@ -138,14 +138,28 @@ $event-padding: 10px;
.fc-today-button.fc-button, .fc-today-button.fc-button,
.fc-timeGridWeek-button.fc-button-active, .fc-timeGridDay-button.fc-button-active, .fc-dayGridMonth-button.fc-button-active{ .fc-timeGridWeek-button.fc-button-active, .fc-timeGridDay-button.fc-button-active, .fc-dayGridMonth-button.fc-button-active{
color: #fff!important; color: #fff !important;
border: none; border: none;
background-color: #8E54E9!important; background-color: #8E54E9 !important;
text-transform: capitalize !important; text-transform: capitalize !important;
} }
.fc-h-event,
.fc-event.fc-event-draggable.fc-event-start.fc-event-end.fc-daygrid-event, .fc-event.fc-event-draggable.fc-event-start.fc-event-end.fc-daygrid-event,
.fc-event.fc-event-draggable.fc-event-start.fc-event-end.fc-daygrid-event{ .fc-event.fc-event-draggable.fc-event-start.fc-event-end.fc-daygrid-event{
padding: 10px 2px !important; padding: 10px 2px !important;
background-color: #3788d8 !important;
color: white;
} }
.fc-theme-standard .fc-popover{
overflow-y: auto !important;
// height: calc(100% - 50px);
}
.fc .fc-more-popover .fc-popover-body {
overflow-y: auto;
height: 100px !important;
}
/* END OF CALENDER STYLE */ /* END OF CALENDER STYLE */
+2 -1
View File
@@ -4,7 +4,8 @@ const queryKeys = {
recentAction: ['recent-action'], recentAction: ['recent-action'],
product: ['product-data'], product: ['product-data'],
product_url: ['product_url'], product_url: ['product_url'],
myproduct_provision: ['myproduct_provision'] myproduct_provision: ['myproduct_provision'],
calendar_events: ['calendar_events']
} }
export default queryKeys export default queryKeys
+8 -3
View File
@@ -101,15 +101,20 @@ export const topBar = () => {
return getAuxEnd(`/panel/account/bar`) return getAuxEnd(`/panel/account/bar`)
} }
// FUNCTION TO GET CALENDAR EVENTS
export const getCalendarEvents = () => {
return getAuxEnd(`/panel/account/calendar`)
}
// FUNCTION TO GET DASHBOARD RECENT ACTIONS SECTION // FUNCTION TO GET DASHBOARD RECENT ACTIONS SECTION
export const recentActions = () => { export const recentActions = () => {
return getAuxEnd(`/panel/account/actions`) return getAuxEnd(`/panel/account/actions`)
} }
// FUNCTION TO GET MY PRODUCT PROVISION DATA // FUNCTION TO GET MY PRODUCT PROVISION DATA
export const productProvision = (productID) => { export const productProvision = (reqData) => {
const reqData = { product_id : productID} const postData = { ...reqData }
return getAuxEnd(`/panel/myproduct/provision`,reqData) return getAuxEnd(`/panel/myproduct/provision`, postData)
} }
// FUNCTION TO GET DASHBOARD PRODUCT DATA SECTION // FUNCTION TO GET DASHBOARD PRODUCT DATA SECTION