Move refresh button on inbox table

This commit is contained in:
2025-05-12 21:22:53 +02:00
parent 355f75af94
commit c54584550f
2 changed files with 6 additions and 6 deletions

View File

@ -73,11 +73,6 @@ export function InboxRoute(): React.ReactElement {
}
label="Include attached"
/>
<Tooltip title="Refresh table">
<IconButton onClick={() => reload(false)}>
<RefreshIcon />
</IconButton>
</Tooltip>
</span>
}
>
@ -313,6 +308,11 @@ function InboxTable(p: {
style={{ padding: "0px", flex: 1 }}
/>
<span style={{ flex: 1 }}></span>
<Tooltip title="Refresh table">
<IconButton onClick={() => p.onReload(false)}>
<RefreshIcon />
</IconButton>
</Tooltip>
<Tooltip title="Delete all the selected inbox entries">
<IconButton
disabled={