Compare commits
No commits in common. "cc712e74274e254ff36339799abecd7a8de4258a" and "50abb22054caefeb0ac6b75408970295d021bec0" have entirely different histories.
cc712e7427
...
50abb22054
@ -107,7 +107,7 @@ const TimeDisplay = ({
|
||||
const formattedDate = dayjs(dateTime).format(dateFormat)
|
||||
|
||||
return (
|
||||
<Flex align={'center'} gap={'small'} wrap>
|
||||
<Flex align={'center'} gap={'small'}>
|
||||
{showDate || showTime ? <Text type={type}>{formattedDate}</Text> : null}
|
||||
{showSince ? <Tag style={{ margin: 0 }}>{timeAgo}</Tag> : null}
|
||||
</Flex>
|
||||
|
||||
@ -66,13 +66,6 @@ export const FilamentStock = {
|
||||
readOnly: true,
|
||||
columnWidth: 180
|
||||
},
|
||||
{
|
||||
name: 'updatedAt',
|
||||
label: 'Updated At',
|
||||
type: 'dateTime',
|
||||
readOnly: true,
|
||||
columnWidth: 175
|
||||
},
|
||||
{
|
||||
name: 'state',
|
||||
label: 'State',
|
||||
@ -81,6 +74,13 @@ 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