add an even more compact entry layout

This commit is contained in:
Athou
2023-04-26 22:39:09 +02:00
parent c15db54d5a
commit 807b1f62a1
6 changed files with 18833 additions and 18813 deletions

View File

@@ -12,6 +12,7 @@ import {
TbHelp,
TbLayoutList,
TbList,
TbListDetails,
TbMoon,
TbNotes,
TbPower,
@@ -54,6 +55,17 @@ const viewModeData: ViewModeControlItem[] = [
</Group>
),
},
{
value: "detailed",
label: (
<Group>
<TbListDetails size={iconSize} />
<Box ml={6}>
<Trans>Detailed</Trans>
</Box>
</Group>
),
},
{
value: "expanded",
label: (