-
Notifications
You must be signed in to change notification settings - Fork 6
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/analytics #54
feat/analytics #54
Conversation
# Conflicts: # package.json # pnpm-lock.yaml
move financial statement 'object' to front-end as a view query
usd/eth price switcher
style fix
show relative time, small -0% fix, style fix
export default
as a package, but doesn't abide by `@nx/enforce-module-boundaries`
abide by `@nx/enforce-module-boundaries`, converting packages to be buildable
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know this is still very much WIP, but feedback is better earlier than later 😅
|
||
export function TimeLineChart<FilterOption extends string>(props: { | ||
title: string; | ||
titleProps: ComponentProps<typeof Box>; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: you can use BoxProps
directly
@@ -21,6 +21,8 @@ export const theme = extendTheme({ | |||
divider: '#101113', | |||
background: { | |||
paper: '#1E1F25', | |||
paperHeader: '#23242A', | |||
paperFooter: '#23242A', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I still think that having twice the same value with different keys makes very little sense. Maybe a more generic section
field...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤷 neither header nor footer works for all usages
moved into #56 |
possibly obselete in favor of OriginProtocol/oeth.com#125