-
Notifications
You must be signed in to change notification settings - Fork 152
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 signed as filter param to filterArtworksConnection #15111
base: main
Are you sure you want to change the base?
Conversation
d8212a1
to
a1dbf88
Compare
#1604 Bundle Size — 9MiB (-0.03%).c09ef12(current) vs 8e18ff5 main#1603(baseline) Warning Bundle contains 14 duplicate packages – View duplicate packages Bundle metrics
|
Current #1604 |
Baseline #1603 |
|
---|---|---|
Initial JS | 3.65MiB (+0.02% ) |
3.65MiB |
Initial CSS | 0B |
0B |
Cache Invalidation | 55.69% |
39.05% |
Chunks | 105 (+0.96% ) |
104 |
Assets | 108 (+0.93% ) |
107 |
Modules | 5848 (-0.12% ) |
5855 |
Duplicate Modules | 523 (-1.51% ) |
531 |
Duplicate Code | 4.01% (-1.47% ) |
4.07% |
Packages | 266 |
266 |
Duplicate Packages | 13 |
13 |
Bundle size by type 2 changes
1 regression
1 improvement
Current #1604 |
Baseline #1603 |
|
---|---|---|
JS | 8.86MiB (-0.05% ) |
8.86MiB |
Other | 147.32KiB (+1.44% ) |
145.23KiB |
Bundle analysis report Branch feat/add-framed-signed-filter Project dashboard
Generated by RelativeCI Documentation Report issue
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.
🌟
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.
Looks good 👍🏽
thought (non-blocking): Wondering if we would consider combining framed and signed checkboxes into a new collapsible section — though I'm not sure what we would call it. (More of a product/design question)
// but NOT as an alert criterion, so we remove it. | ||
// (Alerts, by definition, stipulate forSale=true | ||
// when they are created in Gravity.) | ||
delete criteria.forSale | ||
delete criteria.signed |
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 thought as here)
a1dbf88
to
c09ef12
Compare
The type of this PR is: feat
This PR adds signed as a filter param to
filterArtworksConnection
Related PRs artsy/metaphysics#6382 and https://github.com/artsy/gravity/pull/18512