Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update design of the accounting page #209

Merged
merged 8 commits into from
Oct 5, 2021

Conversation

vojtechsimetka
Copy link
Contributor

@vojtechsimetka vojtechsimetka commented Oct 4, 2021

Screenshot 2021-10-05 at 12 28 12
Screenshot 2021-10-05 at 12 28 29
Screenshot 2021-10-05 at 12 28 33
Screenshot 2021-10-05 at 12 28 44

Base automatically changed from feat/info-page-redesign to master October 4, 2021 10:26
@vojtechsimetka vojtechsimetka marked this pull request as ready for review October 5, 2021 10:27
}

return (
<div className={`${classes.root} ${rootLevelClass}`}>
<ListItem button onClick={handleClick} className={classes.header}>
<ListItemText primary={<Typography variant={typographyVariant}>{label}</Typography>} />
{open ? <ExpandLess /> : <ExpandMore />}
<div style={{ display: 'flex' }}>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<div style={{ display: 'flex' }}> is used 8 times in the project - I feel like this could be extracted as a super small helper component to avoid inline styles 🙂

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Created an issue out of it #213

src/hooks/accounting.ts Outdated Show resolved Hide resolved
@vojtechsimetka vojtechsimetka merged commit ecbc116 into master Oct 5, 2021
@vojtechsimetka vojtechsimetka deleted the feat/accounting-page-redesign branch October 5, 2021 10:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants