mirror of
https://github.com/Unleash/unleash.git
synced 2025-04-06 01:15:28 +02:00
parent
8664776388
commit
dd9b4c225a
@ -9,7 +9,7 @@ import { useRequiredPathParam } from 'hooks/useRequiredPathParam';
|
|||||||
const StyledBox = styled(Box)(({ theme }) => ({
|
const StyledBox = styled(Box)(({ theme }) => ({
|
||||||
display: 'grid',
|
display: 'grid',
|
||||||
gap: theme.spacing(2),
|
gap: theme.spacing(2),
|
||||||
gridTemplateColumns: 'repeat(5, 1fr)',
|
gridTemplateColumns: 'repeat(4, 1fr)',
|
||||||
flexWrap: 'wrap',
|
flexWrap: 'wrap',
|
||||||
[theme.breakpoints.down('lg')]: {
|
[theme.breakpoints.down('lg')]: {
|
||||||
gridTemplateColumns: 'repeat(2, 1fr)',
|
gridTemplateColumns: 'repeat(2, 1fr)',
|
||||||
@ -105,18 +105,6 @@ export const ProjectInsightsStats = ({ stats }: IProjectStatsProps) => {
|
|||||||
</NavigationBar>
|
</NavigationBar>
|
||||||
</StatusBox>
|
</StatusBox>
|
||||||
|
|
||||||
<StatusBox
|
|
||||||
title='Stale flags'
|
|
||||||
boxText={String(projectActivityCurrentWindow)}
|
|
||||||
change={
|
|
||||||
projectActivityCurrentWindow - projectActivityPastWindow
|
|
||||||
}
|
|
||||||
>
|
|
||||||
<NavigationBar to={`/projects/${projectId}/health`}>
|
|
||||||
<KeyboardArrowRight />
|
|
||||||
</NavigationBar>
|
|
||||||
</StatusBox>
|
|
||||||
|
|
||||||
<StatusBox
|
<StatusBox
|
||||||
title='Features archived'
|
title='Features archived'
|
||||||
boxText={String(archivedCurrentWindow)}
|
boxText={String(archivedCurrentWindow)}
|
||||||
|
Loading…
Reference in New Issue
Block a user