feat(FE-92-93-105-106): slicing ui chickin DOC and integrate with API

This commit is contained in:
randy-ar
2025-10-23 13:30:27 +07:00
parent 791e8e787c
commit eaf41805d7
12 changed files with 962 additions and 2 deletions
@@ -56,6 +56,15 @@ const RowOptionsMenu = ({
<Icon icon='mdi:eye-outline' width={16} height={16} />
Detail
</Button>
<Button
href={`/production/chickin/add?projectFlockId=${props.row.original.id}`}
variant='ghost'
color='success'
className='justify-start text-sm'
>
<Icon icon='mdi:home-import-outline' width={16} height={16} />
Chickin
</Button>
{/* <Button
href={`/production/project-flock/detail/edit?projectFlockId=${props.row.original.id}`}
variant='ghost'