-
Notifications
You must be signed in to change notification settings - Fork 1.6k
chore(insights): convert mocks from filters to query #30758
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
7d57364
to
ed3d096
Compare
b2391f8
to
fe76618
Compare
@@ -15,7 +13,9 @@ import { | |||
PersonsNode, | |||
QueryStatus, | |||
RefreshType, | |||
} from './schema' | |||
} from '~/queries/schema/schema-general' |
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.
This is unrelated to the actual changes here and just gets rid of an error message related to the import.
Size Change: -192 B (0%) Total Size: 13.1 MB ℹ️ View Unchanged
|
📸 UI snapshots have been updated14 snapshot changes in total. 0 added, 14 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.
I removed a card that display an error state, that isn't possible any more.
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.
The insight table stories were broken before.
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.
⚰️
Problem
Insights now user queries exclusively, but the mocks are still using legacy filters.
Changes
Updates them
How did you test this code?
Visual regression tests