Compare commits

..

No commits in common. "cc712e74274e254ff36339799abecd7a8de4258a" and "50abb22054caefeb0ac6b75408970295d021bec0" have entirely different histories.

2 changed files with 8 additions and 8 deletions

View File

@ -107,7 +107,7 @@ const TimeDisplay = ({
const formattedDate = dayjs(dateTime).format(dateFormat) const formattedDate = dayjs(dateTime).format(dateFormat)
return ( return (
<Flex align={'center'} gap={'small'} wrap> <Flex align={'center'} gap={'small'}>
{showDate || showTime ? <Text type={type}>{formattedDate}</Text> : null} {showDate || showTime ? <Text type={type}>{formattedDate}</Text> : null}
{showSince ? <Tag style={{ margin: 0 }}>{timeAgo}</Tag> : null} {showSince ? <Tag style={{ margin: 0 }}>{timeAgo}</Tag> : null}
</Flex> </Flex>

View File

@ -66,13 +66,6 @@ export const FilamentStock = {
readOnly: true, readOnly: true,
columnWidth: 180 columnWidth: 180
}, },
{
name: 'updatedAt',
label: 'Updated At',
type: 'dateTime',
readOnly: true,
columnWidth: 175
},
{ {
name: 'state', name: 'state',
label: 'State', label: 'State',
@ -81,6 +74,13 @@ export const FilamentStock = {
readOnly: true, readOnly: true,
columnWidth: 250 columnWidth: 250
}, },
{
name: 'updatedAt',
label: 'Updated At',
type: 'dateTime',
readOnly: true,
columnWidth: 175
},
{ {
name: 'filament', name: 'filament',
label: 'Filament', label: 'Filament',