-
Notifications
You must be signed in to change notification settings - Fork 887
feat(site): add support for weekly data on template insights #9997
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
Conversation
After taking a look at the PR I'm going to:
|
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.
Let's block it for now until we sort out the backend's slow response time.
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.
Mostly minor things. Main thing is that I'm wondering if there's a nicer way to manage the daily and weekly state together, rather than keeping all of it so manual and separate.
site/src/pages/TemplatePage/TemplateInsightsPage/TemplateInsightsPage.tsx
Outdated
Show resolved
Hide resolved
site/src/pages/TemplatePage/TemplateInsightsPage/IntervalMenu.tsx
Outdated
Show resolved
Hide resolved
site/src/pages/TemplatePage/TemplateInsightsPage/TemplateInsightsPage.tsx
Outdated
Show resolved
Hide resolved
site/src/pages/TemplatePage/TemplateInsightsPage/WeeklyPresetsMenu.tsx
Outdated
Show resolved
Hide resolved
Co-authored-by: Kayla Washburn <mckayla@hey.com>
…htsPage.tsx Co-authored-by: Kayla Washburn <mckayla@hey.com>
…Menu.tsx Co-authored-by: Kayla Washburn <mckayla@hey.com>
Close #9495