Widgets güncellemeleri

This commit is contained in:
Sedat Öztürk 2025-11-08 23:43:02 +03:00
parent 5b006aef4a
commit 4d9ae1563d

View file

@ -7,6 +7,7 @@ import {
Notification,
Select,
toast,
Tooltip,
} from '@/components/ui'
import { ListFormJsonRowDto } from '@/proxy/admin/list-form/models'
import { SelectBoxOption } from '@/shared/types'
@ -219,6 +220,7 @@ function JsonRowOpDialogWidget({
/>
</FormItem>
<Tooltip title={'blue, green, purple, gray, red, yellow, pink, indigo, teal'}>
<FormItem
label="Color Field"
invalid={errors.color && touched.color}
@ -232,7 +234,13 @@ function JsonRowOpDialogWidget({
component={Input}
/>
</FormItem>
</Tooltip>
<Tooltip
title={
'FaHome, FaUser, FaSearch, FaCog, FaBell etc. (react-icons/fa icons)'
}
>
<FormItem
label="Icon Field"
invalid={errors.icon && touched.icon}
@ -246,6 +254,7 @@ function JsonRowOpDialogWidget({
component={Input}
/>
</FormItem>
</Tooltip>
<FormItem
label="Sub Title Field"