amalia/30-apr-26 #17

Merged
amaliadwiy merged 5 commits from amalia/30-apr-26 into main 2026-04-30 17:27:12 +08:00
9 changed files with 381 additions and 179 deletions
Showing only changes of commit 6124ee5bf6 - Show all commits

View File

@@ -186,14 +186,18 @@ function AppLogsPage() {
<ThemeIcon variant="transparent" color="gray" size="sm">
<TbCalendar size={14} />
</ThemeIcon>
<Stack gap={0}>
<Text size="xs" fw={700}>
{log.createdAt.split(' ').slice(1).join(' ')}
</Text>
<Text size="xs" c="dimmed">
{log.createdAt.split(' ')[0]}
</Text>
</Stack>
{log.createdAt.endsWith('lalu') ? (
<Text size="xs" fw={700}>{log.createdAt}</Text>
) : (
<Stack gap={0}>
<Text size="xs" fw={700}>
{log.createdAt.split(' ').slice(1).join(' ')}
</Text>
<Text size="xs" c="dimmed">
{log.createdAt.split(' ')[0]}
</Text>
</Stack>
)}
</Group>
</Table.Td>
<Table.Td>