Skip to content

Commit

Permalink
feat(CollectionsByCategory): collections ordering (#11040)
Browse files Browse the repository at this point in the history
* feat: add CURATED sorting to marketing collections on collections by category screen

* feat: adjust tracking and collections sorting

* Revert "feat: adjust tracking and collections sorting"

This reverts commit 001626c.
  • Loading branch information
araujobarret authored and gkartalis committed Oct 31, 2024
1 parent 969cecc commit 1a587b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/Scenes/CollectionsByCategory/Body.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const ESTIMATED_ITEM_SIZE = 390
const fragment = graphql`
fragment BodyCollectionsByCategory_viewer on Viewer
@argumentDefinitions(category: { type: "String" }) {
marketingCollections(category: $category, first: 20) {
marketingCollections(category: $category, sort: CURATED, first: 20) {
...CollectionsChips_marketingCollections
slug @required(action: NONE)
Expand Down

0 comments on commit 1a587b7

Please sign in to comment.