Compare commits
2 Commits
50abb22054
...
cc712e7427
| Author | SHA1 | Date | |
|---|---|---|---|
| cc712e7427 | |||
| 8ab1045732 |
@ -107,7 +107,7 @@ const TimeDisplay = ({
|
||||
const formattedDate = dayjs(dateTime).format(dateFormat)
|
||||
|
||||
return (
|
||||
<Flex align={'center'} gap={'small'}>
|
||||
<Flex align={'center'} gap={'small'} wrap>
|
||||
{showDate || showTime ? <Text type={type}>{formattedDate}</Text> : null}
|
||||
{showSince ? <Tag style={{ margin: 0 }}>{timeAgo}</Tag> : null}
|
||||
</Flex>
|
||||
|
||||
@ -66,6 +66,13 @@ export const FilamentStock = {
|
||||
readOnly: true,
|
||||
columnWidth: 180
|
||||
},
|
||||
{
|
||||
name: 'updatedAt',
|
||||
label: 'Updated At',
|
||||
type: 'dateTime',
|
||||
readOnly: true,
|
||||
columnWidth: 175
|
||||
},
|
||||
{
|
||||
name: 'state',
|
||||
label: 'State',
|
||||
@ -74,13 +81,6 @@ export const FilamentStock = {
|
||||
readOnly: true,
|
||||
columnWidth: 250
|
||||
},
|
||||
{
|
||||
name: 'updatedAt',
|
||||
label: 'Updated At',
|
||||
type: 'dateTime',
|
||||
readOnly: true,
|
||||
columnWidth: 175
|
||||
},
|
||||
{
|
||||
name: 'filament',
|
||||
label: 'Filament',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user