upd: tampilan mode dark and light';
This commit is contained in:
@@ -172,10 +172,10 @@ function AppLogsPage() {
|
|||||||
>
|
>
|
||||||
<Table.Thead bg="rgba(0,0,0,0.05)">
|
<Table.Thead bg="rgba(0,0,0,0.05)">
|
||||||
<Table.Tr>
|
<Table.Tr>
|
||||||
<Table.Th style={{ border: 'none', width: isMobile ? undefined : '18%' }}>Timestamp</Table.Th>
|
<Table.Th style={{ border: 'none', width: isMobile ? undefined : '15%' }}>Timestamp</Table.Th>
|
||||||
<Table.Th style={{ border: 'none', width: isMobile ? undefined : '20%' }}>User & Village</Table.Th>
|
<Table.Th style={{ border: 'none', width: isMobile ? undefined : '20%' }}>User & Village</Table.Th>
|
||||||
<Table.Th style={{ border: 'none', width: isMobile ? undefined : '12%' }}>Action</Table.Th>
|
<Table.Th style={{ border: 'none', width: isMobile ? undefined : '15%' }}>Action</Table.Th>
|
||||||
<Table.Th style={{ border: 'none', width: isMobile ? undefined : '50%' }}>Description</Table.Th>
|
<Table.Th style={{ border: 'none', width: isMobile ? undefined : '40%' }}>Description</Table.Th>
|
||||||
</Table.Tr>
|
</Table.Tr>
|
||||||
</Table.Thead>
|
</Table.Thead>
|
||||||
<Table.Tbody>
|
<Table.Tbody>
|
||||||
@@ -187,7 +187,7 @@ function AppLogsPage() {
|
|||||||
<TbCalendar size={14} />
|
<TbCalendar size={14} />
|
||||||
</ThemeIcon>
|
</ThemeIcon>
|
||||||
<Stack gap={0}>
|
<Stack gap={0}>
|
||||||
<Text size="xs" fw={700} style={{ color: 'var(--mantine-color-white)' }}>
|
<Text size="xs" fw={700}>
|
||||||
{log.createdAt.split(' ').slice(1).join(' ')}
|
{log.createdAt.split(' ').slice(1).join(' ')}
|
||||||
</Text>
|
</Text>
|
||||||
<Text size="xs" c="dimmed">
|
<Text size="xs" c="dimmed">
|
||||||
@@ -216,7 +216,10 @@ function AppLogsPage() {
|
|||||||
color={getActionColor(log.action)}
|
color={getActionColor(log.action)}
|
||||||
radius="sm"
|
radius="sm"
|
||||||
size="xs"
|
size="xs"
|
||||||
styles={{ root: { fontWeight: 800 } }}
|
styles={{
|
||||||
|
root: { fontWeight: 800 },
|
||||||
|
label: { textOverflow: 'clip', overflow: 'visible' }
|
||||||
|
}}
|
||||||
>
|
>
|
||||||
{log.action}
|
{log.action}
|
||||||
</Badge>
|
</Badge>
|
||||||
|
|||||||
Reference in New Issue
Block a user