Compare commits
4 Commits
reload-bug-fix
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| a51143cfdf | |||
| 7bf28617ca | |||
| f1285c54d6 | |||
| 870709c947 |
@@ -120,7 +120,7 @@ REACT_APP_SHOW_ACCOUNT_DASH=1
|
|||||||
REACT_APP_SHOW_SLIDER_BANNERS=0
|
REACT_APP_SHOW_SLIDER_BANNERS=0
|
||||||
|
|
||||||
# FOR MEDIA LINK
|
# FOR MEDIA LINK
|
||||||
REACT_APP_MEDIA_LINK='https://dev-media.wrenchboard.com'
|
REACT_APP_MEDIA_LINK='https://qa-media.wrenchboard.com'
|
||||||
|
|
||||||
# FOR FAMILY GAME LINK
|
# FOR FAMILY GAME LINK
|
||||||
REACT_APP_FAM_GAME_LINK='https://games.wrenchboard.com'
|
REACT_APP_FAM_GAME_LINK='https://games.wrenchboard.com'
|
||||||
|
|||||||
+1
-1
@@ -89,7 +89,7 @@ REACT_APP_SHOW_ACCOUNT_DASH=1
|
|||||||
REACT_APP_SHOW_SLIDER_BANNERS=0
|
REACT_APP_SHOW_SLIDER_BANNERS=0
|
||||||
|
|
||||||
# FOR MEDIA LINK
|
# FOR MEDIA LINK
|
||||||
REACT_APP_MEDIA_LINK='https://dev-media.wrenchboard.com'
|
REACT_APP_MEDIA_LINK='https://qa-media.wrenchboard.com'
|
||||||
|
|
||||||
# FOR FAMILY GAME LINK
|
# FOR FAMILY GAME LINK
|
||||||
REACT_APP_FAM_GAME_LINK='https://games.wrenchboard.com'
|
REACT_APP_FAM_GAME_LINK='https://games.wrenchboard.com'
|
||||||
|
|||||||
@@ -184,10 +184,10 @@ function AddJob({ popUpHandler, categories }) {
|
|||||||
className="job-label job-label-flex"
|
className="job-label job-label-flex"
|
||||||
htmlFor="timeline_days"
|
htmlFor="timeline_days"
|
||||||
>
|
>
|
||||||
Timeline
|
Delivery Timeline
|
||||||
<span className="text-green-700 text-[12px] tracking-wide">
|
{/* <span className="text-green-700 text-[12px] tracking-wide">
|
||||||
- Duration
|
- Duration
|
||||||
</span>
|
</span> */}
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
<Field
|
<Field
|
||||||
|
|||||||
@@ -294,7 +294,7 @@ const EditJobPopoutNew = ({
|
|||||||
className="job-label"
|
className="job-label"
|
||||||
htmlFor="timeline_days"
|
htmlFor="timeline_days"
|
||||||
>
|
>
|
||||||
Timeline -
|
Delivery Timeline -
|
||||||
{/* <span className="w-full text-center text-green-700 text-sm tracking-wide">
|
{/* <span className="w-full text-center text-green-700 text-sm tracking-wide">
|
||||||
Expected duration of this task
|
Expected duration of this task
|
||||||
</span> */}
|
</span> */}
|
||||||
|
|||||||
@@ -70,14 +70,14 @@ export default function AssignToPublic({
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className='mb-3 w-full flex flex-col xxs:flex-row items-center gap-1'>
|
<div className='mb-3 w-full flex flex-col xxs:flex-row items-center gap-1'>
|
||||||
<label className='w-full xxs:max-w-[120px] xxs:text-right'>Duration:</label>
|
<label className='w-full xxs:max-w-[120px] xxs:text-right'>Available for:</label>
|
||||||
<div className='w-full'>
|
<div className='w-full'>
|
||||||
<JobFieldInput
|
<JobFieldInput
|
||||||
select={true}
|
select={true}
|
||||||
inputName="public"
|
inputName="public"
|
||||||
value={props?.values.public}
|
value={props?.values.public}
|
||||||
data={publicArray}
|
data={publicArray}
|
||||||
optionText="Select Duration"
|
optionText="Select Availability"
|
||||||
parentClass="w-full flex flex-col gap-4"
|
parentClass="w-full flex flex-col gap-4"
|
||||||
inputClass={(props.errors.public && props.touched.public) && 'border-red-500 dark:border-red-500'}
|
inputClass={(props.errors.public && props.touched.public) && 'border-red-500 dark:border-red-500'}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user