mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-04-30 18:59:37 +00:00
Added Started At Date Field
This commit is contained in:
parent
c6e2a88f1c
commit
514ae94f43
5 changed files with 50 additions and 16 deletions
|
@ -80,6 +80,7 @@ export const Actions = ({ data }: ActionsProps) => {
|
|||
Copy
|
||||
</Button>
|
||||
<DatePicker
|
||||
type='dueDate'
|
||||
variant='gray'
|
||||
className='w-full justify-start text-black'
|
||||
size='inline'
|
||||
|
@ -88,6 +89,16 @@ export const Actions = ({ data }: ActionsProps) => {
|
|||
boardId={params.boardId as string}
|
||||
card={data}
|
||||
/>
|
||||
<DatePicker
|
||||
type='startedAtDate'
|
||||
variant='gray'
|
||||
className='w-full justify-start text-black'
|
||||
size='inline'
|
||||
placeholder='Add Started Date'
|
||||
afterSelectText='Started '
|
||||
boardId={params.boardId as string}
|
||||
card={data}
|
||||
/>
|
||||
<Button
|
||||
onClick={onDelete}
|
||||
disabled={isLoadingDelete}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue