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/analytics #54

Closed
wants to merge 22 commits into from
Closed

feat/analytics #54

wants to merge 22 commits into from

Conversation

apexearth
Copy link
Contributor

@apexearth apexearth commented Sep 29, 2023

possibly obselete in favor of OriginProtocol/oeth.com#125

# Conflicts:
#	package.json
#	pnpm-lock.yaml
move financial statement 'object' to front-end as a view query
usd/eth price switcher
show relative time, small -0% fix, style fix
as a package, but doesn't abide by `@nx/enforce-module-boundaries`
abide by `@nx/enforce-module-boundaries`, converting packages to be buildable
Copy link
Collaborator

@toniocodo toniocodo left a 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 😅

libs/analytics/src/TimeLineChart.tsx Outdated Show resolved Hide resolved
libs/analytics/src/TimeLineChart.tsx Outdated Show resolved Hide resolved
libs/analytics/src/TimeLineChart.tsx Show resolved Hide resolved

export function TimeLineChart<FilterOption extends string>(props: {
title: string;
titleProps: ComponentProps<typeof Box>;
Copy link
Collaborator

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

libs/analytics/project.json Show resolved Hide resolved
libs/oeth/history/src/queries.graphql Show resolved Hide resolved
libs/oeth/shared/package.json Show resolved Hide resolved
@@ -21,6 +21,8 @@ export const theme = extendTheme({
divider: '#101113',
background: {
paper: '#1E1F25',
paperHeader: '#23242A',
paperFooter: '#23242A',
Copy link
Collaborator

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...

Copy link
Contributor Author

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

package.json Outdated Show resolved Hide resolved
libs/oeth/shared/project.json Outdated Show resolved Hide resolved
@toniocodo toniocodo mentioned this pull request Oct 4, 2023
@toniocodo
Copy link
Collaborator

moved into #56

@toniocodo toniocodo closed this Oct 4, 2023
@toniocodo toniocodo deleted the feat/analytics branch November 24, 2023 11:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants