Add option to update all updatable extensions

This commit is contained in:
schroda
2024-11-04 01:26:58 +01:00
parent 63caf74e36
commit e90d705610
7 changed files with 153 additions and 20 deletions

View File

@@ -172,8 +172,10 @@ export const Updates: React.FC = () => {
endReached={loadMore}
groupCounts={groupCounts}
groupContent={(index) => (
<StyledGroupHeader variant="h5" component="h2" isFirstItem={index === 0}>
{groupedUpdates[index][0]}
<StyledGroupHeader sx={{ pt: index === 0 ? undefined : 0, pb: 0 }} isFirstItem={index === 0}>
<Typography variant="h5" component="h2">
{groupedUpdates[index][0]}
</Typography>
</StyledGroupHeader>
)}
computeItemKey={computeItemKey}