feat: [code-216]: pr listing view

This commit is contained in:
calvin 2023-04-06 14:02:56 -06:00
parent 52c5f08381
commit 8dec407dc5
2 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@
.titleRow { .titleRow {
padding-left: var(--spacing-small); padding-left: var(--spacing-small);
align-items: center; align-items: start;
} }
} }

View File

@ -85,7 +85,7 @@ export default function PullRequests() {
Cell: ({ row }: CellProps<TypesPullReq>) => { Cell: ({ row }: CellProps<TypesPullReq>) => {
return ( return (
<Layout.Horizontal className={css.titleRow} spacing="medium"> <Layout.Horizontal className={css.titleRow} spacing="medium">
<PullRequestStateLabel data={row.original} iconOnly /> <PullRequestStateLabel iconSize={22} data={row.original} iconOnly />
<Container padding={{ left: 'small' }}> <Container padding={{ left: 'small' }}>
<Layout.Vertical spacing="small"> <Layout.Vertical spacing="small">
<Text color={Color.GREY_800} className={css.title}> <Text color={Color.GREY_800} className={css.title}>
@ -100,7 +100,7 @@ export default function PullRequests() {
{row.original.stats?.conversations} {row.original.stats?.conversations}
</Text> </Text>
</Text> </Text>
<Text color={Color.GREY_500}> <Text color={Color.GREY_500} font={{size:"small"}}>
<StringSubstitute <StringSubstitute
str={getString('pr.statusLine')} str={getString('pr.statusLine')}
vars={{ vars={{