-
Notifications
You must be signed in to change notification settings - Fork 296
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
Display actual number of users coming from search in refactored "Unique Visitors (from Search)" widget. (3064) #3142
Conversation
Size Change: +881 B (0%) Total Size: 1.26 MB
ℹ️ View Unchanged
|
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.
Thanks, @johnPhillips. It looks good to me. The only thing missing is the storybook report options update. Could you please update it to make sure the storybook stories for this widget work correctly?
@@ -317,7 +317,7 @@ generateAnalyticsWidgetStories( { | |||
|
|||
}, | |||
] ), | |||
Component: DashboardUniqueVisitorsWidget, | |||
Component: DashboardSearchVisitorsWidget, |
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.
We also need to update report options here to replicate changes in the component.
@@ -351,7 +351,7 @@ generateAnalyticsWidgetStories( { | |||
|
|||
}, | |||
] ), | |||
Component: DashboardUniqueVisitorsWidget, | |||
Component: DashboardSearchVisitorsWidget, |
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.
Same here, we need to update report options.
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.
Excellent!
Summary
Addresses issue #3064
Relevant technical choices
Checklist