-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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: add flag and onboarding steps for dashboard templates #23069
feat: add flag and onboarding steps for dashboard templates #23069
Conversation
Size Change: +1.5 kB (+0.14%) Total Size: 1.08 MB
|
📸 UI snapshots have been updated5 snapshot changes in total. 0 added, 5 modified, 0 deleted:
Triggered by this commit. |
…/github.com/PostHog/posthog into feat/rms/dashboard-template-onboarding-step
📸 UI snapshots have been updated1 snapshot changes in total. 0 added, 1 modified, 0 deleted:
Triggered by this commit. |
📸 UI snapshots have been updated2 snapshot changes in total. 0 added, 2 modified, 0 deleted:
Triggered by this commit. |
📸 UI snapshots have been updated1 snapshot changes in total. 0 added, 1 modified, 0 deleted:
Triggered by this commit. |
📸 UI snapshots have been updated3 snapshot changes in total. 0 added, 3 modified, 0 deleted:
Triggered by this commit. |
📸 UI snapshots have been updated3 snapshot changes in total. 0 added, 3 modified, 0 deleted:
Triggered by this commit. |
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.
Size Change: +163 B (+0.02%)
Total Size: 1.06 MB
ℹ️ View Unchanged
Filename | Size | Change |
---|---|---|
frontend/dist/toolbar.js |
1.06 MB | +163 B (+0.02%) |
📸 UI snapshots have been updated1 snapshot changes in total. 0 added, 1 modified, 0 deleted:
Triggered by this commit. |
📸 UI snapshots have been updated3 snapshot changes in total. 0 added, 3 modified, 0 deleted:
Triggered by this commit. |
📸 UI snapshots have been updated1 snapshot changes in total. 0 added, 1 modified, 0 deleted:
Triggered by this commit. |
This PR hasn't seen activity in a week! Should it be merged, closed, or further worked on? If you want to keep it open, post a comment or remove the |
This PR was closed due to lack of activity. Feel free to reopen if it's still relevant. |
📸 UI snapshots have been updated4 snapshot changes in total. 0 added, 4 modified, 0 deleted:
Triggered by this commit. |
…/github.com/PostHog/posthog into feat/rms/dashboard-template-onboarding-step
frontend/src/scenes/onboarding/productAnalyticsSteps/DashboardTemplateSelectStep.tsx
Show resolved
Hide resolved
Co-authored-by: Zach Waterfield <zlwaterfield@gmail.com>
Problem
The first two steps of #23065
Changes
This just makes it barely functional. Adds the ability to select and create a dashboard from a template in the onboarding flow.
Screen.Recording.2024-08-28.at.3.14.56.PM.mov
👉 Stay up-to-date with PostHog coding conventions for a smoother review.
Does this work well for both Cloud and self-hosted?
Behind a flag so is fine, but will need to make sure it doesn't show up for self-hosted in the future since they don't have the templates built in.
How did you test this code?
👀